Skip to content

Commit

Permalink
chore: update category
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 21, 2023
1 parent 743351c commit 24dd4e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions packages/tm-grammars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,25 +840,6 @@ export const grammars = [
sha: '45324363153075dab0482312ae24d8c068d81e4f',
source: 'https://github.com/microsoft/vscode/blob/45324363153075dab0482312ae24d8c068d81e4f/extensions/html/syntaxes/html.tmLanguage.json',
},
{
categories: [
'web',
'utility',
],
displayName: 'HTTP',
embedded: [
'shellscript',
'json',
'xml',
'graphql',
],
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/Huachao/vscode-restclient/master/LICENSE',
name: 'http',
scopeName: 'source.http',
sha: 'a89f8bce1b5e3d5bd955f10916b0c101e20431d3',
source: 'https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/syntaxes/http.tmLanguage.json',
},
{
categories: [
'web',
Expand Down
2 changes: 1 addition & 1 deletion sources-grammars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export const sourcesVSCode: GrammarSource[] = [
name: 'markdown',
aliases: ['md'],
source: 'https://github.com/microsoft/vscode/blob/main/extensions/markdown-basics/syntaxes/markdown.tmLanguage.json',
categories: ['markup'],
categories: ['web', 'markup'],
},
{
name: 'objective-cpp',
Expand Down

0 comments on commit 24dd4e8

Please sign in to comment.