-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAcme.YAML-tmLanguage
818 lines (664 loc) · 19.4 KB
/
Acme.YAML-tmLanguage
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
# [PackageDev] target_format: plist, ext: tmTheme
---
name: Acme
uuid: 049a5c8d-3acb-414b-9b78-33321addb6d3
author: Zayn Ali (https://twitter.com/zaynali53)
colorSpaceName: 'sRGB'
semanticClass: 'theme.dark.acme'
settings:
# ---------- Editor Highlight
- settings:
background: '#1A1B20'
caret: '#67809F'
foreground: '#D1D1D1'
invisibles: '#3B3A32'
lineHighlight: '#00000030'
selection: '#61616140'
findHighlight: '#61616140'
findHighlightForeground: '#ffffff'
selectionBorder: '#61616140'
guide: '#42424260'
activeGuide: '#42424260'
gutterForeground: '#42424290'
shadow: '#00000010'
bracketsForeground: '#F8F8F2A5'
bracketsOptions: 'underline'
bracketContentsForeground: '#F8F8F2A5'
bracketContentsOptions: 'underline'
tagsOptions: 'stippled_underline'
# ---------- General Highlight
- name: 'Comment Punctuation'
scope: punctuation.definition.comment
settings:
fontStyle: 'regular'
- name: 'Comment'
scope: comment
settings:
foreground: '#444444'
fontStyle: 'italic'
- name: 'Invalid Comment'
scope: invalid.illegal.bad-comments-or-CDATA.html
settings:
foreground: '#1A1B20'
background: '#CD122C'
- name: 'Statement Terminator'
scope: punctuation.terminator.expression, punctuation.terminator.statement
settings:
foreground: '#D1D1D1'
fontStyle: 'regular'
- name: 'String'
scope: string, meta.string-contents.quoted.single, meta.string-contents.quoted.double
settings:
foreground: '#85604E'
fontStyle: 'regular'
- name: 'String Punctuation'
scope: punctuation.definition.string, keyword.other.template.begin.js,
keyword.other.template.end.js
settings:
foreground: '#85604E80'
fontStyle: 'regular'
- name: 'String Substitution'
scope: keyword.other.substitution.begin, keyword.other.substitution.end,
keyword.other.substitution, punctuation.definition.expression
settings:
foreground: '#7C7200'
fontStyle: 'regular'
- name: 'Number'
scope: constant.numeric
settings:
foreground: '#1ABC9C'
fontStyle: 'regular'
- name: 'Keyword'
scope: keyword
settings:
foreground: '#4D4F5B'
fontStyle: 'bold'
- name: 'Operator'
scope: keyword.operator
settings:
foreground: '#4ECDC4'
fontStyle: 'bold'
- name: 'Logical Operator'
scope: keyword.operator.logical
settings:
foreground: '#C40058'
fontStyle: 'bold'
- name: 'Regular Expression'
scope: string.regexp.single-quoted, string.regexp.double-quoted
settings:
foreground: '#67809F'
fontStyle: 'regular'
- name: 'Regular Expression (Keyword)'
scope: constant.character.escape, string.regexp,
keyword.operator.regexp
settings:
foreground: '#7C7200'
fontStyle: 'regular'
- name: 'Built-in Constant'
scope: constant.language
settings:
foreground: '#C40058'
fontStyle: 'regular'
- name: 'Language Variable'
scope: variable.language
settings:
foreground: '#999999'
fontStyle: 'regular'
- name: 'Other Variable'
scope: variable.other
settings:
foreground: '#D1D1D1'
fontStyle: 'regular'
- name: 'User-defined Constant'
scope: constant.character, constant.other
settings:
foreground: '#E90A13'
fontStyle: 'regular'
- name: 'Support Constant'
scope: support.constant
settings:
foreground: '#E90A13'
fontStyle: 'regular'
- name: 'Storage'
scope: storage
settings:
foreground: '#4D4F5B'
fontStyle: 'bold'
- name: 'Storage Type'
scope: storage.type
settings:
foreground: '#717486'
fontStyle: 'bold'
- name: 'Storage Type Function'
scope: storage.type.function
settings:
foreground: '#4D4F5B'
fontStyle: 'italic'
- name: 'Class'
scope: support.class, entity.name.class, entity.name.type.class
settings:
foreground: '#CD122C'
fontStyle: 'regular'
- name: 'Support Class'
scope: support.type, support.class
settings:
foreground: '#CD122C'
fontStyle: 'regular'
- name: 'Inherited Class'
scope: entity.other.inherited-class
settings:
foreground: '#1ABC9C'
fontStyle: 'italic bold'
- name: 'Separator'
scope: punctuation.separator
settings:
foreground: '#D1D1D1'
fontStyle: 'regular'
- name: 'Function'
scope: entity.name.function, variable.function
settings:
foreground: '#CD122C'
fontStyle: 'regular'
- name: 'Library Function'
scope: support.function
settings:
foreground: '#D24D57'
fontStyle: 'regular'
- name: 'Function Parameter'
scope: variable.parameter
settings:
foreground: '#FFFFFF'
fontStyle: 'italic'
- name: 'Markup Tag braces'
scope: punctuation.definition.tag.begin, punctuation.definition.tag.end,
punctuation.definition.tag
settings:
foreground: '#4ECDC4'
fontStyle: 'regular'
- name: 'Markup Tag name'
scope: entity.name.tag
settings:
foreground: '#CD122C'
fontStyle: 'regular'
- name: 'Markup Tag attribute'
scope: entity.other.attribute-name
settings:
foreground: '#67809F'
fontStyle: 'regular'
- name: 'Markup Key Value Separator'
scope: punctuation.separator.key-value, meta.tag.preprocessor
settings:
foreground: '#4ECDC4'
fontStyle: 'regular'
- name: 'Punctuation (paranthesis)'
scope: punctuation.definition.group, punctuation.definition.group.begin,
punctuation.definition.group.end, punctuation.section.function,
punctuation.definition.parameters.begin, punctuation.definition.parameters.end,
punctuation.definition.parameters, meta.brace.round.begin, meta.brace.round.end,
meta.brace.round, punctuation.definition.arguments.begin, punctuation.definition.arguments.end,
punctuation.definition.arguments, meta.group.braces.round.function.arguments,
punctuation.section.group.begin, punctuation.section.group.end,
punctuation.section.arguments.begin, punctuation.section.arguments.end,
punctuation.section.parameters.begin, punctuation.section.parameters.end
settings:
foreground: '#4ECDC4'
fontStyle: 'regular'
- name: 'Punctuation {curly}'
scope: punctuation.definition.dictionary.begin, punctuation.definition.dictionary.end,
punctuation.definition.dictionary, punctuation.definition.class.body.begin,
punctuation.definition.class.body.end, punctuation.definition.class.body,
meta.brace.curly.begin, meta.brace.curly.end, meta.brace.curly,
punctuation.definition.block, punctuation.section.scope, punctuation.section.block,
punctuation.section.block.begin, punctuation.section.block.end
settings:
foreground: '#4ECDC4'
fontStyle: 'regular'
- name: 'Punctuation [square]'
scope: punctuation.definition.array.begin, punctuation.definition.array.end,
punctuation.definition.array, meta.group.braces.square, meta.brace.square.begin,
meta.brace.square.end, meta.brace.square, punctuation.section.array.begin,
punctuation.section.array.end, punctuation.section.array, punctuation.definition.brackets.js,
punctuation.section.list.begin, punctuation.section.list.end
settings:
foreground: '#7C7200'
fontStyle: 'regular'
- name: 'JS: Object Property Accessor'
scope: punctuation.accessor
settings:
foreground: '#4ECDC4'
fontStyle: 'bold'
- name: 'Embedded Section Punctuation'
scope: punctuation.section.embedded
settings:
foreground: '#E90A13'
fontStyle: 'regular'
- name: 'Key Value Separator'
scope: punctuation.separator.dictionary.key-value,
punctuation.separator.dictionary.pair
settings:
foreground: '#999999'
fontStyle: 'regular'
- name: 'Function Args'
scope: variable.parameter.function
settings:
foreground: '#67809F'
fontStyle: 'italic'
- name: 'Function Args'
scope: meta.function-call.arguments
settings:
foreground: '#FFFFFF'
fontStyle: 'regular'
- name: 'Function Call'
scope: meta.function-call
settings:
foreground: '#CD122C'
fontStyle: 'regular'
# ---------- Git Highlight
- name: 'diff.header'
scope: meta.diff, meta.diff.header
settings:
foreground: '#75715E'
- name: 'diff.deleted'
scope: markup.deleted
settings:
foreground: '#00A8C6'
- name: 'diff.inserted'
scope: markup.inserted
settings:
foreground: '#A6E22E'
- name: 'diff.changed'
scope: markup.changed
settings:
foreground: '#E6DB74'
- scope: constant.numeric.line-number.find-in-files - match
settings:
foreground: '#8FBE00A0'
- scope: entity.name.filename.find-in-files
settings:
foreground: '#E6DB74'
- name: 'SublimeLinter Warning'
scope: sublimelinter.mark.warning
settings:
foreground: '#DDB700'
- name: 'SublimeLinter Error'
scope: sublimelinter.mark.error
settings:
foreground: '#D02000'
- name: 'SublimeLinter Gutter Mark'
scope: sublimelinter.gutter-mark
settings:
foreground: '#FFFFFF'
# ---------- HTML Highlight
- name: 'HTML: DOCTYPE'
scope: meta.tag.sgml.doctype.html
settings:
foreground: '#4D4F5B'
- name: 'HTML: Inline'
scope: constant.other.inline-data.html
settings:
foreground: '#717486'
- name: 'HTML: Assignment Operator'
scope: punctuation.separator.key-value.html
settings:
foreground: '#999999'
# ---------- XML Highlight
- name: 'XML: Tag'
scope: keyword.doctype.xml
settings:
foreground: '#CD122C'
- name: 'XML: Document Root'
scope: variable.documentroot.xml
settings:
foreground: '#4D4F5B'
- name: 'XML: SGML Doctype'
scope: meta.tag.sgml.doctype.xml
settings:
foreground: '#1ABC9C'
- name: 'HTML: Assignment Operator'
scope: punctuation.separator.key-value.xml
settings:
foreground: '#999999'
# ---------- CSS Highlight
- name: 'CSS: ID Selector'
scope: entity.other.attribute-name.id
settings:
foreground: '#1ABC9C'
- name: 'CSS: Class Selector'
scope: entity.other.attribute-name.class
settings:
foreground: '#D24D57'
- name: 'CSS: Selector Attribute Name'
scope: entity.other.attribute-name.attribute
settings:
foreground: '#67809F'
- name: 'CSS: Selector Attribute Separator'
scope: punctuation.separator.operator, keyword.operator.attribute-selector
settings:
foreground: '#4ECDC4'
fontStyle: 'bold'
- name: 'CSS: Selector Punctuation'
scope: punctuation.definition.entity, meta.attribute-selector, punctuation.section.attribute.css
settings:
foreground: '#C40058'
- name: 'CSS: Property List Punctuation'
scope: punctuation.section.property-list
settings:
foreground: '#4ECDC4'
- name: 'CSS: Property Name'
scope: support.type.property-name
settings:
foreground: '#717486'
fontStyle: 'regular'
- name: 'CSS: Vendor Prefix'
scope: support.type.vendor-prefix, meta.property-name
settings:
foreground: '#D1D1D1'
fontStyle: 'bold'
- name: 'CSS: Property Value Constant'
scope: support.constant.property-value, support.constant.color.w3c-special-color-keyword
settings:
foreground: '#7C7200'
- name: 'CSS: Property Value Numeric'
scope: constant.numeric
settings:
foreground: '#1ABC9C'
- name: 'CSS: Key Value (Separator and Terminator)'
scope: punctuation.separator.key-value, punctuation.terminator.rule
settings:
foreground: '#999999'
- name: 'CSS: Value Unit'
scope: keyword.other.unit
settings:
foreground: '#67809F'
- name: 'CSS: (!important)'
scope: keyword.other.important
settings:
foreground: '#CD122C'
- name: 'CSS: Pseudo Class'
scope: entity.other.attribute-name.pseudo-class
settings:
foreground: '#4ECDC4'
- name: 'CSS: Pseudo Element'
scope: entity.other.attribute-name.pseudo-element
settings:
foreground: '#67809F'
- name: 'CSS: RGB values'
scope: constant.other.color.rgb-value
settings:
foreground: '#1ABC9C'
- name: 'CSS: Standard Colors'
scope: support.constant.color.w3c-standard-color-name, support.constant.color
settings:
foreground: '#CCBB00'
- name: 'CSS: URL'
scope: variable.parameter.url
settings:
foreground: '#999999'
fontStyle: 'italic'
# ---------- SCSS Highlight
- name: 'SCSS: Variable'
scope: variable.scss
settings:
foreground: '#D1D1D1'
- name: 'SCSS: Function'
scope: support.function.misc.scss
settings:
foreground: '#CD122C'
- name: 'SCSS: Reference Variable'
scope: entity.name.tag.reference.scss
settings:
foreground: '#CD122C'
fontStyle: 'bold'
- name: 'SCSS: Reference Variable'
scope: meta.property-list.scss
settings:
foreground: '#4ECDC4'
- name: 'SCSS: Import URL'
scope: meta.at-rule.import.scss
settings:
foreground: '#85604E'
# ---------- JSON Highlight
- name: 'JSON: String'
scope: string.quoted.double.json
settings:
foreground: '#85604E'
# ---------- JS Highlight
- name: 'ReadWrite Variable'
scope: variable.other.readwrite.js
settings:
foreground: '#FFFFFF'
- name: 'Array Separator'
scope: meta.group.braces.square.js
settings:
foreground: '#D1D1D1'
- name: 'Generator Punctuation'
scope: keyword.generator.asterisk.js
settings:
foreground: '#C40058'
- name: 'JS: Function Arrow'
scope: storage.type.function.arrow.js
settings:
foreground: '#C40058'
fontStyle: 'bold'
- name: 'JS: this Keyword'
scope: variable.language.this.js
settings:
foreground: '#F62459'
fontStyle: 'bold italic'
- name: 'JS: Module'
scope: keyword.operator.module.js
settings:
foreground: '#4D4F5B'
- name: 'JS: Spread'
scope: keyword.operator.spread.js
settings:
foreground: '#C40058'
- name: 'JS: Object Super'
scope: variable.language.super.js
settings:
foreground: '#C40058'
- name: 'JS: New Keyword'
scope: keyword.operator.new.js
settings:
foreground: '#717486'
- name: 'JS: DOM Type'
scope: support.type.object.dom.js
settings:
fontStyle: bold
foreground: '#717486'
- name: 'JS: Object'
scope: meta.instance.constructor, entity.name.type.new.js,
variable.other.constant.js, support.class.builtin.js,
variable.other.class.js
settings:
foreground: '#CD122C'
- name: 'JS: Object Name'
scope: variable.other.object.js
settings:
foreground: '#FFFFFF'
- name: 'JS: Template Expression'
scope: punctuation.definition.template-expression.begin.js, punctuation.definition.template-expression.end.js,
punctuation.definition.generic.begin.html, punctuation.definition.generic.end.html
settings:
foreground: '#67809F'
- name: 'JS: Object Property'
scope: meta.property.object.js
settings:
foreground: '#D1D1D1'
# ---------- JSX Highlight
- name: 'JSX: Embedded Section Punctuation'
scope: punctuation.section.embedded.begin.jsx, punctuation.section.embedded.end.jsx
settings:
foreground: '#7C7200'
- name: 'JSX: Tag Inner Content'
scope: meta.jsx.js, meta.jsx.children.js, tag.open.js, tag.close.js
settings:
foreground: '#D1D1D1'
- name: 'JSX: Assignment Operator'
scope: keyword.operator.assignment.jsx
settings:
foreground: '#999999'
fontStyle: 'regular'
# ---------- Flow Highlight
- name: 'Flow Polymorph'
scope: meta.flowtype.polymorph
settings:
foreground: '#D1D1D1'
- name: 'Flow Section Punctuation'
scope: punctuation.section.flowtype.begin, punctuation.section.flowtype.end,
punctuation.section.flowtype
settings:
foreground: '#999999'
- name: 'Flow Type'
scope: variable.other.flowtype
settings:
foreground: '#7C7200'
# ---------- Typescript
- name: 'Typescript: "this" Keyword'
scope: variable.language.this.ts
settings:
foreground: '#F62459'
fontStyle: 'bold italic'
- name: 'Typescript: Arrow Function'
scope: storage.type.function.arrow.ts
settings:
fontStyle: 'bold'
- name: 'Typescript: Type Annotation'
scope: meta.type.annotation.ts, entity.name.type.ts
settings:
foreground: '#E90A13'
fontStyle: 'bold'
- name: 'Typescript: Object Destructuring Assignment'
scope: punctuation.definition.binding-pattern.object.ts
settings:
foreground: '#7C7200'
- name: 'Typescript: Generic Type'
scope: punctuation.definition.typeparameters.begin.ts, punctuation.definition.typeparameters.end.ts
settings:
foreground: '#999999'
- name: 'Typescript: Template Expression'
scope: punctuation.definition.template-expression.begin.ts, punctuation.definition.template-expression.end.ts
settings:
foreground: '#67809F'
# ---------- PHP Highlight
- name: 'PHP: Embedded'
scope: punctuation.section.embedded.begin.php,
punctuation.section.embedded.end.php
settings:
foreground: '#E90A13'
- name: 'PHP: Comment DOC keyword'
scope: keyword.other.phpdoc
settings:
foreground: '#999999'
- name: 'PHP: Variable Punctuation'
scope: punctuation.definition.variable.php
settings:
foreground: '#999999'
- name: 'PHP: Magic Method'
scope: support.function.magic.php
settings:
foreground: '#67809F'
- name: 'PHP: class Keyword'
scope: constant.class.php
settings:
foreground: '#67809F'
- name: 'PHP: Doc block keyword'
scope: keyword.other.phpdoc.php
settings:
foreground: '#999999'
- name: 'PHP: Array Punctuation (key-value)'
scope: keyword.operator.key.php
settings:
foreground: '#4D4F5B'
# Fix for comma highlight in array during function call
# --- $example->someFunction(['hello', 'world']);
- name: 'Comma Fix'
scope: meta.group.php
settings:
foreground: '#D1D1D1'
fontStyle: 'regular'
- name: 'PHP: Function Punctuation (Return Type)'
scope: meta.function.return-type.php
settings:
foreground: '#C40058'
- name: 'PHP Namespace Keyword'
scope: keyword.other.namespace.php, keyword.other.use-as.php,
keyword.other.use.php
settings:
fontStyle: bold
foreground: '#4D4F5B'
- name: 'PHP Namespace (breadcrumbs)'
scope: support.other.namespace.php
settings:
foreground: '#ffffff'
- name: 'PHP Namespace (Name)'
scope: entity.name.namespace.php
settings:
foreground: '#67809F'
- name: 'PHP Namespace (Use Class)'
scope: meta.use.php
settings:
foreground: '#CD122C'
- name: 'PHP Namespace (Separator)'
scope: punctuation.separator.namespace.php
settings:
foreground: '#999999'
# ---------- PHP Blade Highlight
- name: 'Blade: Embedded Punctuation'
scope: punctuation.section.embedded.begin.blade,
punctuation.section.embedded.end.blade
settings:
foreground: '#E90A13'
- name: 'Blade: Ignore Embedded Punctuation'
scope: punctuation.section.embedded.ignore.begin.blade,
punctuation.section.embedded.ignore.end.blade
settings:
foreground: '#C40058'
# ---------- Ruby Highlight
- name: 'Ruby: Instance Variable'
scope: variable.other.readwrite.instance.ruby
settings:
foreground: '#FFFFFF'
- name: 'Ruby: Special Method'
scope: keyword.other.special-method.ruby
settings:
foreground: '#717486'
- name: 'Ruby: Special Method'
scope: constant.other.symbol.ruby
settings:
foreground: '#1ABC9C'
- name: 'Ruby: Inheritence Separator'
scope: punctuation.separator.inheritance.ruby
settings:
foreground: '#717486'
fontStyle: 'bold'
- name: 'Ruby: Pseudo Method'
scope: keyword.control.pseudo-method.ruby
settings:
foreground: '#D24D57'
fontStyle: 'regular'
- name: 'Ruby: Method Separator'
scope: punctuation.separator.method.ruby
settings:
foreground: '#4ECDC4'
fontStyle: 'bold'
- name: 'Ruby: Embedded Source'
scope: source.ruby.embedded.source
settings:
foreground: '#D1D1D1'
# ---------- Python Highlight
- name: 'Python: Function Call Variable Argument'
scope: variable.parameter.python
settings:
foreground: '#67809F'
- name: 'Python: Function Begin Punctuation'
scope: punctuation.section.function.begin.python
settings:
foreground: '#FFFFFF'
# ---------- ENV Highlight
- name: 'ENV: Template Punctuation'
scope: keyword.other.template.begin.env, keyword.other.template.end.env,
keyword.other.template
settings:
foreground: '#7C7200'
fontStyle: 'regular'