mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
23 lines
410 B
Scheme
23 lines
410 B
Scheme
; inherits: html_tags
|
|
|
|
[
|
|
(directive_dynamic_argument)
|
|
(directive_dynamic_argument_value)
|
|
] @tag
|
|
|
|
(interpolation) @punctuation.special
|
|
(interpolation
|
|
(raw_text) @none)
|
|
|
|
(directive_name) @tag.attribute
|
|
|
|
(directive_attribute
|
|
(quoted_attribute_value) @punctuation.special)
|
|
|
|
(directive_attribute
|
|
(quoted_attribute_value (attribute_value) @none))
|
|
|
|
[
|
|
(directive_modifier)
|
|
(directive_argument)
|
|
] @method
|