Skip to content

Commit ffedbf4

Browse files
authored
fix(kotlin): detect kotlin script files as kotlin (#1081)
1 parent 7f0057b commit ffedbf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lexers/embedded/kotlin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<name>Kotlin</name>
44
<alias>kotlin</alias>
55
<filename>*.kt</filename>
6+
<filename>*.kts</filename>
67
<mime_type>text/x-kotlin</mime_type>
78
<dot_all>true</dot_all>
89
</config>

0 commit comments

Comments
 (0)