Skip to content

Commit

Permalink
chore: update source
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 20, 2023
1 parent e05052d commit b5b20ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/grammars/sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const sourcesVSCode: GrammarSource[] = [
},
{
name: 'fsharp',
displayName: 'F#',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/fsharp/syntaxes/fsharp.tmLanguage.json',
aliases: ['f#', 'fs'],
},
Expand Down Expand Up @@ -93,6 +94,7 @@ export const sourcesVSCode: GrammarSource[] = [
},
{
name: 'javascript',
displayName: 'JavaScript',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/javascript/syntaxes/JavaScript.tmLanguage.json',
aliases: ['js'],
},
Expand Down Expand Up @@ -169,6 +171,7 @@ export const sourcesVSCode: GrammarSource[] = [
},
{
name: 'php',
displayName: 'PHP',
source: 'https://github.com/microsoft/vscode/blob/main/extensions/php/syntaxes/php.tmLanguage.json',
},
{
Expand Down Expand Up @@ -333,6 +336,7 @@ export const sourcesCommunity: GrammarSource[] = [
},
{
name: 'cadence',
displayName: 'Cadence',
source: 'https://github.com/onflow/vscode-cadence/blob/master/extension/language/syntaxes/cadence.tmGrammar.json',
aliases: [
'cdc',
Expand Down Expand Up @@ -480,6 +484,7 @@ export const sourcesCommunity: GrammarSource[] = [
},
{
name: 'jinja',
displayName: 'Jinja',
source: 'https://github.com/samuelcolvin/jinjahtml-vscode/blob/main/syntaxes/jinja.tmLanguage.json',
},
{
Expand Down Expand Up @@ -784,6 +789,7 @@ export const sourcesCommunity: GrammarSource[] = [
export const sourcesMarketplace: GrammarSource[] = [
{
name: 'mermaid',
displayName: 'Mermaid',
source: 'https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/master/syntaxes/mermaid.tmLanguage.yaml',
marketplace: {
name: 'bpruitt-goddard.mermaid-markdown-syntax-highlighting',
Expand Down

0 comments on commit b5b20ed

Please sign in to comment.