From f55786b7a83a1f70920616d56231bb722f2888d9 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 28 Mar 2017 15:41:32 -0400 Subject: Add '#!/hint/bash' headers to non-executable bash files. This provides a cross-editor hint that the syntax of the file is Bash. --- bash_completion.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bash_completion.in') diff --git a/bash_completion.in b/bash_completion.in index dd140fc..10dad36 100644 --- a/bash_completion.in +++ b/bash_completion.in @@ -1,3 +1,5 @@ +#!/hint/bash + _devtools_compgen() { local i r COMPREPLY=($(compgen -W '$*' -- "$cur")) -- cgit v1.2.3-54-g00ecf