aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2018-02-19 09:17:33 +0100
committerMarc André Tanner <mat@brain-dump.org>2018-02-19 09:17:33 +0100
commit12e3036db281c2a3c4e2a62bf26923a8a5df3aec (patch)
tree43562c3ee7165f565b513c8e271e993a44d48995 /lua/plugins
parente9aba1387df1a0adf6ad1441f2ce30904fc35951 (diff)
parent8c63ad66d93168064956e2848262543aa55013ec (diff)
downloadvis-12e3036db281c2a3c4e2a62bf26923a8a5df3aec.tar.gz
vis-12e3036db281c2a3c4e2a62bf26923a8a5df3aec.tar.xz
Merge branch 'master' of https://github.com/ii8/vis
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/filetype.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua
index dfbf2b0..6b622e7 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -338,7 +338,7 @@ vis.ftdetect.filetypes = {
mime = { "text/x-scala" },
},
scheme = {
- ext = { "%.sch$", "%.scm$" },
+ ext = { "%.sch$", "%.scm$", "%.sld$" },
},
smalltalk = {
ext = { "%.changes$", "%.st$", "%.sources$" },