mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 06:20:01 -04:00
Add HEEx language support, add missing commentstrings
This commit is contained in:
parent
807c3da669
commit
a9e32d0cc5
14 changed files with 87 additions and 7 deletions
1
after/ftplugin/elixir.vim
Normal file
1
after/ftplugin/elixir.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
setlocal commentstring=#\ %s
|
||||
1
after/ftplugin/heex.vim
Normal file
1
after/ftplugin/heex.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
setlocal commentstring=<%#\ %s\ %>
|
||||
1
after/ftplugin/surface.vim
Normal file
1
after/ftplugin/surface.vim
Normal file
|
|
@ -0,0 +1 @@
|
|||
setlocal commentstring={!--\ %s\ --}
|
||||
Loading…
Add table
Add a link
Reference in a new issue