Merge pull request #4504 from htcfreek/patch-1

Add extension to `csp.contribution.ts`
This commit is contained in:
Henning Dieterichs 2024-05-30 17:56:14 +02:00 committed by GitHub
commit 045e29b7d8
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) {