Skip to content

Commit

Permalink
Merge pull request #4504 from htcfreek/patch-1
Browse files Browse the repository at this point in the history
Add extension to `csp.contribution.ts`
  • Loading branch information
hediet committed May 30, 2024
2 parents a5e379c + 64fc0cf commit 045e29b
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 045e29b

Please sign in to comment.