From aa526ad03807cf964671ae9d36c4311f0219e567 Mon Sep 17 00:00:00 2001 From: Georgi Kirilov Date: Tue, 15 Oct 2019 00:09:16 +0300 Subject: lexers: add Fennel support --- lua/plugins/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins/filetype.lua') 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$" }, }, -- cgit v1.2.3