mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
C/C++ highlights: update to new syntax
This changed the highlight of "switch" to conditional and of "break" to repeat.
This commit is contained in:
parent
e4cd88baa4
commit
97b855ccec
4 changed files with 99 additions and 87 deletions
|
|
@ -9,14 +9,14 @@
|
|||
|
||||
(struct_specifier
|
||||
name: (scoped_type_identifier
|
||||
name: (type_identifier) @definition.type) )
|
||||
name: (type_identifier) @definition.type))
|
||||
|
||||
(class_specifier
|
||||
name: (type_identifier) @definition.type)
|
||||
|
||||
(class_specifier
|
||||
name: (scoped_type_identifier
|
||||
name: (type_identifier) @definition.type) )
|
||||
name: (type_identifier) @definition.type))
|
||||
|
||||
;; Function defintions
|
||||
(template_function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue