aboutsummaryrefslogtreecommitdiff
path: root/runtime/scripts.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-07-06 08:14:08 +0200
committerGitHub <noreply@github.com>2022-07-06 08:14:08 +0200
commitc68f1d7263cd5296e723d8cfee914c72f58138c3 (patch)
treed825324ec6093f6f1ec3552cd446fe89e3cf358d /runtime/scripts.vim
parent606af7887bfccba026b792191b55da15a1b575fc (diff)
parent78300a1587dc43a363744da28f6d5e4ef40ca0bb (diff)
downloadrneovim-c68f1d7263cd5296e723d8cfee914c72f58138c3.tar.gz
rneovim-c68f1d7263cd5296e723d8cfee914c72f58138c3.tar.bz2
rneovim-c68f1d7263cd5296e723d8cfee914c72f58138c3.zip
Merge pull request #19242 from smjonas/vim-9.0.0042
vim-patch:9.0.{0041,0042}: filetype patterns
Diffstat (limited to 'runtime/scripts.vim')
-rw-r--r--runtime/scripts.vim4
1 files changed, 4 insertions, 0 deletions
diff --git a/runtime/scripts.vim b/runtime/scripts.vim
index 49e9e259a2..a129c3467e 100644
--- a/runtime/scripts.vim
+++ b/runtime/scripts.vim
@@ -206,6 +206,10 @@ if s:line1 =~# "^#!"
elseif s:name =~# 'icon\>'
set ft=icon
+ " Guile
+ elseif s:name =~# 'guile'
+ set ft=scheme
+
endif
unlet s:name