tm-grammars 1.21.6 → 1.21.7
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/prisma.json +2 -2
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ import { grammars } from 'tm-grammars'
|
|
|
160
160
|
| `postcss` | | [vuejs/vetur](https://github.com/vuejs/vetur/blob/8ccae3ba50b65837d4cd4acc71a3b84cd3bee27c/syntaxes/vue-postcss.json) | [MIT](https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE) | | 6.11 kB |
|
|
161
161
|
| `powerquery` | | [microsoft/powerquery-language](https://github.com/microsoft/powerquery-language/blob/eed9810b5f78dfb63319bdbce80bca50419dfa50/PowerQuery.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/powerquery-language/master/LICENSE) | | 5.51 kB |
|
|
162
162
|
| `powershell` | `ps` `ps1` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/9efc116de0ea4998616ebe3b17ee5b92f7dc1161/extensions/powershell/syntaxes/powershell.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 21.11 kB |
|
|
163
|
-
| `prisma` | | [prisma/language-tools](https://github.com/prisma/language-tools/blob/
|
|
163
|
+
| `prisma` | | [prisma/language-tools](https://github.com/prisma/language-tools/blob/7c7571d222aa13819eec4f1f0357337698f40aba/packages/vscode/syntaxes/prisma.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE) | | 5.99 kB |
|
|
164
164
|
| `prolog` | | [arthwang/vsc-prolog](https://github.com/arthwang/vsc-prolog/blob/5e15f731d5ef8e0f3974589b84ddefe6a2bf78c7/syntaxes/prolog.swi.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/arthwang/vsc-prolog/master/LICENSE.txt) | | 10.94 kB |
|
|
165
165
|
| `proto` | `protobuf` | [zxh0/vscode-proto3](https://github.com/zxh0/vscode-proto3/blob/ead0fb5f46a56adbe30d5a8a63d68e7131912159/syntaxes/proto3.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/zxh0/vscode-proto3/master/LICENSE.txt) | | 6.12 kB |
|
|
166
166
|
| `pug` | `jade` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/pug/syntaxes/pug.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `javascript` `css` `sass` `scss` `stylus` `coffee` `html` | 13.68 kB |
|
package/grammars/prisma.json
CHANGED
package/index.js
CHANGED
|
@@ -2436,16 +2436,16 @@ export const grammars = [
|
|
|
2436
2436
|
source: 'https://github.com/microsoft/vscode/blob/9efc116de0ea4998616ebe3b17ee5b92f7dc1161/extensions/powershell/syntaxes/powershell.tmLanguage.json',
|
|
2437
2437
|
},
|
|
2438
2438
|
{
|
|
2439
|
-
byteSize:
|
|
2439
|
+
byteSize: 6138,
|
|
2440
2440
|
displayName: 'Prisma',
|
|
2441
|
-
hash: '
|
|
2442
|
-
lastUpdate: '2024-12-
|
|
2441
|
+
hash: 'ijAIoY7tJM',
|
|
2442
|
+
lastUpdate: '2024-12-17T09:09:57Z',
|
|
2443
2443
|
license: 'Apache-2.0',
|
|
2444
2444
|
licenseUrl: 'https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE',
|
|
2445
2445
|
name: 'prisma',
|
|
2446
2446
|
scopeName: 'source.prisma',
|
|
2447
|
-
sha: '
|
|
2448
|
-
source: 'https://github.com/prisma/language-tools/blob/
|
|
2447
|
+
sha: '7c7571d222aa13819eec4f1f0357337698f40aba',
|
|
2448
|
+
source: 'https://github.com/prisma/language-tools/blob/7c7571d222aa13819eec4f1f0357337698f40aba/packages/vscode/syntaxes/prisma.tmLanguage.json',
|
|
2449
2449
|
},
|
|
2450
2450
|
{
|
|
2451
2451
|
byteSize: 11207,
|