mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Merge pull request #4504 from htcfreek/patch-1
Add extension to `csp.contribution.ts`
This commit is contained in:
commit
045e29b7d8
@ -10,7 +10,7 @@ declare var require: any;
|
||||
|
||||
registerLanguage({
|
||||
id: 'csp',
|
||||
extensions: [],
|
||||
extensions: ['.csp'],
|
||||
aliases: ['CSP', 'csp'],
|
||||
loader: () => {
|
||||
if (AMD) {
|
||||
|
Loading…
Reference in New Issue
Block a user