Skip to content

Commit

Permalink
Add extension to csp.contribution.ts
Browse files Browse the repository at this point in the history
Adds the missing extension value for the CSP langugage in `csp.contribution.ts`
  • Loading branch information
htcfreek authored May 11, 2024
1 parent b400f83 commit 64fc0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic-languages/csp/csp.contribution.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare var require: any;

registerLanguage({
id: 'csp',
extensions: [],
extensions: ['.csp'],
aliases: ['CSP', 'csp'],
loader: () => {
if (AMD) {
Expand Down

0 comments on commit 64fc0cf

Please sign in to comment.