chore: query formatting

This commit is contained in:
Pham Huy Hoang 2024-01-06 15:05:50 +09:00 committed by Christian Clason
parent 79975d6557
commit 57a8acf0c4
674 changed files with 18466 additions and 12648 deletions

View file

@ -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
])

View file

@ -27,4 +27,4 @@
; HEEx comments
((comment) @injection.content
(#set! injection.language "comment"))
(#set! injection.language "comment"))