tm-grammars 1.17.20 → 1.17.21
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/mdx.json +1 -1
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -136,7 +136,7 @@ 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/
|
|
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
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 |
|
package/grammars/mdx.json
CHANGED
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:
|
|
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-
|
|
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: '
|
|
1949
|
-
source: 'https://github.com/wooorm/markdown-tm-language/blob/
|
|
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,
|