mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ declare var require: any;
|
||||||
|
|
||||||
registerLanguage({
|
registerLanguage({
|
||||||
id: 'csp',
|
id: 'csp',
|
||||||
extensions: [],
|
extensions: ['.csp'],
|
||||||
aliases: ['CSP', 'csp'],
|
aliases: ['CSP', 'csp'],
|
||||||
loader: () => {
|
loader: () => {
|
||||||
if (AMD) {
|
if (AMD) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue