tm-grammars 1.4.7 → 1.4.8
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/vue-directives.json +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -216,7 +216,7 @@ Injections are grammars that are embedded in other grammars. They are used to ag
|
|
|
216
216
|
| `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) | `glsl` `sql` | 230.05 kB |
|
|
217
217
|
| `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 |
|
|
218
218
|
| `markdown-vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | | 670.00 B |
|
|
219
|
-
| `vue-directives` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/
|
|
219
|
+
| `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 |
|
|
220
220
|
| `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 |
|
|
221
221
|
| `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 |
|
|
222
222
|
<!--list-end-->
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"text.html.derivative",
|
|
8
8
|
"text.pug"
|
|
9
9
|
],
|
|
10
|
-
"injectionSelector": "L:meta.tag -meta.attribute -entity.name.tag.pug -attribute_value -source.tsx -source.js.jsx, L:meta.element -meta.attribute",
|
|
10
|
+
"injectionSelector": "L:meta.tag -meta.attribute -meta.ng-binding -entity.name.tag.pug -attribute_value -source.tsx -source.js.jsx, L:meta.element -meta.attribute",
|
|
11
11
|
"name": "vue-directives",
|
|
12
12
|
"patterns": [
|
|
13
13
|
{
|
package/index.js
CHANGED
|
@@ -3019,7 +3019,7 @@ export const injections = [
|
|
|
3019
3019
|
source: 'https://github.com/vuejs/language-tools/blob/ce5623e52a31c99797052727a817d422266f210d/extensions/vscode/syntaxes/markdown-vue.json',
|
|
3020
3020
|
},
|
|
3021
3021
|
{
|
|
3022
|
-
byteSize:
|
|
3022
|
+
byteSize: 366,
|
|
3023
3023
|
embeddedIn: [
|
|
3024
3024
|
'vue',
|
|
3025
3025
|
],
|
|
@@ -3029,13 +3029,13 @@ export const injections = [
|
|
|
3029
3029
|
'text.html.derivative',
|
|
3030
3030
|
'text.pug',
|
|
3031
3031
|
],
|
|
3032
|
-
lastUpdate: '
|
|
3032
|
+
lastUpdate: '2024-02-29T13:15:16Z',
|
|
3033
3033
|
license: 'MIT',
|
|
3034
3034
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
3035
3035
|
name: 'vue-directives',
|
|
3036
3036
|
scopeName: 'vue.directives',
|
|
3037
|
-
sha: '
|
|
3038
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
3037
|
+
sha: 'd5ab9edcf4a18d9c25c143a37cc3ec95229fc6b1',
|
|
3038
|
+
source: 'https://github.com/vuejs/language-tools/blob/d5ab9edcf4a18d9c25c143a37cc3ec95229fc6b1/extensions/vscode/syntaxes/vue-directives.json',
|
|
3039
3039
|
},
|
|
3040
3040
|
{
|
|
3041
3041
|
byteSize: 349,
|
package/package.json
CHANGED