mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
57f093d836
* feat: add jinja language support * feat: add nunjucks language support * feat: add to lang support book jinja and nunjucks languages
7 lines
159 B
Scheme
7 lines
159 B
Scheme
(expression) @string
|
|
(statement) @variable.builtin
|
|
(keyword) @keyword
|
|
(comment) @comment
|
|
(identifier) @variable.parameter
|
|
(operator) @operator
|
|
(string) @string |