aboutsummaryrefslogtreecommitdiff
path: root/lua/plugins/filetype.lua
diff options
context:
space:
mode:
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$" },
},