tm-grammars 1.6.10 → 1.7.1

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/index.d.ts CHANGED
@@ -1,4 +1,13 @@
1
- export type GrammarCategory = 'web' | 'markup' | 'general' | 'scripting' | 'data' | 'dsl' | 'utility' | 'config'
1
+ export type GrammarCategory =
2
+ | 'web'
3
+ | 'markup'
4
+ | 'general'
5
+ | 'scripting'
6
+ | 'data'
7
+ | 'dsl'
8
+ | 'utility'
9
+ | 'config'
10
+ | 'lisp'
2
11
 
3
12
  export interface GrammarInfo {
4
13
  name: string
package/index.js CHANGED
@@ -319,6 +319,9 @@ export const grammars = [
319
319
  },
320
320
  {
321
321
  byteSize: 14105,
322
+ categories: [
323
+ 'lisp',
324
+ ],
322
325
  displayName: 'Clarity',
323
326
  lastUpdate: '2023-06-16T13:06:14Z',
324
327
  license: 'MIT',
@@ -335,6 +338,7 @@ export const grammars = [
335
338
  byteSize: 6515,
336
339
  categories: [
337
340
  'general',
341
+ 'lisp',
338
342
  ],
339
343
  displayName: 'Clojure',
340
344
  lastUpdate: '2022-01-31T15:49:23Z',
@@ -411,6 +415,24 @@ export const grammars = [
411
415
  sha: 'ff58f5083f57b50e6a100ab60454dfb72fe21e80',
412
416
  source: 'https://github.com/microsoft/vscode/blob/ff58f5083f57b50e6a100ab60454dfb72fe21e80/extensions/coffeescript/syntaxes/coffeescript.tmLanguage.json',
413
417
  },
418
+ {
419
+ aliases: [
420
+ 'lisp',
421
+ ],
422
+ byteSize: 23992,
423
+ categories: [
424
+ 'general',
425
+ 'lisp',
426
+ ],
427
+ displayName: 'Common Lisp',
428
+ lastUpdate: '2022-06-28T15:20:40Z',
429
+ license: 'MIT',
430
+ licenseUrl: 'https://raw.githubusercontent.com/qingpeng9802/vscode-common-lisp/master/LICENSE',
431
+ name: 'common-lisp',
432
+ scopeName: 'source.commonlisp',
433
+ sha: '854e24985d84a809c24cee02afd2932a5bb319cd',
434
+ source: 'https://github.com/qingpeng9802/vscode-common-lisp/blob/854e24985d84a809c24cee02afd2932a5bb319cd/syntaxes/commonlisp.tmLanguage.json',
435
+ },
414
436
  {
415
437
  aliases: [
416
438
  'c++',
@@ -535,18 +557,18 @@ export const grammars = [
535
557
  source: 'https://github.com/Pure-D/code-d/blob/466ac04dcc1f6d3fea50ef5ae7a920a121efd09c/syntaxes/d.json',
536
558
  },
537
559
  {
538
- byteSize: 6940,
560
+ byteSize: 7116,
539
561
  categories: [
540
562
  'general',
541
563
  ],
542
564
  displayName: 'Dart',
543
- lastUpdate: '2024-02-27T11:14:40Z',
565
+ lastUpdate: '2024-04-26T11:52:52Z',
544
566
  license: 'MIT',
545
567
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
546
568
  name: 'dart',
547
569
  scopeName: 'source.dart',
548
- sha: 'e9a8b6add5329f8124f23ff7143d95c22ce39f76',
549
- source: 'https://github.com/microsoft/vscode/blob/e9a8b6add5329f8124f23ff7143d95c22ce39f76/extensions/dart/syntaxes/dart.tmLanguage.json',
570
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
571
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/dart/syntaxes/dart.tmLanguage.json',
550
572
  },
551
573
  {
552
574
  byteSize: 5498,
@@ -557,6 +579,20 @@ export const grammars = [
557
579
  sha: '7fd39aa84552617daa258189b2550dcdbd14149a',
558
580
  source: 'https://github.com/huyza/dax-language/blob/7fd39aa84552617daa258189b2550dcdbd14149a/syntaxes/dax.grammer.json',
559
581
  },
582
+ {
583
+ byteSize: 1855,
584
+ categories: [
585
+ 'config',
586
+ ],
587
+ displayName: 'Desktop',
588
+ lastUpdate: '2021-07-19T18:36:02Z',
589
+ license: 'MIT',
590
+ licenseUrl: 'https://raw.githubusercontent.com/nico-castell/desktop-file-support/main/LICENSE',
591
+ name: 'desktop',
592
+ scopeName: 'source.desktop',
593
+ sha: '63720f5f05313de22b68ecbd0ca3d3ed8ba57e7e',
594
+ source: 'https://github.com/nico-castell/desktop-file-support/blob/63720f5f05313de22b68ecbd0ca3d3ed8ba57e7e/syntaxes/desktop.tmLanguage.json',
595
+ },
560
596
  {
561
597
  byteSize: 2506,
562
598
  categories: [
@@ -652,6 +688,20 @@ export const grammars = [
652
688
  sha: 'cf532fa16db0f106c50db4bcad38f862210f6d14',
653
689
  source: 'https://github.com/erlang-ls/grammar/blob/cf532fa16db0f106c50db4bcad38f862210f6d14/Erlang.plist',
654
690
  },
691
+ {
692
+ byteSize: 4663,
693
+ categories: [
694
+ 'lisp',
695
+ ],
696
+ displayName: 'Fennel',
697
+ lastUpdate: '2021-05-05T22:44:42Z',
698
+ license: 'MIT',
699
+ licenseUrl: 'https://raw.githubusercontent.com/kongeor/vsc-fennel/master/LICENSE',
700
+ name: 'fennel',
701
+ scopeName: 'source.fnl',
702
+ sha: '664148923d7bd72531120d0cba712c6dba6f698d',
703
+ source: 'https://github.com/kongeor/vsc-fennel/blob/664148923d7bd72531120d0cba712c6dba6f698d/syntaxes/fennel.tmLanguage.json',
704
+ },
655
705
  {
656
706
  byteSize: 5184,
657
707
  categories: [
@@ -881,18 +931,18 @@ export const grammars = [
881
931
  source: 'https://github.com/MarioSchwalbe/vscode-gnuplot/blob/c62c1a61c9b6b4658b43d76c397dc2ad43523b6a/syntaxes/gnuplot.tmLanguage',
882
932
  },
883
933
  {
884
- byteSize: 46222,
934
+ byteSize: 46339,
885
935
  categories: [
886
936
  'general',
887
937
  ],
888
938
  displayName: 'Go',
889
- lastUpdate: '2024-04-09T10:20:39Z',
939
+ lastUpdate: '2024-04-26T11:52:52Z',
890
940
  license: 'MIT',
891
941
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
892
942
  name: 'go',
893
943
  scopeName: 'source.go',
894
- sha: 'b557947e50a068bdcc927ffd31ee555dbb232558',
895
- source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/go/syntaxes/go.tmLanguage.json',
944
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
945
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/go/syntaxes/go.tmLanguage.json',
896
946
  },
897
947
  {
898
948
  aliases: [
@@ -1109,6 +1159,20 @@ export const grammars = [
1109
1159
  sha: 'a89f8bce1b5e3d5bd955f10916b0c101e20431d3',
1110
1160
  source: 'https://github.com/Huachao/vscode-restclient/blob/a89f8bce1b5e3d5bd955f10916b0c101e20431d3/syntaxes/http.tmLanguage.json',
1111
1161
  },
1162
+ {
1163
+ byteSize: 3125,
1164
+ categories: [
1165
+ 'lisp',
1166
+ ],
1167
+ displayName: 'Hy',
1168
+ lastUpdate: '2023-09-11T00:57:08Z',
1169
+ license: 'MIT',
1170
+ licenseUrl: 'https://raw.githubusercontent.com/hylang/vscode-hy/master/LICENSE.md',
1171
+ name: 'hy',
1172
+ scopeName: 'source.hy',
1173
+ sha: 'cc97e60245af508c5c81fe4cda51ac6bc9083082',
1174
+ source: 'https://github.com/hylang/vscode-hy/blob/cc97e60245af508c5c81fe4cda51ac6bc9083082/syntaxes/hy.tmLanguage.json',
1175
+ },
1112
1176
  {
1113
1177
  byteSize: 50177,
1114
1178
  categories: [
@@ -1314,7 +1378,7 @@ export const grammars = [
1314
1378
  aliases: [
1315
1379
  'jl',
1316
1380
  ],
1317
- byteSize: 33620,
1381
+ byteSize: 33609,
1318
1382
  categories: [
1319
1383
  'web',
1320
1384
  'data',
@@ -1327,13 +1391,13 @@ export const grammars = [
1327
1391
  'r',
1328
1392
  'sql',
1329
1393
  ],
1330
- lastUpdate: '2024-04-09T10:20:39Z',
1394
+ lastUpdate: '2024-04-26T11:52:52Z',
1331
1395
  license: 'MIT',
1332
1396
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1333
1397
  name: 'julia',
1334
1398
  scopeName: 'source.julia',
1335
- sha: 'b557947e50a068bdcc927ffd31ee555dbb232558',
1336
- source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/julia/syntaxes/julia.tmLanguage.json',
1399
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
1400
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/julia/syntaxes/julia.tmLanguage.json',
1337
1401
  },
1338
1402
  {
1339
1403
  aliases: [
@@ -1366,7 +1430,7 @@ export const grammars = [
1366
1430
  source: 'https://github.com/rosshamish/kuskus/blob/638b8a9249c2c423bc263726661cde534b25adc7/kusto-syntax-highlighting/syntaxes/kusto.tmLanguage.json',
1367
1431
  },
1368
1432
  {
1369
- byteSize: 54540,
1433
+ byteSize: 55169,
1370
1434
  categories: [
1371
1435
  'markup',
1372
1436
  ],
@@ -1390,27 +1454,27 @@ export const grammars = [
1390
1454
  'yaml',
1391
1455
  'scala',
1392
1456
  ],
1393
- lastUpdate: '2024-04-09T10:20:39Z',
1457
+ lastUpdate: '2024-04-26T11:52:52Z',
1394
1458
  license: 'MIT',
1395
1459
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1396
1460
  name: 'latex',
1397
1461
  scopeName: 'text.tex.latex',
1398
- sha: 'b557947e50a068bdcc927ffd31ee555dbb232558',
1399
- source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/latex/syntaxes/LaTeX.tmLanguage.json',
1462
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
1463
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/latex/syntaxes/LaTeX.tmLanguage.json',
1400
1464
  },
1401
1465
  {
1402
- byteSize: 81466,
1466
+ byteSize: 81480,
1403
1467
  categories: [
1404
1468
  'web',
1405
1469
  ],
1406
1470
  displayName: 'Less',
1407
- lastUpdate: '2023-12-05T14:17:02Z',
1471
+ lastUpdate: '2024-04-26T11:52:52Z',
1408
1472
  license: 'MIT',
1409
1473
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1410
1474
  name: 'less',
1411
1475
  scopeName: 'source.css.less',
1412
- sha: 'b0d60e8e2e90bc9d7913611c176d14b8eb91b532',
1413
- source: 'https://github.com/microsoft/vscode/blob/b0d60e8e2e90bc9d7913611c176d14b8eb91b532/extensions/less/syntaxes/less.tmLanguage.json',
1476
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
1477
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/less/syntaxes/less.tmLanguage.json',
1414
1478
  },
1415
1479
  {
1416
1480
  byteSize: 15680,
@@ -1430,18 +1494,18 @@ export const grammars = [
1430
1494
  source: 'https://github.com/Shopify/liquid-tm-grammar/blob/909aab5b1d8be374585bd02ef46e0e38d65f2f89/grammars/liquid.tmLanguage.json',
1431
1495
  },
1432
1496
  {
1433
- byteSize: 13781,
1497
+ byteSize: 2573,
1434
1498
  categories: [
1435
- 'general',
1499
+ 'utility',
1436
1500
  ],
1437
- displayName: 'Lisp',
1438
- lastUpdate: '2021-10-14T13:24:48Z',
1501
+ displayName: 'Log file',
1502
+ lastUpdate: '2024-01-28T12:15:03Z',
1439
1503
  license: 'MIT',
1440
- licenseUrl: 'https://raw.githubusercontent.com/mattn/vscode-lisp/master/LICENSE',
1441
- name: 'lisp',
1442
- scopeName: 'source.lisp',
1443
- sha: 'c3672d9a1877d15a2472a3e58c96c123c44f1473',
1444
- source: 'https://github.com/mattn/vscode-lisp/blob/c3672d9a1877d15a2472a3e58c96c123c44f1473/syntaxes/Lisp.tmLanguage',
1504
+ licenseUrl: 'https://raw.githubusercontent.com/emilast/vscode-logfile-highlighter/master/LICENSE',
1505
+ name: 'log',
1506
+ scopeName: 'text.log',
1507
+ sha: 'eb50e785c27b4b4f7dbf6c0e801c58fe91baef5d',
1508
+ source: 'https://github.com/emilast/vscode-logfile-highlighter/blob/eb50e785c27b4b4f7dbf6c0e801c58fe91baef5d/syntaxes/log.tmLanguage',
1445
1509
  },
1446
1510
  {
1447
1511
  byteSize: 3098,
@@ -1453,7 +1517,7 @@ export const grammars = [
1453
1517
  source: 'https://github.com/textmate/logo.tmbundle/blob/3205e987ed2a2aa11accdd55a7d094832441f89c/Syntaxes/Logo.tmLanguage',
1454
1518
  },
1455
1519
  {
1456
- byteSize: 14739,
1520
+ byteSize: 14754,
1457
1521
  categories: [
1458
1522
  'scripting',
1459
1523
  ],
@@ -1461,13 +1525,13 @@ export const grammars = [
1461
1525
  embedded: [
1462
1526
  'c',
1463
1527
  ],
1464
- lastUpdate: '2023-12-13T12:08:01Z',
1528
+ lastUpdate: '2024-04-26T11:52:52Z',
1465
1529
  license: 'MIT',
1466
1530
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
1467
1531
  name: 'lua',
1468
1532
  scopeName: 'source.lua',
1469
- sha: '3c86ede5f554f6e196c832394e126b291a1de606',
1470
- source: 'https://github.com/microsoft/vscode/blob/3c86ede5f554f6e196c832394e126b291a1de606/extensions/lua/syntaxes/lua.tmLanguage.json',
1533
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
1534
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/lua/syntaxes/lua.tmLanguage.json',
1471
1535
  },
1472
1536
  {
1473
1537
  aliases: [
@@ -1544,6 +1608,7 @@ export const grammars = [
1544
1608
  'fsharp',
1545
1609
  'dart',
1546
1610
  'handlebars',
1611
+ 'log',
1547
1612
  'erlang',
1548
1613
  'elixir',
1549
1614
  'latex',
@@ -1668,7 +1733,7 @@ export const grammars = [
1668
1733
  source: 'https://github.com/wooorm/markdown-tm-language/blob/371d61df9ddc3850e12aabe61b602d02e259e8a4/source.mdx.tmLanguage',
1669
1734
  },
1670
1735
  {
1671
- byteSize: 20353,
1736
+ byteSize: 24036,
1672
1737
  displayName: 'Mermaid',
1673
1738
  lastUpdate: '2022-06-10T19:46:22Z',
1674
1739
  license: 'MIT',
@@ -1904,6 +1969,22 @@ export const grammars = [
1904
1969
  sha: '256a6b8f04f2bdc5e60ce921646a5068957078d7',
1905
1970
  source: 'https://github.com/zabel-xyz/plsql-language/blob/256a6b8f04f2bdc5e60ce921646a5068957078d7/syntaxes/plsql.tmLanguage',
1906
1971
  },
1972
+ {
1973
+ aliases: [
1974
+ 'pot',
1975
+ 'potx',
1976
+ ],
1977
+ byteSize: 3165,
1978
+ categories: [
1979
+ 'utility',
1980
+ ],
1981
+ displayName: 'Gettext PO',
1982
+ lastUpdate: '2014-11-13T07:01:18Z',
1983
+ name: 'po',
1984
+ scopeName: 'source.po',
1985
+ sha: '08bb69558d82ada8d4f36b8869f871ce69014749',
1986
+ source: 'https://github.com/textmate/gettext.tmbundle/blob/08bb69558d82ada8d4f36b8869f871ce69014749/Syntaxes/Gettext.tmLanguage',
1987
+ },
1907
1988
  {
1908
1989
  byteSize: 6260,
1909
1990
  categories: [
@@ -2057,6 +2138,20 @@ export const grammars = [
2057
2138
  sha: 'fa22e9ac36d5d37ef096679927179091ba7f6966',
2058
2139
  source: 'https://github.com/microsoft/vscode/blob/fa22e9ac36d5d37ef096679927179091ba7f6966/extensions/r/syntaxes/r.tmLanguage.json',
2059
2140
  },
2141
+ {
2142
+ byteSize: 103356,
2143
+ categories: [
2144
+ 'lisp',
2145
+ ],
2146
+ displayName: 'Racket',
2147
+ lastUpdate: '2022-10-19T22:21:49Z',
2148
+ license: 'GPL-3.0',
2149
+ licenseUrl: 'https://raw.githubusercontent.com/Eugleo/magic-racket/master/LICENSE',
2150
+ name: 'racket',
2151
+ scopeName: 'source.racket',
2152
+ sha: 'efda8ccdeaaf3b935a75b967ed13943f4151a6dd',
2153
+ source: 'https://github.com/Eugleo/magic-racket/blob/efda8ccdeaaf3b935a75b967ed13943f4151a6dd/syntaxes/racket.tmLanguage.json',
2154
+ },
2060
2155
  {
2061
2156
  aliases: [
2062
2157
  'perl6',
@@ -2232,6 +2327,10 @@ export const grammars = [
2232
2327
  },
2233
2328
  {
2234
2329
  byteSize: 8548,
2330
+ categories: [
2331
+ 'general',
2332
+ 'lisp',
2333
+ ],
2235
2334
  displayName: 'Scheme',
2236
2335
  lastUpdate: '2018-12-25T09:02:00Z',
2237
2336
  license: 'MIT',
@@ -2285,18 +2384,18 @@ export const grammars = [
2285
2384
  'shell',
2286
2385
  'zsh',
2287
2386
  ],
2288
- byteSize: 39910,
2387
+ byteSize: 40993,
2289
2388
  categories: [
2290
2389
  'scripting',
2291
2390
  ],
2292
2391
  displayName: 'Shell',
2293
- lastUpdate: '2024-04-09T10:20:39Z',
2392
+ lastUpdate: '2024-04-26T11:52:52Z',
2294
2393
  license: 'MIT',
2295
2394
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
2296
2395
  name: 'shellscript',
2297
2396
  scopeName: 'source.shell',
2298
- sha: 'b557947e50a068bdcc927ffd31ee555dbb232558',
2299
- source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json',
2397
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
2398
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/shellscript/syntaxes/shell-unix-bash.tmLanguage.json',
2300
2399
  },
2301
2400
  {
2302
2401
  aliases: [
@@ -2472,6 +2571,23 @@ export const grammars = [
2472
2571
  sha: '8d7c8f5f3232f63d43830143afc034318832291e',
2473
2572
  source: 'https://github.com/mshr-h/vscode-verilog-hdl-support/blob/8d7c8f5f3232f63d43830143afc034318832291e/syntaxes/systemverilog.tmLanguage.json',
2474
2573
  },
2574
+ {
2575
+ byteSize: 8209,
2576
+ categories: [
2577
+ 'config',
2578
+ ],
2579
+ displayName: 'Systemd Units',
2580
+ embedded: [
2581
+ 'jinja',
2582
+ ],
2583
+ lastUpdate: '2024-03-10T15:06:17Z',
2584
+ license: 'MIT',
2585
+ licenseUrl: 'https://raw.githubusercontent.com/hangxingliu/vscode-systemd/main/LICENSE',
2586
+ name: 'systemd',
2587
+ scopeName: 'source.systemd',
2588
+ sha: '822b0d61bab1a7b58c6f8db3d5f21803dea7d665',
2589
+ source: 'https://github.com/hangxingliu/vscode-systemd/blob/822b0d61bab1a7b58c6f8db3d5f21803dea7d665/src/syntax/systemd.tmLanguage',
2590
+ },
2475
2591
  {
2476
2592
  byteSize: 3282,
2477
2593
  displayName: 'Tasl',
@@ -2508,7 +2624,7 @@ export const grammars = [
2508
2624
  source: 'https://github.com/hashicorp/syntax/blob/c693badea4d460d1c05b8d2ab0c88bad143da3f1/syntaxes/terraform.tmGrammar.json',
2509
2625
  },
2510
2626
  {
2511
- byteSize: 8555,
2627
+ byteSize: 8651,
2512
2628
  categories: [
2513
2629
  'markup',
2514
2630
  ],
@@ -2516,13 +2632,13 @@ export const grammars = [
2516
2632
  embedded: [
2517
2633
  'r',
2518
2634
  ],
2519
- lastUpdate: '2024-04-09T10:20:39Z',
2635
+ lastUpdate: '2024-04-26T11:52:52Z',
2520
2636
  license: 'MIT',
2521
2637
  licenseUrl: 'https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt',
2522
2638
  name: 'tex',
2523
2639
  scopeName: 'text.tex',
2524
- sha: 'b557947e50a068bdcc927ffd31ee555dbb232558',
2525
- source: 'https://github.com/microsoft/vscode/blob/b557947e50a068bdcc927ffd31ee555dbb232558/extensions/latex/syntaxes/TeX.tmLanguage.json',
2640
+ sha: '5c213a1e84928c7a7d11ca5b282ca602d40c1352',
2641
+ source: 'https://github.com/microsoft/vscode/blob/5c213a1e84928c7a7d11ca5b282ca602d40c1352/extensions/latex/syntaxes/TeX.tmLanguage.json',
2526
2642
  },
2527
2643
  {
2528
2644
  byteSize: 6411,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tm-grammars",
3
3
  "type": "module",
4
- "version": "1.6.10",
4
+ "version": "1.7.1",
5
5
  "packageManager": "pnpm@8.15.1",
6
6
  "description": "Collecton of TextMate grammars in JSON",
7
7
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
@@ -1,121 +0,0 @@
1
- {
2
- "displayName": "Lisp",
3
- "fileTypes": [
4
- "lisp",
5
- "cl",
6
- "l",
7
- "mud",
8
- "el"
9
- ],
10
- "foldingStartMarker": "\\(",
11
- "foldingStopMarker": "\\)",
12
- "name": "lisp",
13
- "patterns": [
14
- {
15
- "captures": {
16
- "1": {
17
- "name": "punctuation.definition.comment.lisp"
18
- }
19
- },
20
- "match": "(;).*$\\n?",
21
- "name": "comment.line.semicolon.lisp"
22
- },
23
- {
24
- "captures": {
25
- "1": {
26
- "name": "storage.type.function-type.lisp"
27
- },
28
- "2": {
29
- "name": "entity.name.function.lisp"
30
- }
31
- },
32
- "match": "(?:\\()((?i:defgeneric|define-compiler-macro|define-method-combination|define-modify-macro|define-setf-expander|defmacro|defmethod|defsetf|defun||define-\\S+))\\s+((?:\\w|[+\\-<>/*&=.?!$%:@\\[\\]^{}~#|])+)",
33
- "name": "meta.function.lisp"
34
- },
35
- {
36
- "match": "(?<=\\s)(?i:&allow-other-keys|&aux|&body|&environment|&key|&optional|&rest|&whole)(?=\\s+)",
37
- "name": "meta.function-parameters.lisp"
38
- },
39
- {
40
- "captures": {
41
- "1": {
42
- "name": "storage.type.function-type.lisp"
43
- },
44
- "2": {
45
- "name": "entity.name.type.lisp"
46
- }
47
- },
48
- "match": "(?:\\()((?i:deftype|defstruct|define-condition|defpackage|defclass))\\s+((?:\\w|[+\\-<>/*&=.?!$%:@\\[\\]^{}~#|])+)"
49
- },
50
- {
51
- "captures": {
52
- "1": {
53
- "name": "storage.type.function-type.lisp"
54
- },
55
- "2": {
56
- "name": "entity.name.variable.lisp"
57
- }
58
- },
59
- "match": "(?:\\()((?i:defvar|defconstant|defparameter|define-symbol-macro))\\s+((?:\\w|[+\\-<>/*&=.?!$%:@\\[\\]^{}~#|])+)"
60
- },
61
- {
62
- "captures": {
63
- "1": {
64
- "name": "punctuation.definition.constant.lisp"
65
- }
66
- },
67
- "match": "(#)(\\w|[\\\\+-=<>'\"&#])+",
68
- "name": "constant.character.lisp"
69
- },
70
- {
71
- "captures": {
72
- "1": {
73
- "name": "punctuation.definition.variable.lisp"
74
- },
75
- "3": {
76
- "name": "punctuation.definition.variable.lisp"
77
- }
78
- },
79
- "match": "(?<=^|\\s|[()])(\\*)(\\S*)(\\*)(?=$|\\s|[()])",
80
- "name": "variable.other.global.lisp"
81
- },
82
- {
83
- "match": "(?<=^|\\s|[()]):(\\w|[+\\-<>/*&=.?!$%:@\\[\\]^{}~#|])*",
84
- "name": "keyword.constant.lisp"
85
- },
86
- {
87
- "match": "(?<=\\()(?i:\\*|\\*\\*|\\*\\*\\*|\\+|\\+\\+|\\+\\+\\+|\\-|/|//|///|/=|1\\+|1\\-|<|<=|=|>|>=|abort|abs|acons|acos|acosh|add-method|adjoin|adjust-array|adjustable-array-p|allocate-instance|alpha-char-p|alphanumericp|and|append|apply|apropos|apropos-list|aref|arithmetic-error|arithmetic-error-operands|arithmetic-error-operation|array|array-dimension|array-dimension-limit|array-dimensions|array-displacement|array-element-type|array-has-fill-pointer-p|array-in-bounds-p|array-rank|array-rank-limit|array-row-major-index|array-total-size|array-total-size-limit|arrayp|ash|asin|asinh|assert|assoc|assoc-if|assoc-if-not|atan|atanh|atom|base-char|base-string|bignum|bit|bit-and|bit-andc1|bit-andc2|bit-eqv|bit-ior|bit-nand|bit-nor|bit-not|bit-orc1|bit-orc2|bit-vector|bit-vector-p|bit-xor|block|boole|boole-1|boole-2|boole-and|boole-andc1|boole-andc2|boole-c1|boole-c2|boole-clr|boole-eqv|boole-ior|boole-nand|boole-nor|boole-orc1|boole-orc2|boole-set|boole-xor|boolean|both-case-p|boundp|break|broadcast-stream|broadcast-stream-streams|built-in-class|butlast|byte|byte-position|byte-size|caaaar|caaadr|caaar|caadar|caaddr|caadr|caar|cadaar|cadadr|cadar|caddar|cadddr|caddr|cadr|call-arguments-limit|call-method|call-next-method|car|case|catch|ccase|cdaaar|cdaadr|cdaar|cdadar|cdaddr|cdadr|cdar|cddaar|cddadr|cddar|cdddar|cddddr|cdddr|cddr|cdr|ceiling|cell-error|cell-error-name|cerror|change-class|char|char-code|char-code-limit|char-downcase|char-equal|char-greaterp|char-int|char-lessp|char-name|char-not-equal|char-not-greaterp|char-not-lessp|char-upcase|char/=|char<|char<=|char=|char>|char>=|character|characterp|check-type|cis|class|class-name|class-of|clear-input|clear-output|close|clrhash|code-char|coerce|compilation-speed|compile|compile-file|compile-file-pathname|compiled-function|compiled-function-p|compiler-macro|compiler-macro-function|complement|complex|complexp|compute-applicable-methods|compute-restarts|concatenate|concatenated-stream|concatenated-stream-streams|cond|condition|conjugate|cons|consp|constantly|constantp|continue|control-error|copy-alist|copy-list|copy-pprint-dispatch|copy-readtable|copy-seq|copy-structure|copy-symbol|copy-tree|cos|cosh|count|count-if|count-if-not|ctypecase|debug|decf|declaim|declaration|declare|decode-float|decode-universal-time|defclass|defconstant|defgeneric|define-compiler-macro|define-condition|define-method-combination|define-modify-macro|define-setf-expander|define-symbol-macro|defmacro|defmethod|defpackage|defparameter|defsetf|defstruct|deftype|defun|defvar|delete|delete-duplicates|delete-file|delete-if|delete-if-not|delete-package|denominator|deposit-field|describe|describe-object|destructuring-bind|digit-char|digit-char-p|directory|directory-namestring|disassemble|division-by-zero|do|do\\*|do-all-symbols|do-external-symbols|do-symbols|documentation|dolist|dotimes|double-float|double-float-epsilon|double-float-negative-epsilon|dpb|dribble|dynamic-extent|ecase|echo-stream|echo-stream-input-stream|echo-stream-output-stream|ed|eighth|elt|encode-universal-time|end-of-file|endp|enough-namestring|ensure-directories-exist|ensure-generic-function|eq|eql|equal|equalp|error|etypecase|eval|eval-when|evenp|every|exp|export|expt|extended-char|fboundp|fceiling|fdefinition|ffloor|fifth|file-author|file-error|file-error-pathname|file-length|file-namestring|file-position|file-stream|file-string-length|file-write-date|fill|fill-pointer|find|find-all-symbols|find-class|find-if|find-if-not|find-method|find-package|find-restart|find-symbol|finish-output|first|fixnum|flet|float|float-digits|float-precision|float-radix|float-sign|floating-point-inexact|floating-point-invalid-operation|floating-point-overflow|floating-point-underflow|floatp|floor|fmakunbound|force-output|format|formatter|fourth|fresh-line|fround|ftruncate|ftype|funcall|function|function-keywords|function-lambda-expression|functionp|gcd|generic-function|gensym|gentemp|get|get-decoded-time|get-dispatch-macro-character|get-internal-real-time|get-internal-run-time|get-macro-character|get-output-stream-string|get-properties|get-setf-expansion|get-universal-time|getf|gethash|go|graphic-char-p|handler-bind|handler-case|hash-table|hash-table-count|hash-table-p|hash-table-rehash-size|hash-table-rehash-threshold|hash-table-size|hash-table-test|host-namestring|identity|if|ignorable|ignore|ignore-errors|imagpart|import|in-package|incf|initialize-instance|inline|input-stream-p|inspect|integer|integer-decode-float|integer-length|integerp|interactive-stream-p|intern|internal-time-units-per-second|intersection|invalid-method-error|invoke-debugger|invoke-restart|invoke-restart-interactively|isqrt|keyword|keywordp|labels|lambda|lambda-list-keywords|lambda-parameters-limit|last|lcm|ldb|ldb-test|ldiff|least-negative-double-float|least-negative-long-float|least-negative-normalized-double-float|least-negative-normalized-long-float|least-negative-normalized-short-float|least-negative-normalized-single-float|least-negative-short-float|least-negative-single-float|least-positive-double-float|least-positive-long-float|least-positive-normalized-double-float|least-positive-normalized-long-float|least-positive-normalized-short-float|least-positive-normalized-single-float|least-positive-short-float|least-positive-single-float|length|let|let\\*|lisp-implementation-type|lisp-implementation-version|list|list\\*|list-all-packages|list-length|listen|listp|load|load-logical-pathname-translations|load-time-value|locally|log|logand|logandc1|logandc2|logbitp|logcount|logeqv|logical-pathname|logical-pathname-translations|logior|lognand|lognor|lognot|logorc1|logorc2|logtest|logxor|long-float|long-float-epsilon|long-float-negative-epsilon|long-site-name|loop|loop-finish|lower-case-p|machine-instance|machine-type|machine-version|macro-function|macroexpand|macroexpand-1|macrolet|make-array|make-broadcast-stream|make-concatenated-stream|make-condition|make-dispatch-macro-character|make-echo-stream|make-hash-table|make-instance|make-instances-obsolete|make-list|make-load-form|make-load-form-saving-slots|make-method|make-package|make-pathname|make-random-state|make-sequence|make-string|make-string-input-stream|make-string-output-stream|make-symbol|make-synonym-stream|make-two-way-stream|makunbound|map|map-into|mapc|mapcan|mapcar|mapcon|maphash|mapl|maplist|mask-field|max|member|member-if|member-if-not|merge|merge-pathnames|method|method-combination|method-combination-error|method-qualifiers|min|minusp|mismatch|mod|most-negative-double-float|most-negative-fixnum|most-negative-long-float|most-negative-short-float|most-negative-single-float|most-positive-double-float|most-positive-fixnum|most-positive-long-float|most-positive-short-float|most-positive-single-float|muffle-warning|multiple-value-bind|multiple-value-call|multiple-value-list|multiple-value-prog1|multiple-value-setq|multiple-values-limit|name-char|namestring|nbutlast|nconc|next-method-p|nil|nintersection|ninth|no-applicable-method|no-next-method|not|notany|notevery|notinline|nreconc|nreverse|nset-difference|nset-exclusive-or|nstring-capitalize|nstring-downcase|nstring-upcase|nsublis|nsubst|nsubst-if|nsubst-if-not|nsubstitute|nsubstitute-if|nsubstitute-if-not|nth|nth-value|nthcdr|null|number|numberp|numerator|nunion|oddp|open|open-stream-p|optimize|or|otherwise|output-stream-p|package|package-error|package-error-package|package-name|package-nicknames|package-shadowing-symbols|package-use-list|package-used-by-list|packagep|pairlis|parse-error|parse-integer|parse-namestring|pathname|pathname-device|pathname-directory|pathname-host|pathname-match-p|pathname-name|pathname-type|pathname-version|pathnamep|peek-char|phase|pi|plusp|pop|position|position-if|position-if-not|pprint|pprint-dispatch|pprint-exit-if-list-exhausted|pprint-fill|pprint-indent|pprint-linear|pprint-logical-block|pprint-newline|pprint-pop|pprint-tab|pprint-tabular|prin1|prin1-to-string|princ|princ-to-string|print|print-not-readable|print-not-readable-object|print-object|print-unreadable-object|probe-file|proclaim|prog|prog\\*|prog1|prog2|progn|program-error|progv|provide|psetf|psetq|push|pushnew|quote|random|random-state|random-state-p|rassoc|rassoc-if|rassoc-if-not|ratio|rational|rationalize|rationalp|read|read-byte|read-char|read-char-no-hang|read-delimited-list|read-from-string|read-line|read-preserving-whitespace|read-sequence|reader-error|readtable|readtable-case|readtablep|real|realp|realpart|reduce|reinitialize-instance|rem|remf|remhash|remove|remove-duplicates|remove-if|remove-if-not|remove-method|remprop|rename-file|rename-package|replace|require|rest|restart|restart-bind|restart-case|restart-name|return|return-from|revappend|reverse|room|rotatef|round|row-major-aref|rplaca|rplacd|safety|satisfies|sbit|scale-float|schar|search|second|sequence|serious-condition|set|set-difference|set-dispatch-macro-character|set-exclusive-or|set-macro-character|set-pprint-dispatch|set-syntax-from-char|setf|setq|seventh|shadow|shadowing-import|shared-initialize|shiftf|short-float|short-float-epsilon|short-float-negative-epsilon|short-site-name|signal|signed-byte|signum|simple-array|simple-base-string|simple-bit-vector|simple-bit-vector-p|simple-condition|simple-condition-format-arguments|simple-condition-format-control|simple-error|simple-string|simple-string-p|simple-type-error|simple-vector|simple-vector-p|simple-warning|sin|single-float|single-float-epsilon|single-float-negative-epsilon|sinh|sixth|sleep|slot-boundp|slot-exists-p|slot-makunbound|slot-missing|slot-unbound|slot-value|software-type|software-version|some|sort|space|special|special-operator-p|speed|sqrt|stable-sort|standard|standard-char|standard-char-p|standard-class|standard-generic-function|standard-method|standard-object|step|storage-condition|store-value|stream|stream-element-type|stream-error|stream-error-stream|stream-external-format|streamp|string|string-capitalize|string-downcase|string-equal|string-greaterp|string-left-trim|string-lessp|string-not-equal|string-not-greaterp|string-not-lessp|string-right-trim|string-stream|string-trim|string-upcase|string/=|string<|string<=|string=|string>|string>=|stringp|structure|structure-class|structure-object|style-warning|sublis|subseq|subsetp|subst|subst-if|subst-if-not|substitute|substitute-if|substitute-if-not|subtypep|svref|sxhash|symbol|symbol-function|symbol-macrolet|symbol-name|symbol-package|symbol-plist|symbol-value|symbolp|synonym-stream|synonym-stream-symbol|t|tagbody|tailp|tan|tanh|tenth|terpri|the|third|throw|time|trace|translate-logical-pathname|translate-pathname|tree-equal|truename|truncate|two-way-stream|two-way-stream-input-stream|two-way-stream-output-stream|type|type-error|type-error-datum|type-error-expected-type|type-of|typecase|typep|unbound-slot|unbound-slot-instance|unbound-variable|undefined-function|unexport|unintern|union|unless|unread-char|unsigned-byte|untrace|unuse-package|unwind-protect|update-instance-for-different-class|update-instance-for-redefined-class|upgraded-array-element-type|upgraded-complex-part-type|upper-case-p|use-package|use-value|user-homedir-pathname|values|values-list|variable|vector|vector-pop|vector-push|vector-push-extend|vectorp|warn|warning|when|wild-pathname-p|with-accessors|with-compilation-unit|with-condition-restarts|with-hash-table-iterator|with-input-from-string|with-open-file|with-open-stream|with-output-to-string|with-package-iterator|with-simple-restart|with-slots|with-standard-io-syntax|write|write-byte|write-char|write-line|write-sequence|write-string|write-to-string|y-or-n-p|yes-or-no-p|zerop|with-\\S+)(?=\\s+)",
88
- "name": "keyword.control.lisp"
89
- },
90
- {
91
- "match": "(?<=^|\\s|[()])(?i:nil|t)(?=$|\\s|[()])",
92
- "name": "constant.language.lisp"
93
- },
94
- {
95
- "match": "\\b((0(x|X)[0-9a-fA-F]*)|(([0-9]+\\.?[0-9]*)|(\\.[0-9]+))((e|E)(\\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?\\b",
96
- "name": "constant.numeric.lisp"
97
- },
98
- {
99
- "begin": "\"",
100
- "beginCaptures": {
101
- "0": {
102
- "name": "punctuation.definition.string.begin.lisp"
103
- }
104
- },
105
- "end": "\"",
106
- "endCaptures": {
107
- "0": {
108
- "name": "punctuation.definition.string.end.lisp"
109
- }
110
- },
111
- "name": "string.quoted.double.lisp",
112
- "patterns": [
113
- {
114
- "match": "\\\\.",
115
- "name": "constant.character.escape.lisp"
116
- }
117
- ]
118
- }
119
- ],
120
- "scopeName": "source.lisp"
121
- }