highlights(cpp): highlight namespaces in using declartions

This commit is contained in:
Stephan Seitz 2021-04-26 00:35:16 +02:00 committed by Stephan Seitz
parent 19efc3d8f3
commit 98b9e271ba

View file

@ -44,6 +44,8 @@
(namespace_definition
name: (identifier) @namespace)
(using_declaration . "using" . "namespace" . [(scoped_identifier) (identifier)] @namespace)
(destructor_name
(identifier) @method)