Update C/C++ highlights to new query syntax

This commit is contained in:
Stephan Seitz 2020-06-07 13:13:24 +02:00
parent e46baab8ca
commit a5fc7b13cc
4 changed files with 17 additions and 16 deletions

View file

@ -41,9 +41,9 @@
;; Control structures
(try_statement
body: (*) @scope)
body: (_) @scope)
(catch_clause) @scope
(destructor_name
name: (*) @constructor)
name: (_) @constructor)