We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
elixir
1 parent ef3e6bf commit 8f37791Copy full SHA for 8f37791
lua/Comment/ft.lua
@@ -30,6 +30,8 @@ local L = {
30
css = { M.cxx_b, M.cxx_b },
31
dhall = { M.dash, M.haskell_b },
32
dot = { M.cxx_l, M.cxx_b },
33
+ eelixir = { M.html, M.html },
34
+ elixir = { M.hash },
35
elm = { M.dash, M.haskell_b },
36
fennel = { M.lisp_l },
37
fish = { M.hash },
@@ -40,6 +42,7 @@ local L = {
40
42
graphql = { M.hash },
41
43
groovy = { M.cxx_l, M.cxx_b },
44
haskell = { M.dash, M.haskell_b },
45
+ heex = { M.html, M.html },
46
html = { M.html, M.html },
47
htmldjango = { M.html, M.html },
48
idris = { M.dash, M.haskell_b },
0 commit comments