mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
d6b6ad879e
* Add tree-sitter-twig grammer and highlights The gammar itself is quite basic, but is much better than nothing for working with real files consisting mostly of html. * Docgen for newly added grammar
17 lines
135 B
Scheme
17 lines
135 B
Scheme
(comment_directive) @comment
|
|
|
|
[
|
|
"{%"
|
|
"{%-"
|
|
"{%~"
|
|
"%}"
|
|
"-%}"
|
|
"~%}"
|
|
"{{"
|
|
"{{-"
|
|
"{{~"
|
|
"}}"
|
|
"-}}"
|
|
"~}}"
|
|
] @keyword
|