Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit 4e861ef

Browse files
authored
Update KotlinLanguage.kt
[noci]
1 parent 48d1ab3 commit 4e861ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/kotlin/org/cosmicide/editor/language/KotlinLanguage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ class KotlinLanguage(
4242
private val file: File
4343
) : IdeLanguage(
4444
grammarRegistry.findGrammar("source.kotlin"),
45+
grammarRegistry.findLanguageConfiguration("source.kotlin"),
4546
grammarRegistry,
4647
themeRegistry
4748
) {

0 commit comments

Comments
 (0)