diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2018-03-14 10:51:53 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-03-14 10:51:53 +0100 |
| commit | c0ae496520c9a4c975cf7268e0d4457f4b84acd3 (patch) | |
| tree | 00bd0aba572a28cf0bb88c406cce882eafbb087e /lua | |
| parent | a09d4d17839ff5a6707913fec696f24e849440b4 (diff) | |
| parent | bd5015fad0f549e3cdb4778a49a440aefc131bc6 (diff) | |
| download | vis-c0ae496520c9a4c975cf7268e0d4457f4b84acd3.tar.gz vis-c0ae496520c9a4c975cf7268e0d4457f4b84acd3.tar.xz | |
Merge branch 'scheme-filetype' of https://github.com/Two-Finger/vis
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index a18c8a0..ba770aa 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -344,7 +344,7 @@ vis.ftdetect.filetypes = { mime = { "text/x-scala" }, }, scheme = { - ext = { "%.sch$", "%.scm$", "%.sld$" }, + ext = { "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" }, }, smalltalk = { ext = { "%.changes$", "%.st$", "%.sources$" }, |
