diff options
| author | Karl Schultheisz <kdsch@protonmail.com> | 2020-03-03 09:11:21 -0500 |
|---|---|---|
| committer | Karl Schultheisz <kdsch@protonmail.com> | 2020-03-03 09:11:21 -0500 |
| commit | 34f13978633d6bb63fb843e86b72ed13117386c9 (patch) | |
| tree | 91d9a5f372fba25bcdfe3d333fe7654fae0e1952 /lua/plugins/filetype.lua | |
| parent | dc5c1166abc29b6634649eb9872908acdc18c52e (diff) | |
| download | vis-34f13978633d6bb63fb843e86b72ed13117386c9.tar.gz vis-34f13978633d6bb63fb843e86b72ed13117386c9.tar.xz | |
Add Elm lexer
Diffstat (limited to 'lua/plugins/filetype.lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 3 |
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$" }, }, |
