Add extension to `csp.contribution.ts`

Adds the missing extension value for the CSP langugage in `csp.contribution.ts`
pull/4504/head
Heiko 9 months ago committed by GitHub
parent b400f83fe3
commit 64fc0cf1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@ declare var require: any;
registerLanguage({
id: 'csp',
extensions: [],
extensions: ['.csp'],
aliases: ['CSP', 'csp'],
loader: () => {
if (AMD) {

Loading…
Cancel
Save