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:
Stephan Seitz 2020-07-04 22:00:59 +02:00
parent e4cd88baa4
commit 97b855ccec
4 changed files with 99 additions and 87 deletions

View file

@ -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