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