mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22:56 +01:00
add twincat file support for st
This commit is contained in:
parent
35eb0efbc0
commit
68b964addf
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ declare var require: any;
|
|||
|
||||
registerLanguage({
|
||||
id: 'st',
|
||||
extensions: ['.st', '.iecst', '.iecplc', '.lc3lib'],
|
||||
extensions: ['.st', '.iecst', '.iecplc', '.lc3lib', '.TcPOU', '.TcDUT', '.TcGVL', '.TcIO'],
|
||||
aliases: ['StructuredText', 'scl', 'stl'],
|
||||
loader: () => {
|
||||
if (AMD) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue