tm-grammars 1.17.16 → 1.17.17
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/move.json +4 -4
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -139,7 +139,7 @@ import { grammars } from 'tm-grammars'
|
|
|
139
139
|
| `mdx` | | [wooorm/markdown-tm-language](https://github.com/wooorm/markdown-tm-language/blob/0229d1b8fc37a7dea8cf7225d7713ac8a69621ca/source.mdx.tmLanguage) | [MIT](https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license) | `tsx` `toml` `yaml` `c` `clojure` `coffee` `cpp` `csharp` `css` `diff` `docker` `elixir` `elm` `erlang` `go` `graphql` `haskell` `html` `ini` `java` `javascript` `json` `julia` `kotlin` `less` `lua` `make` `markdown` `objective-c` `perl` `python` `r` `ruby` `rust` `scala` `scss` `shellscript` `shellsession` `sql` `xml` `swift` `typescript` | 130.87 kB |
|
|
140
140
|
| `mermaid` | | [bpruitt-goddard/vscode-mermaid-syntax-highlight](https://github.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/blob/8b62f487cb7a89afcd152febfbf47f5d4787657f/syntaxes/mermaid.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/bpruitt-goddard/vscode-mermaid-syntax-highlight/master/LICENSE) | | 27.89 kB |
|
|
141
141
|
| `mojo` | | [modularml/mojo-syntax](https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json) | [MIT](https://raw.githubusercontent.com/modularml/mojo-syntax/main/LICENSE) | | 68.68 kB |
|
|
142
|
-
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/
|
|
142
|
+
| `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/848d483fb3ead050caddbb8346f5af406df64495/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | 18.95 kB |
|
|
143
143
|
| `narrat` | `nar` | [liana-p/narrat-syntax-highlighting-vscode](https://github.com/liana-p/narrat-syntax-highlighting-vscode/blob/00d4b410338fc50ca0ce77a1f7e873c1fb66d376/syntaxes/narrat.tmLanguage.yaml) | [MIT](https://raw.githubusercontent.com/liana-p/narrat-syntax-highlighting-vscode/main/LICENSE) | | 3.39 kB |
|
|
144
144
|
| `nextflow` | `nf` | [nextflow-io/vscode-language-nextflow](https://github.com/nextflow-io/vscode-language-nextflow/blob/7eeb9be8d01556b7c51c59307275c2f720f2ddf4/syntaxes/nextflow.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nextflow-io/vscode-language-nextflow/master/LICENSE.md) | | 4.40 kB |
|
|
145
145
|
| `nginx` | | [hangxingliu/vscode-nginx-conf-hint](https://github.com/hangxingliu/vscode-nginx-conf-hint/blob/49159c02fd09dce264ded7802c9499a0f09646f5/src/syntax/nginx.tmLanguage) | [GPL-3.0](https://raw.githubusercontent.com/hangxingliu/vscode-nginx-conf-hint/main/LICENSE) | `lua` | 34.10 kB |
|
package/grammars/move.json
CHANGED
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"name": "meta.path.call.move"
|
|
882
882
|
},
|
|
883
883
|
"module": {
|
|
884
|
-
"begin": "\\b(module
|
|
884
|
+
"begin": "\\b(module)\\b",
|
|
885
885
|
"beginCaptures": {
|
|
886
886
|
"1": {
|
|
887
887
|
"name": "storage.modifier.type.move"
|
|
@@ -895,7 +895,7 @@
|
|
|
895
895
|
"include": "#comments"
|
|
896
896
|
},
|
|
897
897
|
{
|
|
898
|
-
"begin": "(?<=\\b(module
|
|
898
|
+
"begin": "(?<=\\b(module)\\b)",
|
|
899
899
|
"comment": "Module name",
|
|
900
900
|
"end": "(?=[;{])",
|
|
901
901
|
"patterns": [
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"include": "#escaped_identifier"
|
|
907
907
|
},
|
|
908
908
|
{
|
|
909
|
-
"begin": "(?<=\\b(module
|
|
909
|
+
"begin": "(?<=\\b(module))",
|
|
910
910
|
"comment": "Module namespace / address",
|
|
911
911
|
"end": "(?=[(::){])",
|
|
912
912
|
"name": "constant.other.move",
|
|
@@ -1016,7 +1016,7 @@
|
|
|
1016
1016
|
"include": "#escaped_identifier"
|
|
1017
1017
|
},
|
|
1018
1018
|
{
|
|
1019
|
-
"begin": "(?<=\\b
|
|
1019
|
+
"begin": "(?<=\\bmodule\\b)",
|
|
1020
1020
|
"comment": "Module namespace / address",
|
|
1021
1021
|
"end": "(?=[(::){])",
|
|
1022
1022
|
"name": "constant.other.move"
|
package/index.js
CHANGED
|
@@ -1972,15 +1972,15 @@ export const grammars = [
|
|
|
1972
1972
|
source: 'https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json',
|
|
1973
1973
|
},
|
|
1974
1974
|
{
|
|
1975
|
-
byteSize:
|
|
1975
|
+
byteSize: 19407,
|
|
1976
1976
|
displayName: 'Move',
|
|
1977
|
-
lastUpdate: '2024-
|
|
1977
|
+
lastUpdate: '2024-09-05T13:36:49Z',
|
|
1978
1978
|
license: 'MIT',
|
|
1979
1979
|
licenseUrl: 'https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE',
|
|
1980
1980
|
name: 'move',
|
|
1981
1981
|
scopeName: 'source.move',
|
|
1982
|
-
sha: '
|
|
1983
|
-
source: 'https://github.com/damirka/move-syntax/blob/
|
|
1982
|
+
sha: '848d483fb3ead050caddbb8346f5af406df64495',
|
|
1983
|
+
source: 'https://github.com/damirka/move-syntax/blob/848d483fb3ead050caddbb8346f5af406df64495/syntaxes/move.tmLanguage.json',
|
|
1984
1984
|
},
|
|
1985
1985
|
{
|
|
1986
1986
|
aliases: [
|