diff --git a/queries/odin/highlights.scm b/queries/odin/highlights.scm index 9e65937aa..ea8d401e2 100644 --- a/queries/odin/highlights.scm +++ b/queries/odin/highlights.scm @@ -192,7 +192,7 @@ (identifier) @type) ((identifier) @type - (#lua-match? @type "^[A-Z][a-zA-Z0-9]*$") + (#lua-match? @type "^[_A-Z][_a-zA-Z0-9]*$") (#not-has-parent? @type parameter procedure_declaration call_expression)) ; Fields