mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -31,23 +31,24 @@
|
|||
|
||||
; HEEx text content is treated as markup
|
||||
; (text) @none
|
||||
|
||||
; HEEx tags and slots are highlighted as HTML
|
||||
[
|
||||
(tag_name)
|
||||
(slot_name)
|
||||
(tag_name)
|
||||
(slot_name)
|
||||
] @tag
|
||||
|
||||
; HEEx attributes are highlighted as HTML attributes
|
||||
(attribute_name) @tag.attribute
|
||||
|
||||
[
|
||||
(attribute_value)
|
||||
(quoted_attribute_value)
|
||||
] @string
|
||||
|
||||
; HEEx components are highlighted as modules and function calls
|
||||
(component_name [
|
||||
(module) @type
|
||||
(function) @function
|
||||
"." @punctuation.delimiter
|
||||
])
|
||||
(component_name
|
||||
[
|
||||
(module) @type
|
||||
(function) @function
|
||||
"." @punctuation.delimiter
|
||||
])
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@
|
|||
|
||||
; HEEx comments
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
(#set! injection.language "comment"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue