File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
4649VSCode TextMate injections are rather slow.
4750It 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments