aboutsummaryrefslogtreecommitdiffstats
path: root/queries/objdump
diff options
context:
space:
mode:
Diffstat (limited to 'queries/objdump')
-rw-r--r--queries/objdump/highlights.scm60
-rw-r--r--queries/objdump/injections.scm6
2 files changed, 0 insertions, 66 deletions
diff --git a/queries/objdump/highlights.scm b/queries/objdump/highlights.scm
deleted file mode 100644
index b73e18803..000000000
--- a/queries/objdump/highlights.scm
+++ /dev/null
@@ -1,60 +0,0 @@
-(byte) @constant
-
-[
- (hexadecimal)
- (integer)
- (address)
-] @number
-
-; [
-; "file" "format"
-; "File" "Offset:"
-; "discriminator"
-; ] @none
-"Disassembly of section " @markup.heading
-
-(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
-
-(file_path) @string.special.path
-
-(instruction) @function
-
-(bad_instruction) @comment.warning
-
-(label) @label
-
-[
- "<"
- ">"
-] @punctuation.special
-
-[
- "("
- ")"
-] @punctuation.bracket
-
-[
- "+"
- ":"
-] @punctuation.delimiter
-
-(comment) @comment.documentation
diff --git a/queries/objdump/injections.scm b/queries/objdump/injections.scm
deleted file mode 100644
index 9fb52dafe..000000000
--- a/queries/objdump/injections.scm
+++ /dev/null
@@ -1,6 +0,0 @@
-; TODO: https://github.com/nvim-treesitter/nvim-treesitter/pull/5548#issuecomment-1773707396
-;
-; To be added once a compatible Assembly parser is merged into nvim-treesitter
-;
-; ((instruction) @injection.content
-; (#set! injection.language "asm"))