mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
20 lines
186 B
Scheme
20 lines
186 B
Scheme
|
|
; inherits: jinja_inline
|
||
|
|
|
||
|
|
[
|
||
|
|
"{{"
|
||
|
|
"{{-"
|
||
|
|
"{{+"
|
||
|
|
"+}}"
|
||
|
|
"-}}"
|
||
|
|
"}}"
|
||
|
|
"{%"
|
||
|
|
"{%-"
|
||
|
|
"{%+"
|
||
|
|
"+%}"
|
||
|
|
"-%}"
|
||
|
|
"%}"
|
||
|
|
] @keyword.directive
|
||
|
|
|
||
|
|
; TODO: only match raw
|
||
|
|
(raw_start) @keyword
|