Skip to content

Commit

Permalink
fix: include json5 to web
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Sep 27, 2024
1 parent 3d7e603 commit 9b363b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources-grammars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ export const sourcesCommunity: GrammarSource[] = [
{
name: 'json5',
source: 'https://github.com/mrmlnc/vscode-json5/blob/master/syntaxes/json5.json',
categories: ['data'],
categories: ['data', 'web'],
},
{
name: 'jsonnet',
Expand Down

0 comments on commit 9b363b6

Please sign in to comment.