summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorMatt Dunford <zenmatic@gmail.com>2021-12-03 17:44:26 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-03 17:44:26 +0000
commit6f42cb6e5159b323814a53bbc82def4f2cfb17ad (patch)
tree8bf11dfd4c73e055f54dc65c6a7703e8ed429ea9 /runtime
parent04b7b4bf7fe57375bf3c4ed3fd087fc0bb0147ba (diff)
downloadvim-git-6f42cb6e5159b323814a53bbc82def4f2cfb17ad.tar.gz
patch 8.2.3729: no support for squirrelsv8.2.3729
Problem: No support for squirrels. (closes #9259) Solution: Recognize nuts.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 0bc9926f3..00711d7b5 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1756,6 +1756,9 @@ au BufNewFile,BufRead *.sqlj setf sqlj
" SQR
au BufNewFile,BufRead *.sqr,*.sqi setf sqr
+" Squirrel
+au BufNewFile,BufRead *.nut setf squirrel
+
" OpenSSH configuration
au BufNewFile,BufRead ssh_config,*/.ssh/config setf sshconfig
au BufNewFile,BufRead */etc/ssh/ssh_config.d/*.conf setf sshconfig