Browse Source

Few extensions added

Sergey Romanov 7 years ago
parent
commit
1e565b33ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/st/st.contribution.ts

+ 1 - 1
src/st/st.contribution.ts

@@ -11,7 +11,7 @@ const _monaco: typeof monaco = (typeof monaco === 'undefined' ? (<any>self).mona
 
 registerLanguage({
 	id: 'st',
-	extensions: ['.st'],
+	extensions: ['.st', '.iecst', '.iecplc', '.lc3lib'],
 	aliases: ['StructuredText', 'scl', 'stl'],
 	loader: () => _monaco.Promise.wrap(import('./st'))
 });