tm-grammars 1.23.21 → 1.23.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 +1 -1
- package/index.js +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -162,7 +162,7 @@ import { grammars } from 'tm-grammars'
|
|
|
162
162
|
| `postcss` | | [vuejs/vetur](https://github.com/vuejs/vetur/blob/8ccae3ba50b65837d4cd4acc71a3b84cd3bee27c/syntaxes/vue-postcss.json) | [MIT](https://raw.githubusercontent.com/vuejs/vetur/master/LICENSE) | [GitHub Sponsors: **@octref**](https://github.com/sponsors/octref) [IssueHunt: **vuejs/vetur**](https://issuehunt.io/r/vuejs/vetur) | | 6.05 kB |
|
|
163
163
|
| `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.50 kB |
|
|
164
164
|
| `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) | | | 19.16 kB |
|
|
165
|
-
| `prisma` | | [prisma/language-tools](https://github.com/prisma/language-tools/blob/
|
|
165
|
+
| `prisma` | | [prisma/language-tools](https://github.com/prisma/language-tools/blob/1e0059be6522d1dac98ff45cd78ab962599a815e/packages/vscode/syntaxes/prisma.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE) | | | 5.97 kB |
|
|
166
166
|
| `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 |
|
|
167
167
|
| `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.09 kB |
|
|
168
168
|
| `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` | 12.73 kB |
|
package/index.js
CHANGED
|
@@ -2991,15 +2991,15 @@ export const grammars = [
|
|
|
2991
2991
|
displayName: 'Prisma',
|
|
2992
2992
|
funding: [
|
|
2993
2993
|
],
|
|
2994
|
-
hash: '
|
|
2995
|
-
lastUpdate: '
|
|
2994
|
+
hash: '3QywjyKuwMm0RnrMcQpXr52isTRGNqQfal3qfJYiLzE',
|
|
2995
|
+
lastUpdate: '2025-05-21T13:42:02Z',
|
|
2996
2996
|
license: 'Apache-2.0',
|
|
2997
2997
|
licenseUrl: 'https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE',
|
|
2998
2998
|
name: 'prisma',
|
|
2999
2999
|
scopeName: 'source.prisma',
|
|
3000
|
-
sha: '
|
|
3001
|
-
source: 'https://github.com/prisma/language-tools/blob/
|
|
3002
|
-
sourceApi: 'https://api.github.com/repos/prisma/language-tools/contents/packages/vscode/syntaxes/prisma.tmLanguage.json?ref=
|
|
3000
|
+
sha: '1e0059be6522d1dac98ff45cd78ab962599a815e',
|
|
3001
|
+
source: 'https://github.com/prisma/language-tools/blob/1e0059be6522d1dac98ff45cd78ab962599a815e/packages/vscode/syntaxes/prisma.tmLanguage.json',
|
|
3002
|
+
sourceApi: 'https://api.github.com/repos/prisma/language-tools/contents/packages/vscode/syntaxes/prisma.tmLanguage.json?ref=1e0059be6522d1dac98ff45cd78ab962599a815e',
|
|
3003
3003
|
},
|
|
3004
3004
|
{
|
|
3005
3005
|
byteSize: 11206,
|