mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Few extensions added
This commit is contained in:
parent
6911ed6b88
commit
1e565b33ac
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ const _monaco: typeof monaco = (typeof monaco === 'undefined' ? (<any>self).mona
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'st',
|
id: 'st',
|
||||||
extensions: ['.st'],
|
extensions: ['.st', '.iecst', '.iecplc', '.lc3lib'],
|
||||||
aliases: ['StructuredText', 'scl', 'stl'],
|
aliases: ['StructuredText', 'scl', 'stl'],
|
||||||
loader: () => _monaco.Promise.wrap(import('./st'))
|
loader: () => _monaco.Promise.wrap(import('./st'))
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue