nvim-treesitter/runtime/queries/disassembly/highlights.scm

31 lines
323 B
Scheme
Raw Permalink Normal View History

2024-01-24 16:25:40 -08:00
(byte) @constant
[
(address)
(hexadecimal)
(integer)
] @number
(identifier) @variable
2024-01-24 19:35:31 -05:00
(bad_instruction) @comment.warning
(code_location
(identifier) @function.call)
2024-01-24 16:25:40 -08:00
(comment) @comment
2024-01-24 19:35:31 -05:00
2024-01-24 16:25:40 -08:00
(instruction) @function
2024-01-24 19:35:31 -05:00
2024-01-24 16:25:40 -08:00
(memory_dump) @string
2024-01-24 19:35:31 -05:00
[
"<"
">"
] @punctuation.special
[
"+"
":"
] @punctuation.delimiter