From f4832217ce7c6082a90418aed6db5dc201553521 Mon Sep 17 00:00:00 2001 From: Semyon Maryasin Date: Thu, 26 Apr 2018 01:54:02 +0300 Subject: Add support for Fantom language syntax highlighting http://fantom.org/ --- lua/plugins/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins') 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$" }, }, -- cgit v1.2.3