diff options
| -rw-r--r-- | queries/odin/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/odin/highlights.scm b/queries/odin/highlights.scm index 0d041f6bb..9e65937aa 100644 --- a/queries/odin/highlights.scm +++ b/queries/odin/highlights.scm @@ -193,7 +193,7 @@ ((identifier) @type (#lua-match? @type "^[A-Z][a-zA-Z0-9]*$") - (#not-has-parent? @type parameter procedure_declaration)) + (#not-has-parent? @type parameter procedure_declaration call_expression)) ; Fields (member_expression |
