diff options
| author | Tristan Partin <tristan@partin.io> | 2023-12-06 01:42:04 -0600 |
|---|---|---|
| committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2024-02-09 22:26:46 +0530 |
| commit | 87ba2484042597940ddf85d9f4819bf120ac90e6 (patch) | |
| tree | c41de5460ccb58971d79024549b5eab6134f0235 /.gitattributes | |
| parent | 4ea51e1b25f92686e075c6b2b96b5e1cbeb8419b (diff) | |
| download | meson-87ba2484042597940ddf85d9f4819bf120ac90e6.tar.gz | |
Mark the bash completion files for bash and zsh as Shell files
This will add highlighting when viewing on GitHub.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7fd80e241..feb793d0d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ * text eol=lf *.png binary *.icns binary +data/shell-completions/bash/meson linguist-language=Shell +data/shell-completions/zsh/_meson linguist-language=Shell |
