tm-grammars 1.17.20 → 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
@@ -136,10 +136,10 @@ import { grammars } from 'tm-grammars'
136
136
  | `marko` | | [marko-js/marko-tmbundle](https://github.com/marko-js/marko-tmbundle/blob/dd3a0c39e656bedd276d3bcbdea92a2d627755c7/Syntaxes/marko.tmLanguage) | [MIT](https://raw.githubusercontent.com/marko-js/marko-tmbundle/master/LICENSE) | `css` `less` `scss` `javascript` | 18.28 kB |
137
137
  | `matlab` | | [mathworks/MATLAB-Language-grammar](https://github.com/mathworks/MATLAB-Language-grammar/blob/69dbf20c1eb19efd629c0438a2a493e60617e8de/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) | | | 18.56 kB |
138
138
  | `mdc` | | [nuxtlabs/vscode-mdc](https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/nuxtlabs/vscode-mdc/main/LICENSE) | `markdown` `yaml` `html-derivative` | 18.85 kB |
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 |
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 |
package/grammars/mdx.json CHANGED
@@ -5905,7 +5905,7 @@
5905
5905
  ]
5906
5906
  },
5907
5907
  "extension-mdx-expression-flow": {
5908
- "begin": "(?:^|\\G)[\\t ]*(\\{)",
5908
+ "begin": "(?:^|\\G)[\\t ]*(\\{)(?!.*\\}[\\t ]*.)",
5909
5909
  "beginCaptures": {
5910
5910
  "1": {
5911
5911
  "name": "string.other.begin.expression.mdx.js"
@@ -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
@@ -1890,7 +1890,7 @@ export const grammars = [
1890
1890
  source: 'https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json',
1891
1891
  },
1892
1892
  {
1893
- byteSize: 134006,
1893
+ byteSize: 134023,
1894
1894
  categories: [
1895
1895
  'web',
1896
1896
  'markup',
@@ -1940,13 +1940,13 @@ export const grammars = [
1940
1940
  'swift',
1941
1941
  'typescript',
1942
1942
  ],
1943
- lastUpdate: '2024-09-03T10:20:39Z',
1943
+ lastUpdate: '2024-09-16T12:25:05Z',
1944
1944
  license: 'MIT',
1945
1945
  licenseUrl: 'https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license',
1946
1946
  name: 'mdx',
1947
1947
  scopeName: 'source.mdx',
1948
- sha: '0229d1b8fc37a7dea8cf7225d7713ac8a69621ca',
1949
- source: 'https://github.com/wooorm/markdown-tm-language/blob/0229d1b8fc37a7dea8cf7225d7713ac8a69621ca/source.mdx.tmLanguage',
1948
+ sha: '5caa71e2bbddea59b27c6a5a346881cd10fa0f5f',
1949
+ source: 'https://github.com/wooorm/markdown-tm-language/blob/5caa71e2bbddea59b27c6a5a346881cd10fa0f5f/source.mdx.tmLanguage',
1950
1950
  },
1951
1951
  {
1952
1952
  byteSize: 28557,
@@ -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.20",
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",