mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
Cpp locals: Fix syntax
This commit is contained in:
committed by
Thomas Vigouroux
parent
ee80e1ebc5
commit
faa413287c
@@ -26,7 +26,7 @@
|
||||
;; Namespaces
|
||||
(namespace_definition
|
||||
name: (identifier) @definition.namespace
|
||||
body (_) @scope)
|
||||
body: (_) @scope)
|
||||
|
||||
(namespace_identifier) @reference.namespace
|
||||
|
||||
|
||||
Reference in New Issue
Block a user