1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-07 08:41:40 +01:00
helix/runtime/queries/kotlin
may aae33d7f2f
consistently highlight null literals as @constant.builtin (#15264)
* highlights(amber): highlight (null) as `@constant.builtin`

* highlights(c): highlight (null) as `@constant.builtin`

* highlights(opencl): mark (null) as `@constant.builtin`

* highlights(prisma): highlight (null) as `@constant.builtin`

and not `@constant.builtin.boolean`

* highlights(v): highlight (nil) as `@constant.builtin`

* queries(crystal): properly highlight (nil) and booleans

* highlight(gdscript): highlight (null) as `@constant.builtin`

* highlights(r): properly highlight null and nan

* highlights(kotlin): don't highlight null as boolean
2026-02-18 15:15:36 +09:00
..
folds.scm Add kotlin language (#1689) 2022-02-23 23:25:44 +09:00
highlights.scm consistently highlight null literals as @constant.builtin (#15264) 2026-02-18 15:15:36 +09:00
indents.scm Add indents and textobjects for Kotlin (#12925) 2025-02-20 11:58:27 -06:00
injections.scm Add indents and textobjects for Kotlin (#12925) 2025-02-20 11:58:27 -06:00
locals.scm Improve Kotlin syntax highlighting and text objects (#15023) 2025-12-27 12:37:37 -05:00
tags.scm Add tag queries for java, kotlin, protobuf and bash (#14349) 2025-08-31 08:47:58 -04:00
textobjects.scm Improve Kotlin syntax highlighting and text objects (#15023) 2025-12-27 12:37:37 -05:00