Skip to content

Commit

Permalink
feat: update Themes and Grammars [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent 002d4e2 commit d9f714e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/tm-grammars/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ import { grammars } from 'tm-grammars'
| `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 |
| `matlab` | | [mathworks/MATLAB-Language-grammar](https://github.com/mathworks/MATLAB-Language-grammar/blob/69dbf20c1eb19efd629c0438a2a493e60617e8de/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage) | | | 18.56 kB |
| `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 |
| `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 |
| `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 |
| `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 |
| `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 |
| `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 |
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/grammars/mdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5905,7 +5905,7 @@
]
},
"extension-mdx-expression-flow": {
"begin": "(?:^|\\G)[\\t ]*(\\{)",
"begin": "(?:^|\\G)[\\t ]*(\\{)(?!.*\\}[\\t ]*.)",
"beginCaptures": {
"1": {
"name": "string.other.begin.expression.mdx.js"
Expand Down
8 changes: 4 additions & 4 deletions packages/tm-grammars/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ export const grammars = [
source: 'https://github.com/nuxtlabs/vscode-mdc/blob/6294dbce9706f538a521e7dccce9609e928dc3be/syntaxes/mdc.tmLanguage.json',
},
{
byteSize: 134006,
byteSize: 134023,
categories: [
'web',
'markup',
Expand Down Expand Up @@ -1940,13 +1940,13 @@ export const grammars = [
'swift',
'typescript',
],
lastUpdate: '2024-09-03T10:20:39Z',
lastUpdate: '2024-09-16T12:25:05Z',
license: 'MIT',
licenseUrl: 'https://raw.githubusercontent.com/wooorm/markdown-tm-language/main/license',
name: 'mdx',
scopeName: 'source.mdx',
sha: '0229d1b8fc37a7dea8cf7225d7713ac8a69621ca',
source: 'https://github.com/wooorm/markdown-tm-language/blob/0229d1b8fc37a7dea8cf7225d7713ac8a69621ca/source.mdx.tmLanguage',
sha: '5caa71e2bbddea59b27c6a5a346881cd10fa0f5f',
source: 'https://github.com/wooorm/markdown-tm-language/blob/5caa71e2bbddea59b27c6a5a346881cd10fa0f5f/source.mdx.tmLanguage',
},
{
byteSize: 28557,
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tm-grammars",
"type": "module",
"version": "1.17.20",
"version": "1.17.21",
"description": "Collecton of TextMate grammars in JSON",
"author": "Anthony Fu <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/tm-grammars/raw/mdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5905,7 +5905,7 @@
]
},
"extension-mdx-expression-flow": {
"begin": "(?:^|\\G)[\\t ]*(\\{)",
"begin": "(?:^|\\G)[\\t ]*(\\{)(?!.*\\}[\\t ]*.)",
"beginCaptures": {
"1": {
"name": "string.other.begin.expression.mdx.js"
Expand Down

0 comments on commit d9f714e

Please sign in to comment.