aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
authorSemyon Maryasin <simeon@maryasin.name>2018-04-26 01:54:02 +0300
committerMarc André Tanner <mat@brain-dump.org>2018-05-17 21:51:25 +0200
commitf4832217ce7c6082a90418aed6db5dc201553521 (patch)
treed748b4675367b47d186816d4e181b0d0bc61af60 /lua/plugins
parentd9968c4266f4f841b7a18b8e0d05d37cb8721abe (diff)
downloadvis-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.lua3
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$" },
},