diff options
Diffstat (limited to 'editors/vim/ftdetect/bqn.vim')
| -rw-r--r-- | editors/vim/ftdetect/bqn.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/vim/ftdetect/bqn.vim b/editors/vim/ftdetect/bqn.vim new file mode 100644 index 00000000..97f7d548 --- /dev/null +++ b/editors/vim/ftdetect/bqn.vim @@ -0,0 +1,2 @@ +au BufRead,BufNewFile *.bqn setf bqn +au BufRead,BufNewFile * if getline(1) =~ '^#!.*bqn$' | setf bqn | endif |
