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.
This commit is contained in:
Graham Bates 2022-04-27 07:45:57 +01:00 committed by Stephan Seitz
parent 7a01241ba6
commit d0eb99cdee

View file

@ -47,8 +47,6 @@
(repeat (control_mnemonic) @repeat)
(conditional (control_mnemonic) @conditional)
(interpolated (macro_arg) @embedded)
(comment) @comment
[