Skip to content

Commit a2e7592

Browse files
Add more keywords (#12)
This PR adds extra keywords for the Kotlin language, hopefully this is correct. Otherwise please point me to the right place.
1 parent 33963f2 commit a2e7592

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

languages/kotlin/highlights.scm

+3
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,9 @@
279279
"class"
280280
"object"
281281
"interface"
282+
"companion"
283+
"package"
284+
"import"
282285
; "typeof" ; NOTE: It is reserved for future use
283286
] @keyword
284287

0 commit comments

Comments
 (0)