C/C++ highlights: Small improvements for type definitions

This commit is contained in:
Stephan Seitz 2020-07-11 01:47:05 +02:00 committed by Thomas Vigouroux
parent 26cb05f205
commit f803c74ebc
2 changed files with 6 additions and 0 deletions

View file

@ -20,6 +20,9 @@
name: (scoped_type_identifier
name: (type_identifier) @definition.type))
(alias_declaration
name: (type_identifier) @definition.type)
;; Function defintions
(template_function
name: (identifier) @definition.function) @scope