fix(c): types are optional in sized_type_specifier

This commit is contained in:
Amaan Qureshi 2023-04-21 04:44:50 -04:00
parent 5887528216
commit 654216eb04

View file

@ -145,7 +145,7 @@
(primitive_type) @type.builtin
(sized_type_specifier _ @type.builtin type: _)
(sized_type_specifier _ @type.builtin type: _?)
((identifier) @constant
(#lua-match? @constant "^[A-Z][A-Z0-9_]+$"))