Add hylo to tree-sitter
This commit is contained in:
parent
9a11fd1b38
commit
581093ff78
4 changed files with 27 additions and 9 deletions
|
@ -214,7 +214,12 @@ hook global BufCreate .*[.]typ %{
|
|||
|
||||
hook global BufCreate .*[.]templ %{
|
||||
set-option buffer filetype templ
|
||||
set-option window comment_line "//"
|
||||
set-option buffer comment_line "//"
|
||||
}
|
||||
|
||||
hook global BufCreate .*[.]hylo %{
|
||||
set-option buffer filetype hylo
|
||||
set-option buffer comment_line "//"
|
||||
}
|
||||
|
||||
hook global BufOpenFile .* %{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue