mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 19:30:02 -04:00
Remove last @a
This commit is contained in:
parent
e0ecd61046
commit
036e88b94a
1 changed files with 2 additions and 2 deletions
|
|
@ -329,7 +329,7 @@
|
||||||
;; namespaces
|
;; namespaces
|
||||||
(list_lit
|
(list_lit
|
||||||
.
|
.
|
||||||
(sym_lit) @a
|
(sym_lit) @_include
|
||||||
(#eq? @a "ns")
|
(#eq? @_include "ns")
|
||||||
.
|
.
|
||||||
(sym_lit) @namespace)
|
(sym_lit) @namespace)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue