Add C++ highlights.scm

This commit is contained in:
Stephan Seitz 2020-05-23 21:02:43 +02:00
parent df06026110
commit 167ce6339f
3 changed files with 101 additions and 1 deletions

View file

@ -71,6 +71,9 @@
(primitive_type) @type
(sized_type_specifier) @type
((identifier) @type
(match? @type "^[A-Z]"))
((identifier) @constant
(match? @constant "^[A-Z][A-Z\\d_]+$"))