-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
886 lines (886 loc) · 24.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
{
"license": "MIT",
"version": "2.2.3",
"main": "./lib/main.js",
"name": "ide-protoss",
"description": "ProtoSS JS and Grammar support for Atom IDE",
"author": {
"name": "Zeta Ret",
"url": "https://github.com/ZetaRet/"
},
"keywords": [
"javascript",
"protoss",
"ide",
"grammar",
"console",
"auto",
"token",
"data",
"js",
"typescript",
"coffeescript",
"html",
"css",
"php",
"python",
"java",
"json",
"xml",
"markdown",
"md",
"text"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ZetaRet/ide-protoss.git"
},
"configSchema": {
"autoUpdateOnChange": {
"title": "Auto async of tokens within seconds",
"type": "string",
"enum": [
"disable",
"0", "0.1", "0.2", "0.3", "0.4", "0.5",
"1", "2", "3", "4", "5", "6", "7", "8", "9",
"10",
"15",
"30",
"45",
"60"
],
"default": "disable",
"order": 50,
"description": "Automatic update of tokens on stop changing text editor. Update is asynchronous without notifications."
},
"breadcrumbs": {
"title": "Breadcrumbs visibility",
"type": "string",
"enum": [
"auto",
"yes",
"no"
],
"default": "auto",
"order": 60,
"description": "Top panel describing file, meta data, descriptors and hierarchy."
},
"console": {
"title": "Console",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 70,
"description": "Output of package console.log in developer tools"
},
"project": {
"title": "Project lookup",
"type": "string",
"enum": [
"project",
"drive",
"none"
],
"default": "project",
"order": 180,
"description": "Lookup method of protossdox.json bubbles up searching for project file in each parent folder. Limited by project/drive top folder."
},
"xdescript": {
"title": "Extend descriptors",
"type": "string",
"enum": [
"no",
"yes"
],
"default": "no",
"order": 210,
"description": "Automatic creation of JSON descriptors will extend additional properties."
},
"textColor": {
"title": "Text color",
"type": "string",
"enum": [
"default",
"#000000",
"#090909",
"#111111",
"#1a1a1a",
"#222222",
"#2b2b2b",
"#333333",
"#3c3c3c",
"#444444",
"#4d4d4d",
"#555555",
"#5e5e5e",
"#666666",
"#6f6f6f",
"#777777",
"#808080",
"#888888",
"#919191",
"#999999",
"#a2a2a2",
"#aaaaaa",
"#b3b3b3",
"#bbbbbb",
"#c4c4c4",
"#cccccc",
"#d5d5d5",
"#dddddd",
"#e6e6e6",
"#eeeeee",
"#f7f7f7",
"#ffffff"
],
"default": "default",
"order": 100,
"description": "CSS color of top panel"
},
"fontSize": {
"title": "Font size",
"type": "string",
"enum": [
"default",
"10px",
"11px",
"12px",
"13px",
"14px",
"15px",
"16px",
"17px",
"18px",
"20px"
],
"default": "default",
"order": 90,
"description": "CSS font size of top panel"
},
"splitpanel": {
"title": "Split panel",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 80,
"description": "Panel appears on two lines separating file and ProtoSS Dox project."
},
"maxTokensPerLine": {
"title": "Maximum tokens per line",
"type": "string",
"enum": [
"default",
"100",
"250",
"500",
"1000",
"1500",
"2000",
"2500",
"5000",
"10000",
"20000",
"50000",
"100000"
],
"default": "default",
"order": 170,
"description": "Configure any Grammar maximum line tokens per load of file in ProtoSS IDE."
},
"notifications": {
"title": "Allow notifications",
"type": "string",
"enum": [
"once",
"yes",
"no"
],
"default": "no",
"order": 190,
"description": "Notifications will popup on the screen for loaded JSON descriptors and analyzed tokens."
},
"groupdigits": {
"title": "Allow digit grouping",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 160,
"description": "Lines and tokens will appear in groups separated by space."
},
"grammarId": {
"title": "Grammar",
"type": "string",
"enum": [
"JavaScript",
"TypeScript",
"CoffeeScript",
"HTML",
"CSS",
"PHP",
"Python",
"Java",
"JSON",
"XML",
"GitHub Markdown",
"Plain Text",
"Auto"
],
"default": "JavaScript",
"order": 130,
"description": "Choose Grammar Tokenizer. Install or Enable missing ones, otherwise Null Grammar will be used. Auto will use editor grammar."
},
"findTokenCaseSensitivity": {
"title": "Find Token case sensitivity",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "yes",
"order": 150,
"description": "Case Sensitive search of tokens. Token string value is always trimmed of whitespace."
},
"autoComplete": {
"title": "Auto complete",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 10,
"description": "Enable Auto-complete Service provider for File/Directory listing, JavaScript/TypeScript/HTML, ProtoSS hierarchy."
},
"autoCompleteTypes": {
"title": "Include types in auto complete",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 30,
"description": "Export property and method types from descriptors and add them to imports."
},
"autoCompleteNS": {
"title": "Auto complete namespace",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 20,
"description": "Auto-complete namespace of supername as prefix from AsyncProviders appearing from ProtoSS hierarchy/inherits/imports."
},
"autoCompleteCSS": {
"title": "Auto complete CSS",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 40,
"description": "Include CSS auto-complete service by keywords."
},
"autoCompleteHTML": {
"title": "Auto complete HTML",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 41,
"description": "Include HTML auto-complete service by elements, attributes, methods."
},
"autoCompleteSort": {
"title": "Auto complete sorting",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "yes",
"order": 45,
"description": "Enable sorting in auto-complete service provider."
},
"autoBuild": {
"title": "Auto build project",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 0,
"description": "Automatically build the ProtoSS project space using current Atom Project paths, upon open/add/remove new project folder."
},
"useMultiviews": {
"title": "Use Multiviews",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 200,
"description": "Allow resolve of file tokens without extension by matching directory files and assumed extensions."
},
"fileTimeout": {
"title": "File Timeout",
"type": "number",
"enum": [
0,
100,
200,
300,
400,
500,
600,
700,
800,
900,
1000,
1500,
2000,
3000,
5000
],
"default": 500,
"order": 110,
"description": "Timeout before loading JSON files of project and descriptor."
},
"tokenTimeout": {
"title": "Token Timeout",
"type": "number",
"enum": [
0,
100,
200,
300,
400,
500,
600,
700,
800,
900,
1000,
1500,
2000,
3000,
5000
],
"default": 500,
"order": 120,
"description": "Timeout before loading tokens from Grammar."
},
"zetaret_omnipotency": {
"title": "Omnipotent Mode",
"type": "string",
"enum": [
"yes",
"no"
],
"default": "no",
"order": 140,
"description": "Activate ProtoSS Omnipotency. Tokenize all file extensions using selected grammar, includes Project/Dox/Descriptors/Inheritance."
},
"styleGroupMark": {
"title": "Marker Styles",
"type": "object",
"properties": {
"markerAllow": {
"title": "Allow highlight marker",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Current token will be marked for visibility."
},
"markerBackAlpha": {
"title": "Alpha of highlight marker",
"type": "number",
"default": 10,
"enum": [0, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
"description": "Opacity of marker background in %"
},
"markerBackColor": {
"title": "Color of highlight marker",
"type": "color",
"default": "#ffffff",
"description": "Background of markers"
},
"markerBorderAlpha": {
"title": "Alpha of highlight border",
"type": "number",
"default": 10,
"enum": [0, 5, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100],
"description": "Opacity of marker border in %"
},
"markerBorderColor": {
"title": "Color of highlight border",
"type": "color",
"default": "#ffffff",
"description": "Border of markers"
},
"markerBorderRadius": {
"title": "Radius of highlight border",
"type": "number",
"default": 4,
"enum": [0, 1, 2, 3, 4, 5, 6, 7, 8],
"description": "Border radius of markers"
},
"markerBorderType": {
"title": "Border style type",
"type": "string",
"default": "solid",
"enum": ["solid", "dashed", "dotted"],
"description": "Border size is 1px and surrounds the marker."
},
"trimMarkers": {
"title": "Remove surrounding whitespace",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Trim whitespace from token markers."
},
"markerFind": {
"title": "Find markers",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Use current token settings to find more markers."
},
"markerFindSkip": {
"title": "Skip punctuation in marker search",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Single punctuation characters will not be marked in find markers cases."
},
"markerRange": {
"title": "Find markers range",
"type": "number",
"default": 10000,
"enum": [1, 5, 10, 50, 100, 1000, 10000, 25000],
"description": "Search range for additional occurrences."
}
},
"order": 500,
"description": "Group of colors, borders, backgrounds, and CSS config. Marked tokens use Atom Decoration/DisplayMarker API."
},
"breadcrumbsOptions": {
"title": "Breadcrumbs Options",
"type": "object",
"properties": {
"filePath": {
"title": "File path",
"type": "string",
"default": "absolute",
"enum": ["absolute", "relative", "last", "none"],
"description": "Show current editor path in breadcrumbs.",
"order": 10
},
"lines": {
"title": "Lines",
"type": "string",
"default": "yes",
"enum": ["yes", "no"],
"description": "Show lines in breadcrumbs.",
"order": 20
},
"tokens": {
"title": "Tokens",
"type": "string",
"default": "yes",
"enum": ["yes", "no"],
"description": "Show tokens in breadcrumbs.",
"order": 30
},
"icons": {
"title": "Icons",
"type": "string",
"default": "yes",
"enum": ["yes", "no"],
"description": "Show icons in breadcrumbs.",
"order": 40
}
},
"order": 600,
"description": "Group of options to control breadcrumbs view."
},
"asyncOptions": {
"title": "Async Options",
"type": "object",
"properties": {
"tokenRefresh": {
"title": "Token Refresh Time",
"type": "number",
"default": 5,
"enum": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 50],
"description": "Change refresh token time interval in ms.",
"order": 10
},
"tokenProcess": {
"title": "Token Process Time",
"type": "number",
"default": 5,
"enum": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 15, 20, 25, 50],
"description": "Change process token time in ms.",
"order": 20
},
"inheritLoad": {
"title": "Timeout of Inheritance",
"type": "number",
"default": 5,
"enum": [0, 1, 2, 3, 4, 5],
"description": "Change timeout of loading inheritance descriptors in ms.",
"order": 30
}
},
"order": 630,
"description": "Group of options to control asynchronous behavior."
},
"autoCompleteOptions": {
"title": "Options of Auto-completion",
"type": "object",
"properties": {
"useMethodSnippets": {
"title": "Use method snippets",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Parse method data from async JSON provider and use as snippet in the auto-complete block.",
"order": 10
},
"filePriority": {
"title": "Priority of File Provider",
"type": "number",
"default": 22,
"description": "Appearance order of file/folder auto-complete service.",
"order": 20
},
"basicPriority": {
"title": "Priority of Basic Provider",
"type": "number",
"default": 21,
"description": "Appearance order of all basic auto-complete services - JS/HTML/CSS.",
"order": 30
},
"asyncPriority": {
"title": "Priority of Async Provider",
"type": "number",
"default": 20,
"description": "Appearance order of all asynchronous auto-complete services - JSON descriptors.",
"order": 40
},
"wordPriority": {
"title": "Priority of Word Provider",
"type": "number",
"default": 19,
"description": "Appearance order of all word auto-complete services - text buffers.",
"order": 45
},
"fileProvider": {
"title": "Enable File Provider",
"type": "string",
"default": "basic",
"enum": ["basic", "all", "disable"],
"description": "Use File Provider in Auto-completion mode by using Basic Provider grammar types or in all grammars.",
"order": 50
},
"basicProvider": {
"title": "Enable Basic Provider",
"type": "string",
"default": "enable",
"enum": ["enable", "disable"],
"description": "Use Basic Provider in Auto-completion mode by matching grammar types.",
"order": 60
},
"asyncProvider": {
"title": "Enable Async Provider",
"type": "string",
"default": "basic",
"enum": ["basic", "all", "disable"],
"description": "Use Async Provider in Auto-completion mode by using Basic Provider grammar types or in all grammars.",
"order": 70
},
"wordProvider": {
"title": "Enable Word Provider",
"type": "string",
"default": "none",
"enum": ["none", "all", "same", "active"],
"description": "Use Word Provider in Auto-completion mode of current active text editor, same grammar type or all open buffers.",
"order": 80
},
"wordLength": {
"title": "Word Length",
"type": "number",
"default": 2,
"enum": [2, 3, 4, 5, 6, 7, 8, 9, 10],
"description": "Minimum length of the word from the text buffer.",
"order": 85
},
"mergerProvider": {
"title": "Enable Merger Provider",
"type": "string",
"default": "None",
"enum": ["None", "Basic/Async/Word", "Basic/Async", "Basic/Word", "Async/Word"],
"description": "Use Merger Provider to list and sort at once. Merger will use the lowest suggestion priority of the sequence.",
"order": 90
}
},
"order": 700,
"description": "Group of options to control auto-complete service providers."
},
"wordRegOptions": {
"title": "Word RegExp Options",
"type": "object",
"properties": {
"latin": {
"title": "Include Latin",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Add [A-Za-z] to exception list",
"order": 0
},
"cyrillic": {
"title": "Include Cyrillic",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Add [А-Яа-я] to exception list",
"order": 10
},
"num": {
"title": "Include Numbers/Underscore",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Add [0-9_] to exception list",
"order": 20
},
"list": {
"title": "Include Unicode List",
"type": "string",
"default": "None",
"enum": ["None",
"Latin-1_Supplement: U+0080-U+00FF", "Latin_Basic: U+0000-U+007F", "Latin_Extended-A: U+0100-U+017F", "Latin_Extended-B: U+0180-U+024F",
"Latin_Extended-A-B: U+0100-U+024F", "Latin_Supplement_Extended-A-B: U+0080-U+024F", "Latin_Extended_Additional: U+1E00-U+1EFF",
"Cyrillic: U+0400-U+04FF", "Cyrillic_Extended-A: U+2DE0-U+2DFF", "Cyrillic_Extended_B: U+A640-U+A69F",
"Cyrillic_Extended_C: U+1C80-U+1C8F", "Cyrillic_Supplementary: U+0500-U+052F",
"Hebrew: U+0590-U+05FF", "Arabic: U+0600-U+06FF", "Armenian: U+0530-U+058F", "Georgian: U+10A0-U+10FF",
"Greek_Extended: U+1F00-U+1FFF", "Greek_and_Coptic: U+0370-U+03FF",
"Alphabetic_Presentation_Forms: U+FB00-U+FB4F",
"Arabic_Presentation_Forms-A: U+FB50-U+FDFF", "Arabic_Presentation_Forms-B: U+FE70-U+FEFF",
"Arrows: U+2190-U+21FF", "Bengali: U+0980-U+09FF", "Block_Elements: U+2580-U+259F", "Bopomofo: U+3100-U+312F",
"Bopomofo_Extended: U+31A0-U+31BF", "Box_Drawing: U+2500-U+257F", "Braille_Patterns: U+2800-U+28FF", "Buhid: U+1740-U+175F",
"CJK_Compatibility: U+3300-U+33FF", "CJK_Compatibility_Forms: U+FE30-U+FE4F", "CJK_Compatibility_Ideographs: U+F900-U+FAFF",
"CJK_Radicals_Supplement: U+2E80-U+2EFF", "CJK_Symbols_and_Punctuation: U+3000-U+303F", "CJK_Unified_Ideographs: U+4E00-U+9FFF",
"CJK_Unified_Ideographs_Extension_A: U+3400-U+4DBF", "Cherokee: U+13A0-U+13FF",
"Combining_Diacritical_Marks: U+0300-U+036F", "Combining_Diacritical_Marks_for_Symbols: U+20D0-U+20FF", "Combining_Half_Marks: U+FE20-U+FE2F",
"Control_Pictures: U+2400-U+243F", "Currency_Symbols: U+20A0-U+20CF",
"Devanagari: U+0900-U+097F", "Dingbats: U+2700-U+27BF",
"Enclosed_Alphanumerics: U+2460-U+24FF", "Enclosed_CJK_Letters_and_Months: U+3200-U+32FF", "Ethiopic: U+1200-U+137F",
"General_Punctuation: U+2000-U+206F", "Geometric_Shapes: U+25A0-U+25FF",
"Gujarati: U+0A80-U+0AFF", "Gurmukhi: U+0A00-U+0A7F",
"Halfwidth_and_Fullwidth_Forms: U+FF00-U+FFEF", "Hangul_Compatibility_Jamo: U+3130-U+318F", "Hangul_Jamo: U+1100-U+11FF",
"Hangul_Syllables: U+AC00-U+D7AF", "Hanunoo: U+1720-U+173F",
"High_Private_Use_Surrogates: U+DB80-U+DBFF", "High_Surrogates: U+D800-U+DB7F",
"Hiragana: U+3040-U+309F", "IPA_Extensions: U+0250-U+02AF", "Ideographic_Description_Characters: U+2FF0-U+2FFF",
"Kanbun: U+3190-U+319F", "Kangxi_Radicals: U+2F00-U+2FDF",
"Kannada: U+0C80-U+0CFF", "Katakana: U+30A0-U+30FF", "Katakana_Phonetic_Extensions: U+31F0-U+31FF",
"Khmer: U+1780-U+17FF", "Khmer_Symbols: U+19E0-U+19FF",
"Lao: U+0E80-U+0EFF", "Letterlike_Symbols: U+2100-U+214F", "Limbu: U+1900-U+194F",
"Low_Surrogates: U+DC00-U+DFFF", "Malayalam: U+0D00-U+0D7F", "Mathematical_Operators: U+2200-U+22FF",
"Miscellaneous_Mathematical_Symbols-A: U+27C0-U+27EF", "Miscellaneous_Mathematical_Symbols-B: U+2980-U+29FF",
"Miscellaneous_Symbols: U+2600-U+26FF", "Miscellaneous_Symbols_and_Arrows: U+2B00-U+2BFF",
"Miscellaneous_Technical: U+2300-U+23FF", "Mongolian: U+1800-U+18AF", "Myanmar: U+1000-U+109F", "Number_Forms: U+2150-U+218F",
"Ogham: U+1680-U+169F", "Optical_Character_Recognition: U+2440-U+245F", "Oriya: U+0B00-U+0B7F",
"Phonetic_Extensions: U+1D00-U+1D7F", "Private_Use_Area: U+E000-U+F8FF", "Runic: U+16A0-U+16FF",
"Sinhala: U+0D80-U+0DFF", "Small_Form_Variants: U+FE50-U+FE6F", "Spacing_Modifier_Letters: U+02B0-U+02FF", "Specials: U+FFF0-U+FFFF",
"Superscripts_and_Subscripts: U+2070-U+209F", "Supplemental_Arrows-A: U+27F0-U+27FF", "Supplemental_Arrows-B: U+2900-U+297F",
"Supplemental_Mathematical_Operators: U+2A00-U+2AFF", "Syriac: U+0700-U+074F",
"Tagalog: U+1700-U+171F", "Tagbanwa: U+1760-U+177F", "Tai_Le: U+1950-U+197F",
"Tamil: U+0B80-U+0BFF", "Telugu: U+0C00-U+0C7F", "Thaana: U+0780-U+07BF", "Thai: U+0E00-U+0E7F", "Tibetan: U+0F00-U+0FFF",
"Unified_Canadian_Aboriginal_Syllabics: U+1400-U+167F", "Variation_Selectors: U+FE00-U+FE0F",
"Yi_Radicals: U+A490-U+A4CF", "Yi_Syllables: U+A000-U+A48F", "Yijing_Hexagram_Symbols: U+4DC0-U+4DFF"
],
"description": "Add group of Unicode Ranges to exception list.",
"order": 30
},
"custom": {
"title": "Custom Unicode Range",
"type": "string",
"default": "",
"description": "Additional Unicode Ranges as they appear in the Unicode List or custom selection. Separate by , [comma] in format U+0000-U+FFFF",
"order": 40
},
"account": {
"title": "Account Word Match",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Count the word in each filename",
"order": 50
}
},
"order": 800,
"description": "Group of options to define RegExp of Word service provider. Default [\\W] equals [^A-Za-z0-9_], or use Unicode Ranges in the exception list. If no include or custom is used, the default applies."
},
"footerOptions": {
"title": "Footer Options",
"type": "object",
"properties": {
"visibility": {
"title": "Footer Visibility",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Change visibility of footer panel.",
"order": 10
},
"priority": {
"title": "Footer Panel Priority",
"type": "string",
"enum": [
"default",
"0",
"10",
"20",
"30",
"40",
"50",
"60",
"70",
"80",
"90",
"100",
"110",
"130",
"150",
"170",
"190",
"200",
"300",
"400",
"500",
"1000"
],
"default": "0",
"description": "Priority of footer panel in workspace"
}
},
"order": 900,
"description": "Group of options to control footer panel."
},
"importOptions": {
"title": "Import Options",
"type": "object",
"properties": {
"cacheJSON": {
"title": "Cache JSON",
"type": "string",
"default": "no",
"enum": ["yes", "no"],
"description": "Project, Inheritance, Import, and Descriptor JSON cache control.",
"order": 10
}
},
"order": 933,
"description": "Control imports of files and loading JSON."
},
"exportOptions": {
"title": "Export Options",
"type": "object",
"properties": {
"declareTS": {
"title": "File TypeScript declaration",
"type": "string",
"default": "no",
"enum": ["yes", "no"],
"description": "Create new .d.ts file and paste clipboard content.",
"order": 10
},
"accessor": {
"title": "Export Access Field",
"type": "string",
"default": "no",
"enum": ["yes", "no"],
"description": "Output Private/Protected properties and methods.",
"order": 20
}
},
"order": 967,
"description": "Control exports to files and output of JSON."
},
"exeOptions": {
"title": "Exe Options",
"type": "object",
"properties": {
"nodeExe": {
"title": "Node Execution in Runtime",
"type": "string",
"default": "node",
"description": "Change Node.js Executable.",
"order": 10
},
"killSignal": {
"title": "Process Kill Signal",
"type": "string",
"default": "SIGTERM",
"enum": ["SIGTERM", "SIGINT"],
"description": "Change Termination Signal.",
"order": 20
},
"processCreate": {
"title": "Process Create Method",
"type": "string",
"default": "exec",
"enum": ["exec", "file", "fork", "spawn"],
"description": "Change Process Creation.",
"order": 30
},
"processData": {
"title": "Process Data Output",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Output in console stdout of process object, including id and path.",
"order": 40
},
"autoOpenConsole": {
"title": "Auto Open Console",
"type": "string",
"default": "no",
"enum": ["no", "yes"],
"description": "Open console automatically in the event of stdout data stream.",
"order": 50
}
},
"order": 1000,
"description": "Group of options to control executables and commands."
}
},
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "getProvider"
}
}
},
"engines": {
"atom": ">= 1.56.0"
}
}