mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
fix: format disassembly
This commit is contained in:
parent
4362b04a29
commit
1d83fc08d4
1 changed files with 16 additions and 4 deletions
|
|
@ -8,11 +8,23 @@
|
||||||
|
|
||||||
(identifier) @variable
|
(identifier) @variable
|
||||||
|
|
||||||
(bad_instruction) @text.warning
|
(bad_instruction) @comment.warning
|
||||||
(code_location (identifier) @function.call)
|
|
||||||
|
(code_location
|
||||||
|
(identifier) @function.call)
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
(instruction) @function
|
(instruction) @function
|
||||||
|
|
||||||
(memory_dump) @string
|
(memory_dump) @string
|
||||||
|
|
||||||
["<" ">"] @punctuation.special
|
[
|
||||||
["+" ":"] @punctuation.delimiter
|
"<"
|
||||||
|
">"
|
||||||
|
] @punctuation.special
|
||||||
|
|
||||||
|
[
|
||||||
|
"+"
|
||||||
|
":"
|
||||||
|
] @punctuation.delimiter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue