From d0eb99cdee4cdd79f7f5f56a3e5b78e5450c5a7b Mon Sep 17 00:00:00 2001 From: Graham Bates Date: Wed, 27 Apr 2022 07:45:57 +0100 Subject: [PATCH] Remove query for interpolated macro arg No `embedded` mapping available in nvim-treesitter. The previous query to `variable.builtin` will work fine in this context too. --- queries/m68k/highlights.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/queries/m68k/highlights.scm b/queries/m68k/highlights.scm index d2791a238..0b50ef4af 100644 --- a/queries/m68k/highlights.scm +++ b/queries/m68k/highlights.scm @@ -47,8 +47,6 @@ (repeat (control_mnemonic) @repeat) (conditional (control_mnemonic) @conditional) -(interpolated (macro_arg) @embedded) - (comment) @comment [