1
Files
flake-nixinator/config/neovim/store/treesitter-parsers/queries/htmldjango/highlights.scm

27 lines
352 B
Scheme

[
(unpaired_comment)
(paired_comment)
] @comment
[
"{{"
"}}"
"{%"
"%}"
(end_paired_statement)
] @tag
[
(tag_name)
] @function
(variable_name) @variable
(filter_name) @method
(filter_argument) @parameter
(keyword) @keyword
(operator) @operator
(keyword_operator) @keyword.operator
(number) @number
(boolean) @boolean
(string) @string