tm-grammars 1.12.2 → 1.12.3
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.json +3 -3
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -212,7 +212,7 @@ import { grammars } from 'tm-grammars'
|
|
|
212
212
|
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/5963f70745bac638a96431176d39c688b35e8b59/syntaxes/verilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 5.55 kB |
|
|
213
213
|
| `vhdl` | | [jonasjj/awesome-vhdl](https://github.com/jonasjj/awesome-vhdl/blob/0d0a052da44f64382314ba90a321a83022e5c11a/syntaxes/vhdl.tmLanguage) | [MIT](https://raw.githubusercontent.com/jonasjj/awesome-vhdl/master/LICENSE.txt) | | 23.66 kB |
|
|
214
214
|
| `viml` | `vim` `vimscript` | [dunstontc/viml](https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/dunstontc/viml/master/LICENSE) | | 20.19 kB |
|
|
215
|
-
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/
|
|
215
|
+
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/ff2788d4084895a2c4cfa526668dc642e86de6fd/extensions/vscode/syntaxes/vue.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE) | `html` `markdown` `pug` `stylus` `sass` `css` `scss` `less` `javascript` `typescript` `jsx` `tsx` `coffee` `json` `jsonc` `json5` `yaml` `toml` `graphql` `html-derivative` `markdown-vue` `vue-directives` `vue-interpolations` `vue-sfc-style-variable-injection` | 16.81 kB |
|
|
216
216
|
| `vue-html` | | [vuejs/vetur](https://github.com/vuejs/vetur/blob/53ee52746b1f26f44391c3764bc7bd06d4ddaa46/syntaxes/vue-html.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE) | `vue` `javascript` | 8.06 kB |
|
|
217
217
|
| `vyper` | `vy` | [tintinweb/vscode-vyper](https://github.com/tintinweb/vscode-vyper/blob/e8876a573f1e6b5b11d6176538a5c342d39af0f8/syntaxes/vyper.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/tintinweb/vscode-vyper/master/LICENSE) | | 96.99 kB |
|
|
218
218
|
| `wasm` | | [wasmerio/vscode-wasm](https://github.com/wasmerio/vscode-wasm/blob/9d0ace1ff113f4a3e95797675039cd94ec257078/syntaxes/wat.json) | [MIT](https://raw.githubusercontent.com/wasmerio/vscode-wasm/master/LICENSE) | | 15.03 kB |
|
package/grammars/vue.json
CHANGED
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"name": "source.ts.embedded.html.vue",
|
|
1027
1027
|
"patterns": [
|
|
1028
1028
|
{
|
|
1029
|
-
"include": "source.ts"
|
|
1029
|
+
"include": "source.ts#expression"
|
|
1030
1030
|
}
|
|
1031
1031
|
]
|
|
1032
1032
|
}
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"name": "source.ts.embedded.html.vue",
|
|
1048
1048
|
"patterns": [
|
|
1049
1049
|
{
|
|
1050
|
-
"include": "source.ts"
|
|
1050
|
+
"include": "source.ts#expression"
|
|
1051
1051
|
}
|
|
1052
1052
|
]
|
|
1053
1053
|
}
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"name": "source.ts.embedded.html.vue",
|
|
1257
1257
|
"patterns": [
|
|
1258
1258
|
{
|
|
1259
|
-
"include": "source.ts"
|
|
1259
|
+
"include": "source.ts#expression"
|
|
1260
1260
|
}
|
|
1261
1261
|
]
|
|
1262
1262
|
}
|
package/index.js
CHANGED
|
@@ -3050,7 +3050,7 @@ export const grammars = [
|
|
|
3050
3050
|
source: 'https://github.com/dunstontc/viml/blob/8762570fc7d6f1009a3c93efd2a337330d88b88e/syntaxes/viml.tmLanguage.json',
|
|
3051
3051
|
},
|
|
3052
3052
|
{
|
|
3053
|
-
byteSize:
|
|
3053
|
+
byteSize: 17211,
|
|
3054
3054
|
categories: [
|
|
3055
3055
|
'web',
|
|
3056
3056
|
],
|
|
@@ -3081,13 +3081,13 @@ export const grammars = [
|
|
|
3081
3081
|
'vue-interpolations',
|
|
3082
3082
|
'vue-sfc-style-variable-injection',
|
|
3083
3083
|
],
|
|
3084
|
-
lastUpdate: '2024-05-
|
|
3084
|
+
lastUpdate: '2024-05-23T21:19:27Z',
|
|
3085
3085
|
license: 'MIT',
|
|
3086
3086
|
licenseUrl: 'https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE',
|
|
3087
3087
|
name: 'vue',
|
|
3088
3088
|
scopeName: 'source.vue',
|
|
3089
|
-
sha: '
|
|
3090
|
-
source: 'https://github.com/vuejs/language-tools/blob/
|
|
3089
|
+
sha: 'ff2788d4084895a2c4cfa526668dc642e86de6fd',
|
|
3090
|
+
source: 'https://github.com/vuejs/language-tools/blob/ff2788d4084895a2c4cfa526668dc642e86de6fd/extensions/vscode/syntaxes/vue.tmLanguage.json',
|
|
3091
3091
|
},
|
|
3092
3092
|
{
|
|
3093
3093
|
byteSize: 8255,
|