mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Add extension to csp.contribution.ts
Adds the missing extension value for the CSP langugage in `csp.contribution.ts`
This commit is contained in:
parent
b400f83fe3
commit
64fc0cf1b4
@ -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