Cpp locals: Fix syntax

This commit is contained in:
Stephan Seitz
2020-07-13 23:20:24 +02:00
committed by Thomas Vigouroux
parent ee80e1ebc5
commit faa413287c

View File

@@ -26,7 +26,7 @@
;; Namespaces
(namespace_definition
name: (identifier) @definition.namespace
body (_) @scope)
body: (_) @scope)
(namespace_identifier) @reference.namespace