tm-grammars 1.0.13 → 1.0.15
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 +2 -2
- package/grammars/beancount.json +0 -74
- package/grammars/cobol.json +1 -1
- package/index.js +8 -8
- package/package.json +1 -1
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/
|
|
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 |
|
|
@@ -45,7 +45,7 @@ import { grammars } from 'tm-grammars'
|
|
|
45
45
|
| `clarity` | | [hirosystems/clarity.tmbundle](https://github.com/hirosystems/clarity.tmbundle/blob/14499973360935676fcf40fa37723ec216aa3c9f/Syntaxes/clarity.JSON-tmLanguage) | [MIT](https://raw.githubusercontent.com/hirosystems/clarity.tmbundle/main/LICENSE) | | 13.77 kB |
|
|
46
46
|
| `clojure` | `clj` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/a1a4c0a63b1ad59e84f54b874744fe35dea9abe1/extensions/clojure/syntaxes/clojure.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | | 6.36 kB |
|
|
47
47
|
| `cmake` | | [twxs/vs.language.cmake](https://github.com/twxs/vs.language.cmake/blob/19b1b8fe2d68d72cf294d0c3c22f0a3fc54f8f6f/syntaxes/CMake.tmLanguage) | [MIT](https://raw.githubusercontent.com/twxs/vs.language.cmake/master/LICENSE) | | 10.00 kB |
|
|
48
|
-
| `cobol` | | [spgennard/vscode_cobol](https://github.com/spgennard/vscode_cobol/blob/
|
|
48
|
+
| `cobol` | | [spgennard/vscode_cobol](https://github.com/spgennard/vscode_cobol/blob/8c6771e1c567842024895bd7092a15984a7dd1da/syntaxes/COBOL.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE) | `sql` `html` `java` | 37.82 kB |
|
|
49
49
|
| `codeql` | `ql` | [github/vscode-codeql](https://github.com/github/vscode-codeql/blob/47fa163cb9fffce379458962eb391c9ef9082dcb/syntaxes/ql.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/github/vscode-codeql/main/LICENSE.md) | | 32.73 kB |
|
|
50
50
|
| `coffee` | `coffeescript` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/ff58f5083f57b50e6a100ab60454dfb72fe21e80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `javascript` | 26.58 kB |
|
|
51
51
|
| `cpp` | `c++` | [microsoft/vscode](https://github.com/microsoft/vscode/blob/6ac83c7c7dda9f27ca1fe9d98675253e010b75d1/extensions/cpp/syntaxes/cpp.tmLanguage.json) | [MIT](https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt) | `cpp-macro` `glsl` `sql` | 411.19 kB |
|
package/grammars/beancount.json
CHANGED
|
@@ -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/grammars/cobol.json
CHANGED
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
"name": "keyword.screens.cobol"
|
|
988
988
|
},
|
|
989
989
|
{
|
|
990
|
-
"match": "(\\s+|^)(?i:bold|high|lowlight|low|
|
|
990
|
+
"match": "(\\s+|^)(?i:bold|high|lowlight|low|background-high|background-low|background-standard)(?![0-9A-Za-z_-])",
|
|
991
991
|
"name": "invalid.illegal.screens.acu.cobol"
|
|
992
992
|
},
|
|
993
993
|
{
|
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:
|
|
220
|
+
byteSize: 10430,
|
|
221
221
|
displayName: 'Beancount',
|
|
222
|
-
lastUpdate: '2024-01-
|
|
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: '
|
|
228
|
-
source: 'https://github.com/Lencerf/vscode-beancount/blob/
|
|
227
|
+
sha: 'ffc762e047bb09ed5d16508b302aef16a6057139',
|
|
228
|
+
source: 'https://github.com/Lencerf/vscode-beancount/blob/ffc762e047bb09ed5d16508b302aef16a6057139/syntaxes/beancount.tmLanguage',
|
|
229
229
|
},
|
|
230
230
|
{
|
|
231
231
|
aliases: [
|
|
@@ -360,20 +360,20 @@ export const grammars = [
|
|
|
360
360
|
source: 'https://github.com/twxs/vs.language.cmake/blob/19b1b8fe2d68d72cf294d0c3c22f0a3fc54f8f6f/syntaxes/CMake.tmLanguage',
|
|
361
361
|
},
|
|
362
362
|
{
|
|
363
|
-
byteSize:
|
|
363
|
+
byteSize: 38726,
|
|
364
364
|
displayName: 'COBOL',
|
|
365
365
|
embedded: [
|
|
366
366
|
'sql',
|
|
367
367
|
'html',
|
|
368
368
|
'java',
|
|
369
369
|
],
|
|
370
|
-
lastUpdate: '
|
|
370
|
+
lastUpdate: '2024-01-13T16:19:57Z',
|
|
371
371
|
license: 'MIT',
|
|
372
372
|
licenseUrl: 'https://raw.githubusercontent.com/spgennard/vscode_cobol/main/LICENSE',
|
|
373
373
|
name: 'cobol',
|
|
374
374
|
scopeName: 'source.cobol',
|
|
375
|
-
sha: '
|
|
376
|
-
source: 'https://github.com/spgennard/vscode_cobol/blob/
|
|
375
|
+
sha: '8c6771e1c567842024895bd7092a15984a7dd1da',
|
|
376
|
+
source: 'https://github.com/spgennard/vscode_cobol/blob/8c6771e1c567842024895bd7092a15984a7dd1da/syntaxes/COBOL.tmLanguage.json',
|
|
377
377
|
},
|
|
378
378
|
{
|
|
379
379
|
aliases: [
|
package/package.json
CHANGED