mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 05:50:04 -04:00
Update C/C++ highlights to new query syntax
This commit is contained in:
parent
e46baab8ca
commit
a5fc7b13cc
4 changed files with 17 additions and 16 deletions
|
|
@ -41,9 +41,9 @@
|
|||
|
||||
;; Control structures
|
||||
(try_statement
|
||||
body: (*) @scope)
|
||||
body: (_) @scope)
|
||||
|
||||
(catch_clause) @scope
|
||||
|
||||
(destructor_name
|
||||
name: (*) @constructor)
|
||||
name: (_) @constructor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue