tm-grammars 1.12.4 → 1.12.5
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/racket.json +2 -2
- package/index.js +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ import { grammars } from 'tm-grammars'
|
|
|
163
163
|
| `qmldir` | | [seanwu1105/vscode-qt-for-python](https://github.com/seanwu1105/vscode-qt-for-python/blob/b301e7b18493ba59c4f52e49c3f73b6cd23d4c4b/syntaxes/qmldir.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE) | | 902.00 B |
|
|
164
164
|
| `qss` | | [seanwu1105/vscode-qt-for-python](https://github.com/seanwu1105/vscode-qt-for-python/blob/f0a56a97d10f58ab7b4b6e2ab6ce34ca4c9d521d/syntaxes/qss.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/seanwu1105/vscode-qt-for-python/master/LICENSE) | | 7.46 kB |
|
|
165
165
|
| `r` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/fa22e9ac36d5d37ef096679927179091ba7f6966/extensions/r/syntaxes/r.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 33.83 kB |
|
|
166
|
-
| `racket` | | [Eugleo/magic-racket](https://github.com/Eugleo/magic-racket/blob/
|
|
166
|
+
| `racket` | | [Eugleo/magic-racket](https://github.com/Eugleo/magic-racket/blob/6a4d9934b3ec523162ab0243b5cb0e785316507a/syntaxes/racket.tmLanguage.json) | [GPL-3.0](https://raw.githubusercontent.com/Eugleo/magic-racket/master/LICENSE) | | 100.94 kB |
|
|
167
167
|
| `raku` | `perl6` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/8fdf170a0850c1cc027382f31650aaf300d3ae2a/extensions/perl/syntaxes/perl6.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 10.05 kB |
|
|
168
168
|
| `razor` | | [dotnet/razor](https://github.com/dotnet/razor/blob/39159764277f3c80a786d8872eba7730da3d7ef0/src/Razor/src/Microsoft.VisualStudio.RazorExtension/EmbeddedGrammars/aspnetcorerazor.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/dotnet/razor/main/LICENSE.txt) | `html` `csharp` | 24.50 kB |
|
|
169
169
|
| `reg` | | [mihai-vlc/reg-vscode](https://github.com/mihai-vlc/reg-vscode/blob/896096fc6756329d82c71a913663a1c0ac678f74/syntaxes/reg.tmLanguage) | [MIT](https://raw.githubusercontent.com/mihai-vlc/reg-vscode/master/LICENSE) | | 2.20 kB |
|
package/grammars/racket.json
CHANGED
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
"character": {
|
|
280
280
|
"patterns": [
|
|
281
281
|
{
|
|
282
|
-
"match": "(?x) \\#\\\\\n(?:\n(?: [0-7]{3}) |\n(?: u[0-9a-fA-F]{1,4}) |\n(?: U[0-9a-fA-F]{1,6}) |\n(?:\n(?:\nnull? | newline | linefeed | backspace |
|
|
283
|
-
"name": "
|
|
282
|
+
"match": "(?x) \\#\\\\\n(?:\n(?: [0-7]{3}) |\n(?: u[0-9a-fA-F]{1,4}) |\n(?: U[0-9a-fA-F]{1,6}) |\n(?:\n(?:\nnull? | newline | linefeed | backspace | v?tab | page |\nreturn | space | rubout | (?: [^\\w\\s] | \\d)\n)\n(?![a-zA-Z])\n) |\n(?: [^\\W\\d](?=[\\W\\d]) | \\W )\n)\n",
|
|
283
|
+
"name": "string.quoted.single.racket"
|
|
284
284
|
}
|
|
285
285
|
]
|
|
286
286
|
},
|
package/index.js
CHANGED
|
@@ -2328,18 +2328,18 @@ export const grammars = [
|
|
|
2328
2328
|
source: 'https://github.com/microsoft/vscode/blob/fa22e9ac36d5d37ef096679927179091ba7f6966/extensions/r/syntaxes/r.tmLanguage.json',
|
|
2329
2329
|
},
|
|
2330
2330
|
{
|
|
2331
|
-
byteSize:
|
|
2331
|
+
byteSize: 103359,
|
|
2332
2332
|
categories: [
|
|
2333
2333
|
'lisp',
|
|
2334
2334
|
],
|
|
2335
2335
|
displayName: 'Racket',
|
|
2336
|
-
lastUpdate: '
|
|
2336
|
+
lastUpdate: '2024-05-29T13:14:07Z',
|
|
2337
2337
|
license: 'GPL-3.0',
|
|
2338
2338
|
licenseUrl: 'https://raw.githubusercontent.com/Eugleo/magic-racket/master/LICENSE',
|
|
2339
2339
|
name: 'racket',
|
|
2340
2340
|
scopeName: 'source.racket',
|
|
2341
|
-
sha: '
|
|
2342
|
-
source: 'https://github.com/Eugleo/magic-racket/blob/
|
|
2341
|
+
sha: '6a4d9934b3ec523162ab0243b5cb0e785316507a',
|
|
2342
|
+
source: 'https://github.com/Eugleo/magic-racket/blob/6a4d9934b3ec523162ab0243b5cb0e785316507a/syntaxes/racket.tmLanguage.json',
|
|
2343
2343
|
},
|
|
2344
2344
|
{
|
|
2345
2345
|
aliases: [
|