Skip to content

Commit 916268e

Browse files
committed
feat: Rename .meta.embedded.*. to .meta.*.
1 parent a96e31d commit 916268e

14 files changed

Lines changed: 9911 additions & 9911 deletions

syntaxes/JSON.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"comment": "Apply a targetable scopeName to the entire object. Attempt to remove all non-scope characters; as they are not targetable",
6666
"begin": "(?=\"\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(?<scope>(?>[0-9A-Za-z_.:-]++|\\\\u00(?i:2[DE]|3[0-9A]|4[1-9A-F]|5[0-9AF]|6[1-9A-F]|7[0-9A]))*+)\\g<separator>(?<string>(?>[^\\\\\"]++|\\\\.)*+)(?<separator>(?>[^0-9A-Za-z_.:\\\\\"]++|\\\\u(?!00(?i:2[DE]|3[0-9A]|4[1-9A-F]|5[0-9AF]|6[1-9A-F]|7[0-9A]))\\h{1,4}|\\\\.?)*+){0}\")",
6767
"end": "(?!\\G)(?<=,)|(?=})",
68-
"name": ".meta.embedded.$1$2$3$4$5$6$7$8$9.",
68+
"name": ".meta.$1$2$3$4$5$6$7$8$9.",
6969
"patterns": [ { "include": "#objectpair" } ]
7070
},
7171
{ "include": "#objectpair" }

syntaxes/JSONC.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"comment": "Apply a targetable scopeName to the entire object. Attempt to remove all non-scope characters; as they are not targetable",
6666
"begin": "(?=\"\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(\\g<scope>)\\g<separator>(?<scope>(?>[0-9A-Za-z_.:-]++|\\\\u00(?i:2[DE]|3[0-9A]|4[1-9A-F]|5[0-9AF]|6[1-9A-F]|7[0-9A]))*+)\\g<separator>(?<string>(?>[^\\\\\"]++|\\\\.)*+)(?<separator>(?>[^0-9A-Za-z_.:\\\\\"]++|\\\\u(?!00(?i:2[DE]|3[0-9A]|4[1-9A-F]|5[0-9AF]|6[1-9A-F]|7[0-9A]))\\h{1,4}|\\\\.?)*+){0}\")",
6767
"end": "(?!\\G)(?<=,)|(?=})",
68-
"name": ".meta.embedded.$1$2$3$4$5$6$7$8$9.",
68+
"name": ".meta.$1$2$3$4$5$6$7$8$9.",
6969
"patterns": [ { "include": "#objectpair" } ]
7070
},
7171
{ "include": "#objectpair" }

syntaxes/glob.tmLanguage.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"name": "JSON Embedded Glob Patterns",
66
"scopeName": "source.json.glob",
77
"injectionSelector": [
8-
"L:source.json.embedded .meta.embedded.contributes. .meta.embedded.languages. meta.structure.array.json .meta.embedded.filenamePatterns. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
9-
"L:source.json.embedded .meta.embedded.contributes. .meta.embedded.jsonValidation. meta.structure.array.json .meta.embedded.fileMatch. string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
10-
"L:source.json.embedded .meta.embedded.workspaces. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
11-
"L:source.json.embedded .meta.embedded.workspaces. .meta.embedded.packages. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
12-
"L:source.json.comments.embedded .meta.embedded.configurations. meta.structure.array.json.comments string.quoted.double.json.comments (.meta.embedded.skipFiles. | .meta.embedded.outFiles.) -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -(meta.structure.array.json.comments meta.structure.array.json.comments meta.structure.array.json.comments) -meta.embedded.glob.json -comment",
13-
"L:source.json.comments.embedded meta.structure.array.json.comments string.quoted.double.json.comments (.meta.embedded.include. | .meta.embedded.exclude.) -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -(meta.structure.array.json.comments meta.structure.array.json.comments) -meta.embedded.glob.json -comment",
14-
"L:source.json.comments.embedded .meta.embedded.ts-node. .meta.embedded.moduleTypes. meta.structure.dictionary.json.comments support.type.property-name.json.comments -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -meta.structure.array.json.comments -meta.embedded.glob.json -comment"
8+
"L:source.json.embedded .meta.contributes. .meta.languages. meta.structure.array.json .meta.filenamePatterns. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
9+
"L:source.json.embedded .meta.contributes. .meta.jsonValidation. meta.structure.array.json .meta.fileMatch. string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
10+
"L:source.json.embedded .meta.workspaces. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
11+
"L:source.json.embedded .meta.workspaces. .meta.packages. meta.structure.array.json string.quoted.double.json -(meta.structure.dictionary.json meta.structure.dictionary.json meta.structure.dictionary.json) -(meta.structure.array.json meta.structure.array.json) -meta.embedded.glob.json -comment",
12+
"L:source.json.comments.embedded .meta.configurations. meta.structure.array.json.comments string.quoted.double.json.comments (.meta.skipFiles. | .meta.outFiles.) -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -(meta.structure.array.json.comments meta.structure.array.json.comments meta.structure.array.json.comments) -meta.embedded.glob.json -comment",
13+
"L:source.json.comments.embedded meta.structure.array.json.comments string.quoted.double.json.comments (.meta.include. | .meta.exclude.) -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -(meta.structure.array.json.comments meta.structure.array.json.comments) -meta.embedded.glob.json -comment",
14+
"L:source.json.comments.embedded .meta.ts-node. .meta.moduleTypes. meta.structure.dictionary.json.comments support.type.property-name.json.comments -(meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments meta.structure.dictionary.json.comments) -meta.structure.array.json.comments -meta.embedded.glob.json -comment"
1515
],
1616
"patterns": [
1717
{

0 commit comments

Comments
 (0)