[gtksourceview: 1/2] kotlin.lang: support *.kts extension



commit 26dd1736ebf9c1f2dd0769b113a1d80e2bdb200f
Author: Elias Aebi <eyelash users noreply github com>
Date:   Sat Nov 23 16:56:44 2019 +0100

    kotlin.lang: support *.kts extension

 data/language-specs/kotlin.lang | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/language-specs/kotlin.lang b/data/language-specs/kotlin.lang
index 80352bd6..6d8e3689 100644
--- a/data/language-specs/kotlin.lang
+++ b/data/language-specs/kotlin.lang
@@ -25,7 +25,7 @@
 
   <metadata>
     <property name="mimetypes">text/x-kotlin</property>
-    <property name="globs">*.kt</property>
+    <property name="globs">*.kt;*.kts</property>
     <property name="line-comment-start">//</property>
     <property name="block-comment-start">/*</property>
     <property name="block-comment-end">*/</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]