Unnamed repository; edit this file 'description' to name the repository.
fix(highlights/ruby): fix boolean highlighting
| -rw-r--r-- | runtime/queries/ruby/highlights.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/queries/ruby/highlights.scm b/runtime/queries/ruby/highlights.scm index cd6f1723..e0948d3a 100644 --- a/runtime/queries/ruby/highlights.scm +++ b/runtime/queries/ruby/highlights.scm @@ -66,10 +66,10 @@ ] @constant.numeric.integer [ - (nil) (true) (false) -] @constant.builtin +] @constant.builtin.boolean +(nil) @constant.builtin (interpolation "#{" @punctuation.special |