nvim-treesitter/queries/disassembly/highlights.scm
2024-01-24 19:25:40 -05:00

18 lines
301 B
Scheme

(byte) @constant
[
(address)
(hexadecimal)
(integer)
] @number
(identifier) @variable
(bad_instruction) @text.warning
(code_location (identifier) @function.call)
(comment) @comment
(instruction) @function
(memory_dump) @string
["<" ">"] @punctuation.special
["+" ":"] @punctuation.delimiter