aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorMurray Calavera <murray.calavera@gmail.com>2018-01-27 19:08:18 +0000
committerMurray Calavera <murray.calavera@gmail.com>2018-01-27 19:57:57 +0000
commit8c63ad66d93168064956e2848262543aa55013ec (patch)
tree310674f07efdf7480382fb3cd185f3eaa322eecd /lua/plugins
parent64554981c786c7a95e64c9f4336d3624d7239672 (diff)
downloadvis-8c63ad66d93168064956e2848262543aa55013ec.tar.gz
vis-8c63ad66d93168064956e2848262543aa55013ec.tar.xz
lua: recognize scheme library definition files
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$" },