tm-grammars 1.17.21 → 1.17.22

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 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/5caa71e2bbddea59b27c6a5a346881cd10fa0f5f/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.88 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/75274f126df750776d3f6746febf017f96c58452/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | 19.26 kB |
142
+ | `move` | | [damirka/move-syntax](https://github.com/damirka/move-syntax/blob/4b04e9d614901097ffc0663fef40bd3e5d87779e/syntaxes/move.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE) | | 19.27 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 |
@@ -211,7 +211,7 @@
211
211
  "include": "#types"
212
212
  },
213
213
  {
214
- "match": "\\b([A-Z_]+)\\b",
214
+ "match": "\\b([A-Z][A-Z_0-9]+)\\b",
215
215
  "name": "constant.other.move"
216
216
  },
217
217
  {
@@ -339,7 +339,7 @@
339
339
  ]
340
340
  },
341
341
  "error_const": {
342
- "match": "\\b(E[A-Z][A-Za-z_]*)\\b",
342
+ "match": "\\b(E[A-Z][A-Za-z0-9_]*)\\b",
343
343
  "name": "variable.other.error.const.move"
344
344
  },
345
345
  "escaped_identifier": {
package/index.js CHANGED
@@ -1971,15 +1971,15 @@ export const grammars = [
1971
1971
  source: 'https://github.com/modularml/mojo-syntax/blob/46eccdaeda2b1587e9b82808cdb35670f359d16d/syntaxes/mojo.syntax.json',
1972
1972
  },
1973
1973
  {
1974
- byteSize: 19723,
1974
+ byteSize: 19734,
1975
1975
  displayName: 'Move',
1976
- lastUpdate: '2024-09-07T15:31:14Z',
1976
+ lastUpdate: '2024-09-17T09:24:46Z',
1977
1977
  license: 'MIT',
1978
1978
  licenseUrl: 'https://raw.githubusercontent.com/damirka/move-syntax/main/LICENSE',
1979
1979
  name: 'move',
1980
1980
  scopeName: 'source.move',
1981
- sha: '75274f126df750776d3f6746febf017f96c58452',
1982
- source: 'https://github.com/damirka/move-syntax/blob/75274f126df750776d3f6746febf017f96c58452/syntaxes/move.tmLanguage.json',
1981
+ sha: '4b04e9d614901097ffc0663fef40bd3e5d87779e',
1982
+ source: 'https://github.com/damirka/move-syntax/blob/4b04e9d614901097ffc0663fef40bd3e5d87779e/syntaxes/move.tmLanguage.json',
1983
1983
  },
1984
1984
  {
1985
1985
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.17.21",
4
+ "version": "1.17.22",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",