diff options
Diffstat (limited to 'autoload/polyglot/shebang.vim')
-rw-r--r-- | autoload/polyglot/shebang.vim | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/autoload/polyglot/shebang.vim b/autoload/polyglot/shebang.vim index bf2a793a..72c56f6f 100644 --- a/autoload/polyglot/shebang.vim +++ b/autoload/polyglot/shebang.vim @@ -1,5 +1,3 @@ -" Please do not edit this file directly, instead modify polyglot.vim or scripts/build - func! polyglot#shebang#Detect() let ft = s:Filetype() if ft != "" @@ -54,7 +52,7 @@ func! s:Filetype() endfor endfunc - +" DO NOT EDIT CODE BELOW, IT IS GENERATED WITH MAKEFILE let s:interpreters = { \ 'osascript': 'applescript', @@ -126,4 +124,4 @@ let s:interpreters = { \ 'z3': 'smt2', \ 'deno': 'typescript', \ 'ts-node': 'typescript', - \ }
\ No newline at end of file + \ } |