mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
Add HEEx language support, add missing commentstrings
This commit is contained in:
parent
b8a6928b52
commit
57c2081e3f
14 changed files with 87 additions and 7 deletions
|
|
@ -1,2 +1,2 @@
|
|||
au BufRead,BufNewFile *.ex,*.exs,mix.lock set filetype=elixir
|
||||
au BufRead,BufNewFile *.eex,*.leex,*.heex set filetype=eelixir
|
||||
au BufRead,BufNewFile *.eex,*.leex set filetype=eelixir
|
||||
|
|
|
|||
1
ftdetect/heex.vim
Normal file
1
ftdetect/heex.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
au BufRead,BufNewFile *.heex set filetype=heex
|
||||
Loading…
Add table
Add a link
Reference in a new issue