diff options
| author | Georgi Kirilov <in.the@repo> | 2019-10-15 00:09:16 +0300 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-01-16 15:54:18 +0100 |
| commit | aa526ad03807cf964671ae9d36c4311f0219e567 (patch) | |
| tree | ee8a0ab932ef6e9634a4d3fbd192936845822287 /lua/plugins | |
| parent | 0cb4052a648394d0b1c40cd464fb658910fb8062 (diff) | |
| download | vis-aa526ad03807cf964671ae9d36c4311f0219e567.tar.gz vis-aa526ad03807cf964671ae9d36c4311f0219e567.tar.xz | |
lexers: add Fennel support
Diffstat (limited to 'lua/plugins')
| -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 35912f6..601bfa2 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -125,6 +125,9 @@ vis.ftdetect.filetypes = { faust = { ext = { "%.dsp$" }, }, + fennel = { + ext = { "%.fnl$" }, + }, fish = { ext = { "%.fish$" }, }, |
