diff options
| author | David B. Lamkins <david@lamkins.net> | 2017-01-18 19:49:59 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2017-01-18 19:49:59 +0100 |
| commit | 09516418f981b41dd3cbc0a7832329f316446a94 (patch) | |
| tree | 5bd4fed316295898a961139822279e150fd06e9d /lua/plugins/filetype.lua | |
| parent | 1f44e63071206bf9933737374ab703cb4768b5e7 (diff) | |
| download | vis-09516418f981b41dd3cbc0a7832329f316446a94.tar.gz vis-09516418f981b41dd3cbc0a7832329f316446a94.tar.xz | |
lexer: add lexer for Parallax Spin language
Close #466
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 819a246..e6bb83b 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -333,6 +333,9 @@ vis.ftdetect.filetypes = { snobol4 = { ext = { "%.sno$", "%.SNO$" }, }, + spin = { + ext = { "%.spin$" } + }, sql= { ext = { "%.ddl$", "%.sql$" }, }, |
