mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 10:20:11 -04:00
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:
parent
7a01241ba6
commit
d0eb99cdee
1 changed files with 0 additions and 2 deletions
|
|
@ -47,8 +47,6 @@
|
||||||
(repeat (control_mnemonic) @repeat)
|
(repeat (control_mnemonic) @repeat)
|
||||||
(conditional (control_mnemonic) @conditional)
|
(conditional (control_mnemonic) @conditional)
|
||||||
|
|
||||||
(interpolated (macro_arg) @embedded)
|
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue