mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
* 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
3 lines
94 B
Scheme
3 lines
94 B
Scheme
((content) @injection.content
|
|
(#set! injection.language "html")
|
|
(#set! injection.combined))
|