mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -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)
|
||||
(conditional (control_mnemonic) @conditional)
|
||||
|
||||
(interpolated (macro_arg) @embedded)
|
||||
|
||||
(comment) @comment
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue