Skip to content

Commit ae998ee

Browse files
committed
update configuration properties documentation
1 parent 1d38fe5 commit ae998ee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"scope": "language-overridable"
223223
},
224224
"codeBlocks.npmPackageName": {
225-
"markdownDescription": "NPM package name of the tree-sitter grammar to use (defaults to `tree-sitter-<languageId>`). Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[csharp]\": {\"codeBlocks.npmPackageName\": \"tree-sitter-c-sharp\"}`.",
225+
"markdownDescription": "NPM package name of the tree-sitter grammar to use (defaults to `tree-sitter-<languageId>`). Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[yaml]\": {\"codeBlocks.npmPackageName\": \"@tree-sitter-grammars/tree-sitter-yaml\"}`.",
226226
"scope": "language-overridable",
227227
"type": [
228228
"string",
@@ -234,15 +234,15 @@
234234
"string",
235235
"null"
236236
],
237-
"markdownDescription": "Name of the .wasm parser generated by tree-sitter-cli, without the .wasm extension (defaults to `codeBlocks.npmPackageName`). Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[csharp]\": {\"codeBlocks.parserName\": \"tree-sitter-c_sharp\"}`.",
237+
"markdownDescription": "Name to save parser as (defaults to `tree-sitter-<languageID>`). Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[typescriptreact]\": {\"codeBlocks.parserName\": \"tree-sitter-typescript\"}`.",
238238
"scope": "language-overridable"
239239
},
240240
"codeBlocks.subdirectory": {
241241
"type": [
242242
"string",
243243
"null"
244244
],
245-
"markdownDescription": "Name of the subdirectory containing the tree-sitter grammar inside the npm package (leave empty to use the root directory). Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[typescript]\": {\"codeBlocks.subdirectory\": \"typescript\"}`.",
245+
"markdownDescription": "Name of the subdirectory containing the tree-sitter grammar inside the npm package (leave empty to use the root directory). Use when an npm package contains multiple grammars. Specified per [language ID](https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers), example: `\"[typescript]\": {\"codeBlocks.subdirectory\": \"typescript\"}`.",
246246
"scope": "language-overridable"
247247
}
248248
}

0 commit comments

Comments
 (0)