diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:43:30 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-10-04 16:43:30 +0200 |
| commit | fd7cea8fc96bfe782ca4576100c39c6ffd15e150 (patch) | |
| tree | 6458793f9bbdaab2207a0274eee503c1029ef081 /queries | |
| parent | 75b4720ce734556ef3c13059f16d21d8c5e73e9d (diff) | |
Make the type definition brackets punctuation
Diffstat (limited to 'queries')
| -rw-r--r-- | queries/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/highlights.scm b/queries/highlights.scm index cf92992..8199a2b 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -1,4 +1,4 @@ -(type_annotation) @type +(type_annotation) @punctuation (member_type) @operator (member) @property (parameter_list) @function |