mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Cpp locals: Fix syntax
This commit is contained in:
parent
ee80e1ebc5
commit
faa413287c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
;; Namespaces
|
||||
(namespace_definition
|
||||
name: (identifier) @definition.namespace
|
||||
body (_) @scope)
|
||||
body: (_) @scope)
|
||||
|
||||
(namespace_identifier) @reference.namespace
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue