diff --git a/packages/tm-grammars/index.js b/packages/tm-grammars/index.js index 075f933..623cc43 100644 --- a/packages/tm-grammars/index.js +++ b/packages/tm-grammars/index.js @@ -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', diff --git a/sources-grammars.ts b/sources-grammars.ts index 043de9f..1ddc993 100644 --- a/sources-grammars.ts +++ b/sources-grammars.ts @@ -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',