tm-grammars 1.18.6 → 1.18.7
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/verilog.json +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -217,7 +217,7 @@ import { grammars } from 'tm-grammars'
|
|
|
217
217
|
| `v` | | [vlang/vscode-vlang](https://github.com/vlang/vscode-vlang/blob/b1f529602bc6536ad8967373302e151e77179598/syntaxes/v.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/vlang/vscode-vlang/master/LICENSE) | | 12.64 kB |
|
|
218
218
|
| `vala` | | [vala-lang/vala-vscode](https://github.com/vala-lang/vala-vscode/blob/8f825e95648326df2572d0522632251cdff4a43b/syntaxes/vala.YAML-tmLanguage) | [MIT](https://raw.githubusercontent.com/vala-lang/vala-vscode/master/LICENSE) | | 3.14 kB |
|
|
219
219
|
| `vb` | `cmd` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/vb/syntaxes/asp-vb-net.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 5.82 kB |
|
|
220
|
-
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/
|
|
220
|
+
| `verilog` | | [mshr-h/vscode-verilog-hdl-support](https://github.com/mshr-h/vscode-verilog-hdl-support/blob/26cc4a3ec01b12aea5b8ffb7edeee3373eb71d77/syntaxes/verilog.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE) | | 5.56 kB |
|
|
221
221
|
| `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) | | 22.36 kB |
|
|
222
222
|
| `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.16 kB |
|
|
223
223
|
| `vue` | | [vuejs/language-tools](https://github.com/vuejs/language-tools/blob/05a802061e9fd2e76396f28ed1504872787f43a0/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.96 kB |
|
package/grammars/verilog.json
CHANGED
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"include": "#keywords"
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
"begin": "^\\s*([a-zA-Z]\\w*)\\s+([a-zA-Z]\\w*)(?<!begin|if)\\s*(?=\\(|$)",
|
|
108
|
+
"begin": "^\\s*(?!always|and|assign|output|input|inout|wire|module)([a-zA-Z]\\w*)\\s+([a-zA-Z]\\w*)(?<!begin|if)\\s*(?=\\(|$)",
|
|
109
109
|
"beginCaptures": {
|
|
110
110
|
"1": {
|
|
111
111
|
"name": "entity.name.tag.module.reference.verilog"
|
package/index.js
CHANGED
|
@@ -3336,16 +3336,16 @@ export const grammars = [
|
|
|
3336
3336
|
source: 'https://github.com/microsoft/vscode/blob/35d97bc7e439fce0f50f42074041ab2d8571b20a/extensions/vb/syntaxes/asp-vb-net.tmLanguage.json',
|
|
3337
3337
|
},
|
|
3338
3338
|
{
|
|
3339
|
-
byteSize:
|
|
3339
|
+
byteSize: 5691,
|
|
3340
3340
|
displayName: 'Verilog',
|
|
3341
|
-
hash: '
|
|
3342
|
-
lastUpdate: '
|
|
3341
|
+
hash: 'RTTNS4GjI2',
|
|
3342
|
+
lastUpdate: '2024-10-26T13:17:15Z',
|
|
3343
3343
|
license: 'MIT',
|
|
3344
3344
|
licenseUrl: 'https://raw.githubusercontent.com/mshr-h/vscode-verilog-hdl-support/main/LICENSE',
|
|
3345
3345
|
name: 'verilog',
|
|
3346
3346
|
scopeName: 'source.verilog',
|
|
3347
|
-
sha: '
|
|
3348
|
-
source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/
|
|
3347
|
+
sha: '26cc4a3ec01b12aea5b8ffb7edeee3373eb71d77',
|
|
3348
|
+
source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/26cc4a3ec01b12aea5b8ffb7edeee3373eb71d77/syntaxes/verilog.tmLanguage.json',
|
|
3349
3349
|
},
|
|
3350
3350
|
{
|
|
3351
3351
|
byteSize: 22896,
|