Commit dbdc14f
authored
Support elixir and phoenix heex files in neovim (#1450)
In neovim, the newer Phoenix HTML templates are [identified as `heex`
files](https://github.com/neovim/neovim/blob/2b421d518faec9e1b0a6d1c46026d2f13f4fb73f/runtime/lua/vim/filetype.lua#L571).
Additionally, there can be HTML code within `.ex` files (via `~H""`),
which both neovim and VSCode identify as `elixir`.1 parent 22cafcf commit dbdc14f
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments