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

@ -16,20 +16,45 @@
(section_address) @string.special
(identifier) @variable
(code_location (identifier) @function.call)
(header (identifier) @keyword)
(disassembly_section_label (identifier) @module)
(disassembly_section (identifier) @module)
[(file_offset) (discriminator)] @variable.member
(code_location
(identifier) @function.call)
(header
(identifier) @keyword)
(disassembly_section_label
(identifier) @module)
(disassembly_section
(identifier) @module)
[
(file_offset)
(discriminator)
] @variable.member
(file_path) @string.special.path
(instruction) @function
(bad_instruction) @comment.warning
(label) @label
["<" ">"] @punctuation.special
["(" ")"] @punctuation.bracket
["+" ":"] @punctuation.delimiter
[
"<"
">"
] @punctuation.special
[
"("
")"
] @punctuation.bracket
[
"+"
":"
] @punctuation.delimiter
(comment) @comment.documentation