tm-grammars 1.0.13 → 1.0.14

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
@@ -35,7 +35,7 @@ import { grammars } from 'tm-grammars'
35
35
  | `awk` | | [luggage66/vscode-awk](https://github.com/luggage66/vscode-awk/blob/eff8c0f160ae16592c8d9963fd77046137fd2612/syntaxes/awk.tmLanguage) | [MIT](https://raw.githubusercontent.com/luggage66/vscode-awk/master/LICENSE.txt) | | 5.18 kB |
36
36
  | `ballerina` | | [ballerina-platform/ballerina-grammar](https://github.com/ballerina-platform/ballerina-grammar/blob/42ddcc1c63c86bdd6ba712e86bf965f5063831d3/syntaxes/ballerina.tmLanguage) | [Apache-2.0](https://raw.githubusercontent.com/ballerina-platform/ballerina-grammar/master/LICENSE) | | 57.97 kB |
37
37
  | `bat` | `batch` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/df15c8e832a341633acd2e9bb26e1b275d09cfe0/extensions/bat/syntaxes/batchfile.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 12.38 kB |
38
- | `beancount` | | [Lencerf/vscode-beancount](https://github.com/Lencerf/vscode-beancount/blob/2c0dd2128f1099e124d6dd05fe21d5a5adee39e2/syntaxes/beancount.tmLanguage) | [MIT](https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE) | | 11.21 kB |
38
+ | `beancount` | | [Lencerf/vscode-beancount](https://github.com/Lencerf/vscode-beancount/blob/ffc762e047bb09ed5d16508b302aef16a6057139/syntaxes/beancount.tmLanguage) | [MIT](https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE) | | 10.19 kB |
39
39
  | `berry` | `be` | [berry-lang/berry](https://github.com/berry-lang/berry/blob/a0f5c044a3b593deaf87292ca6f04c2343e53dc8/tools/plugins/vscode/skiars.berry-1.1.0/syntaxes/berry.json) | [MIT](https://raw.githubusercontent.com/berry-lang/berry/master/LICENSE) | | 2.12 kB |
40
40
  | `bibtex` | | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6021e0179514df6de02f91174ff7f9c5f6c87fd1/extensions/latex/syntaxes/Bibtex.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 4.68 kB |
41
41
  | `bicep` | | [Azure/bicep](https://github.com/Azure/bicep/blob/7d38437196bf9ad16c8401ffbb6406eea8457ed5/src/textmate/bicep.tmlanguage) | [MIT](https://raw.githubusercontent.com/Azure/bicep/main/LICENSE) | | 3.94 kB |
@@ -292,80 +292,6 @@
292
292
  }
293
293
  ]
294
294
  },
295
- {
296
- "begin": "([0-9]{4})([\\-|/])([0-9]{2})([\\-|/])([0-9]{2})\\s+(note)(?=(.*\\*\\\"\\s))",
297
- "beginCaptures": {
298
- "1": {
299
- "name": "constant.numeric.date.year.beancount"
300
- },
301
- "2": {
302
- "name": "punctuation.separator.beancount"
303
- },
304
- "3": {
305
- "name": "constant.numeric.date.month.beancount"
306
- },
307
- "4": {
308
- "name": "punctuation.separator.beancount"
309
- },
310
- "5": {
311
- "name": "constant.numeric.date.day.beancount"
312
- },
313
- "6": {
314
- "name": "support.function.directive.beancount"
315
- }
316
- },
317
- "comment": "Note as Oneliner Transaction directive",
318
- "end": "(?=(^\\s*$|^\\S))",
319
- "name": "meta.directive.notetotext.beancount",
320
- "patterns": [
321
- {
322
- "include": "#meta"
323
- },
324
- {
325
- "include": "#account"
326
- },
327
- {
328
- "match": "(?<=\\s)\\\"",
329
- "name": "punctuation.separator.beancount"
330
- },
331
- {
332
- "include": "#cost"
333
- },
334
- {
335
- "include": "#amount"
336
- },
337
- {
338
- "begin": "(\\*|\\!)",
339
- "beginCaptures": {
340
- "0": {
341
- "name": "support.function.directive.beancount"
342
- }
343
- },
344
- "end": "(\\*\\\")",
345
- "endCaptures": {
346
- "0": {
347
- "name": "punctuation.separator.beancount"
348
- }
349
- },
350
- "patterns": [
351
- {
352
- "match": "\\\\.",
353
- "name": "constant.character.escape.beancount"
354
- },
355
- {
356
- "include": "#tag"
357
- },
358
- {
359
- "match": "([^\\\"])",
360
- "name": "string.quoted.double.beancount"
361
- }
362
- ]
363
- },
364
- {
365
- "include": "#illegal"
366
- }
367
- ]
368
- },
369
295
  {
370
296
  "begin": "([0-9]{4})([\\-|/])([0-9]{2})([\\-|/])([0-9]{2})\\s(note|document)",
371
297
  "beginCaptures": {
package/index.js CHANGED
@@ -217,15 +217,15 @@ export const grammars = [
217
217
  source: 'https://github.com/microsoft/vscode/blob/df15c8e832a341633acd2e9bb26e1b275d09cfe0/extensions/bat/syntaxes/batchfile.tmLanguage.json',
218
218
  },
219
219
  {
220
- byteSize: 11478,
220
+ byteSize: 10430,
221
221
  displayName: 'Beancount',
222
- lastUpdate: '2024-01-10T20:17:30Z',
222
+ lastUpdate: '2024-01-11T08:43:22Z',
223
223
  license: 'MIT',
224
224
  licenseUrl: 'https://raw.githubusercontent.com/Lencerf/vscode-beancount/master/LICENSE',
225
225
  name: 'beancount',
226
226
  scopeName: 'text.beancount',
227
- sha: '2c0dd2128f1099e124d6dd05fe21d5a5adee39e2',
228
- source: 'https://github.com/Lencerf/vscode-beancount/blob/2c0dd2128f1099e124d6dd05fe21d5a5adee39e2/syntaxes/beancount.tmLanguage',
227
+ sha: 'ffc762e047bb09ed5d16508b302aef16a6057139',
228
+ source: 'https://github.com/Lencerf/vscode-beancount/blob/ffc762e047bb09ed5d16508b302aef16a6057139/syntaxes/beancount.tmLanguage',
229
229
  },
230
230
  {
231
231
  aliases: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "packageManager": "pnpm@8.14.0",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",