tm-grammars 1.13.13 → 1.13.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/grammars/markdown-vue.json +3 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -243,7 +243,7 @@ Injections are grammars that are embedded in other grammars. They are used to ag
|
|
|
243
243
|
| `angular-template-blocks` | | [angular/vscode-ng-language-service](https://github.com/angular/vscode-ng-language-service/blob/b424eaa01e3cb5600bfe65ce7232a72c7d452d19/syntaxes/template-blocks.json) | [MIT](https://raw.githubusercontent.com/angular/vscode-ng-language-service/main/LICENSE) | `angular-expression` `angular-template` | 1.18 kB |
|
|
244
244
|
| `cpp-macro` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `regexp` `glsl` `sql` | 230.05 kB |
|
|
245
245
|
| `jinja-html` | | [samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE) | `html` | 470.00 B |
|
|
246
|
-
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/
|
|
246
|
+
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/e23ff4d13001ffe78d893bb707d839ead29e0e40/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 684.00 B |
|
|
247
247
|
| `vue-directives` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/d5ab9edcf4a18d9c25c143a37cc3ec95229fc6b1/extensions/vscode/syntaxes/vue-directives.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 366.00 B |
|
|
248
248
|
| `vue-interpolations` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-interpolations.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 349.00 B |
|
|
249
249
|
| `vue-sfc-style-variable-injection` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/vue-sfc-style-variable-injection.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `javascript` | 791.00 B |
|
|
@@ -22,7 +22,9 @@
|
|
|
22
22
|
"name": "fenced_code.block.language.markdown"
|
|
23
23
|
},
|
|
24
24
|
"5": {
|
|
25
|
-
"name": "fenced_code.block.language.attributes.markdown"
|
|
25
|
+
"name": "fenced_code.block.language.attributes.markdown",
|
|
26
|
+
"patterns": [
|
|
27
|
+
]
|
|
26
28
|
}
|
|
27
29
|
},
|
|
28
30
|
"end": "(^|\\G)(\\2|\\s{0,3})(\\3)\\s*$",
|
package/index.js
CHANGED
|
@@ -3521,20 +3521,20 @@ export const injections = [
|
|
|
3521
3521
|
source: 'https://github.com/samuelcolvin/jinjahtml-vscode/blob/64ad369cd167bba2e614944db6d925b7dc6483b4/syntaxes/jinja-html.tmLanguage.json',
|
|
3522
3522
|
},
|
|
3523
3523
|
{
|
|
3524
|
-
byteSize:
|
|
3524
|
+
byteSize: 684,
|
|
3525
3525
|
embeddedIn: [
|
|
3526
3526
|
'vue',
|
|
3527
3527
|
],
|
|
3528
3528
|
injectTo: [
|
|
3529
3529
|
'text.html.markdown',
|
|
3530
3530
|
],
|
|
3531
|
-
lastUpdate: '
|
|
3531
|
+
lastUpdate: '2024-07-20T08:14:06Z',
|
|
3532
3532
|
license: 'MIT',
|
|
3533
3533
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
3534
3534
|
name: 'markdown-vue',
|
|
3535
3535
|
scopeName: 'markdown.vue.codeblock',
|
|
3536
|
-
sha: '
|
|
3537
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
3536
|
+
sha: 'e23ff4d13001ffe78d893bb707d839ead29e0e40',
|
|
3537
|
+
source: 'https://github.com/vuejs/language-tools/blob/e23ff4d13001ffe78d893bb707d839ead29e0e40/extensions/vscode/syntaxes/markdown-vue.json',
|
|
3538
3538
|
},
|
|
3539
3539
|
{
|
|
3540
3540
|
byteSize: 366,
|