diff options
| author | Semyon Maryasin <simeon@maryasin.name> | 2018-04-26 01:54:02 +0300 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2018-05-17 21:51:25 +0200 |
| commit | f4832217ce7c6082a90418aed6db5dc201553521 (patch) | |
| tree | d748b4675367b47d186816d4e181b0d0bc61af60 /lua/plugins | |
| parent | d9968c4266f4f841b7a18b8e0d05d37cb8721abe (diff) | |
| download | vis-f4832217ce7c6082a90418aed6db5dc201553521.tar.gz vis-f4832217ce7c6082a90418aed6db5dc201553521.tar.xz | |
Add support for Fantom language syntax highlighting
http://fantom.org/
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 7748b0d..1f16665 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -119,6 +119,9 @@ vis.ftdetect.filetypes = { erlang = { ext = { "%.erl$", "%.hrl$" }, }, + fantom = { + ext = { "%.fan$" }, + }, faust = { ext = { "%.dsp$" }, }, |
