summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Partin <tristan@partin.io>2023-12-06 01:42:04 -0600
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2024-02-09 22:26:46 +0530
commit87ba2484042597940ddf85d9f4819bf120ac90e6 (patch)
treec41de5460ccb58971d79024549b5eab6134f0235
parent4ea51e1b25f92686e075c6b2b96b5e1cbeb8419b (diff)
downloadmeson-87ba2484042597940ddf85d9f4819bf120ac90e6.tar.gz
Mark the bash completion files for bash and zsh as Shell files
This will add highlighting when viewing on GitHub.
-rw-r--r--.gitattributes2
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