mirror of https://github.com/helix-editor/helix
Jinja language family syntax support (#7233)
* feat: add jinja language support * feat: add nunjucks language support * feat: add to lang support book jinja and nunjucks languagespull/7893/head
parent
c0eae84073
commit
57f093d836
@ -0,0 +1,7 @@
|
|||||||
|
(expression) @string
|
||||||
|
(statement) @variable.builtin
|
||||||
|
(keyword) @keyword
|
||||||
|
(comment) @comment
|
||||||
|
(identifier) @variable.parameter
|
||||||
|
(operator) @operator
|
||||||
|
(string) @string
|
@ -0,0 +1,4 @@
|
|||||||
|
((source_file) @injection.content
|
||||||
|
(#set! injection.combined)
|
||||||
|
(#set! injection.include-children)
|
||||||
|
(#set! injection.language "html"))
|
@ -0,0 +1 @@
|
|||||||
|
; inherits: jinja
|
@ -0,0 +1 @@
|
|||||||
|
; inherits: jinja
|
Loading…
Reference in New Issue