tm-grammars 1.21.5 → 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 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/d79f9eebfc097c05040504c5aaabbac626b03706/packages/vscode/syntaxes/prisma.tmLanguage.json) | [Apache-2.0](https://raw.githubusercontent.com/prisma/language-tools/main/LICENSE) | | 5.79 kB |
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 |
@@ -11,6 +11,9 @@
11
11
  {
12
12
  "include": "#double_comment"
13
13
  },
14
+ {
15
+ "include": "#multi_line_comment"
16
+ },
14
17
  {
15
18
  "include": "#model_block_definition"
16
19
  },
@@ -135,6 +138,9 @@
135
138
  {
136
139
  "include": "#double_comment"
137
140
  },
141
+ {
142
+ "include": "#multi_line_comment"
143
+ },
138
144
  {
139
145
  "include": "#assignment"
140
146
  }
@@ -200,6 +206,9 @@
200
206
  {
201
207
  "include": "#double_comment"
202
208
  },
209
+ {
210
+ "include": "#multi_line_comment"
211
+ },
203
212
  {
204
213
  "include": "#enum_value_definition"
205
214
  }
@@ -351,11 +360,19 @@
351
360
  {
352
361
  "include": "#double_comment"
353
362
  },
363
+ {
364
+ "include": "#multi_line_comment"
365
+ },
354
366
  {
355
367
  "include": "#field_definition"
356
368
  }
357
369
  ]
358
370
  },
371
+ "multi_line_comment": {
372
+ "begin": "/\\*",
373
+ "end": "\\*/",
374
+ "name": "comment.prisma"
375
+ },
359
376
  "named_argument": {
360
377
  "name": "source.prisma.named_argument",
361
378
  "patterns": [
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: 5927,
2439
+ byteSize: 6138,
2440
2440
  displayName: 'Prisma',
2441
- hash: 'bqbGCAQpGc',
2442
- lastUpdate: '2023-09-05T17:09:08Z',
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: 'd79f9eebfc097c05040504c5aaabbac626b03706',
2448
- source: 'https://github.com/prisma/language-tools/blob/d79f9eebfc097c05040504c5aaabbac626b03706/packages/vscode/syntaxes/prisma.tmLanguage.json',
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,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.21.5",
4
+ "version": "1.21.7",
5
5
  "description": "Collecton of TextMate grammars in JSON",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",