Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wren/highlights.scm')
| -rw-r--r-- | runtime/queries/wren/highlights.scm | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/runtime/queries/wren/highlights.scm b/runtime/queries/wren/highlights.scm index 3d934b36..c37bc3bc 100644 --- a/runtime/queries/wren/highlights.scm +++ b/runtime/queries/wren/highlights.scm @@ -1,13 +1,3 @@ -(comment) @comment -(string) @string -(raw_string) @string -(number) @constant.numeric.integer -(name) @variable -(field) @variable -(static_field) @variable -(null) @constant.builtin -(boolean) @constant.builtin.boolean - ((name) @variable.builtin (#match? @variable.builtin "^(Bool|Class|Fiber|Fn|List|Map|Null|Num|Object|Range|Sequence|String|System)$")) @@ -19,6 +9,15 @@ ((parameter) @variable.parameter) +(comment) @comment +(string) @string +(raw_string) @string +(number) @constant.numeric.integer +(name) @variable +(field) @variable +(static_field) @variable +(null) @constant.builtin +(boolean) @constant.builtin.boolean (if_statement [ |