Skip to content

Commit 8f37791

Browse files
authored
feat: add elixir support (#148)
Add support for Elixir, Embedded Elixir, and HEEx filetypes - Elixir comments are same as Ruby - Embedded Elixir and HEEx are same as HTML
1 parent ef3e6bf commit 8f37791

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lua/Comment/ft.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ local L = {
3030
css = { M.cxx_b, M.cxx_b },
3131
dhall = { M.dash, M.haskell_b },
3232
dot = { M.cxx_l, M.cxx_b },
33+
eelixir = { M.html, M.html },
34+
elixir = { M.hash },
3335
elm = { M.dash, M.haskell_b },
3436
fennel = { M.lisp_l },
3537
fish = { M.hash },
@@ -40,6 +42,7 @@ local L = {
4042
graphql = { M.hash },
4143
groovy = { M.cxx_l, M.cxx_b },
4244
haskell = { M.dash, M.haskell_b },
45+
heex = { M.html, M.html },
4346
html = { M.html, M.html },
4447
htmldjango = { M.html, M.html },
4548
idris = { M.dash, M.haskell_b },

0 commit comments

Comments
 (0)