mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Add .kts as a file extension
This commit is contained in:
parent
212670ceb4
commit
0a967ad241
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ declare var require: any;
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'kotlin',
|
id: 'kotlin',
|
||||||
extensions: ['.kt'],
|
extensions: ['.kt', '.kts'],
|
||||||
aliases: ['Kotlin', 'kotlin'],
|
aliases: ['Kotlin', 'kotlin'],
|
||||||
mimetypes: ['text/x-kotlin-source', 'text/x-kotlin'],
|
mimetypes: ['text/x-kotlin-source', 'text/x-kotlin'],
|
||||||
loader: () => {
|
loader: () => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue