aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
authorKarl Schultheisz <kdsch@protonmail.com>2020-03-03 09:11:21 -0500
committerKarl Schultheisz <kdsch@protonmail.com>2020-03-03 09:11:21 -0500
commit34f13978633d6bb63fb843e86b72ed13117386c9 (patch)
tree91d9a5f372fba25bcdfe3d333fe7654fae0e1952 /lua/plugins/filetype.lua
parentdc5c1166abc29b6634649eb9872908acdc18c52e (diff)
downloadvis-34f13978633d6bb63fb843e86b72ed13117386c9.tar.gz
vis-34f13978633d6bb63fb843e86b72ed13117386c9.tar.xz
Add Elm lexer
Diffstat (limited to 'lua/plugins/filetype.lua')
-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 16d8cf0..c216a01 100644
--- a/lua/plugins/filetype.lua
+++ b/lua/plugins/filetype.lua
@@ -116,6 +116,9 @@ vis.ftdetect.filetypes = {
elixir = {
ext = { "%.ex$", "%.exs$" },
},
+ elm = {
+ ext = { "%.elm$" },
+ },
erlang = {
ext = { "%.erl$", "%.hrl$" },
},