summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--queries/kotlin/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/kotlin/highlights.scm b/queries/kotlin/highlights.scm
index 9c74e3f0..4174bfdb 100644
--- a/queries/kotlin/highlights.scm
+++ b/queries/kotlin/highlights.scm
@@ -272,6 +272,9 @@
;;; Keywords
(type_alias "typealias" @keyword)
+
+(companion_object "companion" @keyword)
+
[
(class_modifier)
(member_modifier)