From 87ba2484042597940ddf85d9f4819bf120ac90e6 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Wed, 6 Dec 2023 01:42:04 -0600 Subject: [PATCH] Mark the bash completion files for bash and zsh as Shell files This will add highlighting when viewing on GitHub. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) 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