Skip to content

Commit 1e0e497

Browse files
committed
docs: Update supported files
1 parent 8000d48 commit 1e0e497

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,15 @@ Then using multiple injection grammars that target those scopeNames and inject s
2727
* `package.json`
2828
* `schema.json`
2929
* `colorize-results.json`
30-
* `color-theme.json`
3130
#### JSONC
31+
* `attachContainer.json`
32+
* `color-theme.json`
33+
* `devcontainer.json`
3234
* `language-configuration.json`
3335
* `keybindings.json`
34-
* `settings.json`
3536
* `launch.json`
37+
* `mcp.json`
38+
* `settings.json`
3639
* `tasks.json`
3740
* `tsconfig.json`
3841
* `workspace.code-workspace`
@@ -45,7 +48,7 @@ Please report any [issues](https://github.com/RedCMD/JSON-Embedded-Languages/iss
4548

4649
VSCode TextMate injections are rather slow.
4750
It may take longer for documents to fully syntax highlight.
48-
The `"injectionSelector"` for `regexp` is well over 10,000 characters long.
51+
The `"injectionSelector"` for `regexp` is well over 15,000 characters long.
4952

5053

5154
## For more information

syntaxes/JSONC.tmLanguage.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
"name": "JSON with Comments",
44
"scopeName": "source.json.comments.embedded",
55
"fileTypes": [
6+
"attachContainer.json",
67
"color-theme.json",
8+
"devcontainer.json",
79
"keybindings.json",
810
"launch.json",
11+
"mcp.json",
912
"settings.json",
1013
"tasks.json",
1114
"tsconfig.json",

0 commit comments

Comments
 (0)