Add extension to csp.contribution.ts

Adds the missing extension value for the CSP langugage in `csp.contribution.ts`
This commit is contained in:
Heiko 2024-05-11 09:48:17 +02:00 committed by GitHub
parent b400f83fe3
commit 64fc0cf1b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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