mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 07:00:11 +01:00
Merge pull request #4504 from htcfreek/patch-1
Some checks are pending
CI / CI (push) Waiting to run
Some checks are pending
CI / CI (push) Waiting to run
Add extension to `csp.contribution.ts`
This commit is contained in:
commit
045e29b7d8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ declare var require: any;
|
|||
|
||||
registerLanguage({
|
||||
id: 'csp',
|
||||
extensions: [],
|
||||
extensions: ['.csp'],
|
||||
aliases: ['CSP', 'csp'],
|
||||
loader: () => {
|
||||
if (AMD) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue