aboutsummaryrefslogtreecommitdiffstats
path: root/queries/objdump
diff options
context:
space:
mode:
Diffstat (limited to 'queries/objdump')
-rw-r--r--queries/objdump/highlights.scm24
1 files changed, 12 insertions, 12 deletions
diff --git a/queries/objdump/highlights.scm b/queries/objdump/highlights.scm
index d23f5a0d9..7532260a6 100644
--- a/queries/objdump/highlights.scm
+++ b/queries/objdump/highlights.scm
@@ -6,26 +6,26 @@
(address)
] @number
-[
- "file" "format"
- "File" "Offset:"
- "discriminator"
-] @text
-"Disassembly of section " @text.title
+; [
+; "file" "format"
+; "File" "Offset:"
+; "discriminator"
+; ] @none
+"Disassembly of section " @markup.heading
-(section_address) @number @text.underline
+(section_address) @string.special
(identifier) @variable
(code_location (identifier) @function.call)
(header (identifier) @keyword)
-(disassembly_section_label (identifier) @namespace)
-(disassembly_section (identifier) @namespace)
+(disassembly_section_label (identifier) @module)
+(disassembly_section (identifier) @module)
-[(file_offset) (discriminator)] @field
+[(file_offset) (discriminator)] @variable.member
-(file_path) @string
+(file_path) @string.special.path
(instruction) @function
-(bad_instruction) @text.warning
+(bad_instruction) @comment.warning
(label) @label
["<" ">"] @punctuation.special