github-linguist 7.25.0 → 7.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ext/linguist/lex.linguist_yy.c +14 -17
- data/ext/linguist/lex.linguist_yy.h +2 -2
- data/ext/linguist/tokenizer.l +0 -1
- data/grammars/inline.graphql.scala.json +1 -0
- data/grammars/markdown.curry.codeblock.json +1 -1
- data/grammars/markdown.d2.codeblock.json +1 -0
- data/grammars/markdown.talon.codeblock.json +1 -0
- data/grammars/source.abap.json +1 -1
- data/grammars/source.abl.json +1 -1
- data/grammars/source.acucobol.json +1 -1
- data/grammars/source.aidl.json +1 -1
- data/grammars/source.apex.json +1 -0
- data/grammars/source.astro.json +1 -1
- data/grammars/source.ballerina.json +1 -1
- data/grammars/source.bicep.json +1 -1
- data/grammars/source.brs.json +1 -1
- data/grammars/source.bsl.json +1 -1
- data/grammars/source.cds.json +1 -1
- data/grammars/source.clar.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.cs.json +1 -1
- data/grammars/source.d2.json +1 -0
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.did.json +1 -0
- data/grammars/source.directivesmf.json +1 -0
- data/grammars/source.dm.json +1 -1
- data/grammars/source.earthfile.json +1 -1
- data/grammars/source.emacs.lisp.json +1 -1
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.gfm.blade.json +1 -1
- data/grammars/source.gleam.json +1 -1
- data/grammars/source.igor.json +1 -1
- data/grammars/source.julia.json +1 -1
- data/grammars/source.kotlin.json +1 -1
- data/grammars/source.lolcode.json +1 -0
- data/grammars/source.matlab.json +1 -1
- data/grammars/source.mdx.json +1 -0
- data/grammars/source.mo.json +1 -1
- data/grammars/source.move.json +1 -1
- data/grammars/source.nasal.json +1 -0
- data/grammars/source.nim.json +1 -1
- data/grammars/source.nushell.json +1 -0
- data/grammars/source.pact.json +1 -0
- data/grammars/source.pddl.json +1 -1
- data/grammars/source.pic.json +1 -1
- data/grammars/source.pnlgrp.json +1 -1
- data/grammars/source.prisma.json +1 -1
- data/grammars/source.ql.json +1 -1
- data/grammars/source.raku.json +1 -1
- data/grammars/source.rbs.json +1 -0
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rez.json +1 -0
- data/grammars/source.rmcobol.json +1 -0
- data/grammars/source.rpgle.json +1 -1
- data/grammars/source.scala.json +1 -1
- data/grammars/source.scenic.json +1 -1
- data/grammars/source.smithy.json +1 -1
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.soql.json +1 -0
- data/grammars/source.stan.json +1 -1
- data/grammars/source.talon.json +1 -1
- data/grammars/source.tlverilog.json +1 -0
- data/grammars/source.toc.json +1 -1
- data/grammars/source.ts.json +1 -1
- data/grammars/source.tsx.json +1 -1
- data/grammars/source.turtle.json +1 -1
- data/grammars/source.typst.json +1 -0
- data/grammars/source.vba.json +1 -0
- data/grammars/source.vyper.json +1 -1
- data/grammars/source.wgsl.json +1 -0
- data/grammars/source.wit.json +1 -0
- data/grammars/source.wwb.json +1 -0
- data/grammars/source.yul.json +1 -1
- data/grammars/text.adblock.json +1 -1
- data/grammars/text.haml.json +1 -1
- data/grammars/text.hash-commented.json +1 -1
- data/grammars/text.html.markdown.d2.json +1 -0
- data/grammars/text.marko.json +1 -1
- data/grammars/text.md.json +1 -0
- data/grammars/text.pseudoxml.json +1 -0
- data/grammars/text.tex.latex.sweave.json +1 -0
- data/grammars/text.xml.svg.json +1 -1
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generated.rb +10 -0
- data/lib/linguist/heuristics.rb +2 -0
- data/lib/linguist/heuristics.yml +83 -42
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +203 -19
- data/lib/linguist/samples.json +1 -1
- data/lib/linguist/vendor.yml +4 -1
- metadata +39 -16
- data/grammars/source.gfm.json +0 -1
- data/grammars/source.nim_filter.json +0 -1
- data/grammars/source.nimcfg.json +0 -1
data/lib/linguist/vendor.yml
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
- ([^\s]*)import\.(css|less|scss|styl)$
|
75
75
|
|
76
76
|
# Bootstrap css and js
|
77
|
-
- (^|/)bootstrap([^/.]*)(
|
77
|
+
- (^|/)bootstrap([^/.]*)(\..*)?\.(js|css|less|scss|styl)$
|
78
78
|
- (^|/)custom\.bootstrap([^\s]*)(js|css|less|scss|styl)$
|
79
79
|
|
80
80
|
# Font Awesome
|
@@ -388,3 +388,6 @@
|
|
388
388
|
|
389
389
|
# obsidian.md settings
|
390
390
|
- (^|/)\.obsidian/
|
391
|
+
|
392
|
+
# teamcity CI configuration
|
393
|
+
- (^|/)\.teamcity/
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: github-linguist
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.
|
4
|
+
version: 7.27.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cgi
|
@@ -100,14 +100,14 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version: '1
|
103
|
+
version: '2.1'
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version: '1
|
110
|
+
version: '2.1'
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: plist
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
@@ -170,14 +170,14 @@ dependencies:
|
|
170
170
|
requirements:
|
171
171
|
- - "~>"
|
172
172
|
- !ruby/object:Gem::Version
|
173
|
-
version: '
|
173
|
+
version: '4.0'
|
174
174
|
type: :development
|
175
175
|
prerelease: false
|
176
176
|
version_requirements: !ruby/object:Gem::Requirement
|
177
177
|
requirements:
|
178
178
|
- - "~>"
|
179
179
|
- !ruby/object:Gem::Version
|
180
|
-
version: '
|
180
|
+
version: '4.0'
|
181
181
|
- !ruby/object:Gem::Dependency
|
182
182
|
name: licensee
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
@@ -209,7 +209,7 @@ dependencies:
|
|
209
209
|
description: We use this library at GitHub to detect blob languages, highlight code,
|
210
210
|
ignore binary files, suppress generated files in diffs, and generate language breakdown
|
211
211
|
graphs.
|
212
|
-
email:
|
212
|
+
email:
|
213
213
|
executables:
|
214
214
|
- github-linguist
|
215
215
|
- git-linguist
|
@@ -245,12 +245,14 @@ files:
|
|
245
245
|
- grammars/inline.graphql.python.json
|
246
246
|
- grammars/inline.graphql.re.json
|
247
247
|
- grammars/inline.graphql.res.json
|
248
|
+
- grammars/inline.graphql.scala.json
|
248
249
|
- grammars/inline.prisma.json
|
249
250
|
- grammars/liquid.injection.json
|
250
251
|
- grammars/markdown.bicep.codeblock.json
|
251
252
|
- grammars/markdown.cadence.codeblock.json
|
252
253
|
- grammars/markdown.codeblock.proto.json
|
253
254
|
- grammars/markdown.curry.codeblock.json
|
255
|
+
- grammars/markdown.d2.codeblock.json
|
254
256
|
- grammars/markdown.graphql.codeblock.json
|
255
257
|
- grammars/markdown.hack.codeblock.json
|
256
258
|
- grammars/markdown.haxe.codeblock.json
|
@@ -260,6 +262,7 @@ files:
|
|
260
262
|
- grammars/markdown.plantuml.codeblock.json
|
261
263
|
- grammars/markdown.prisma.codeblock.json
|
262
264
|
- grammars/markdown.rescript.codeblock.json
|
265
|
+
- grammars/markdown.talon.codeblock.json
|
263
266
|
- grammars/markdown.textproto.codeblock.json
|
264
267
|
- grammars/objdump.x86asm.json
|
265
268
|
- grammars/source.2da.json
|
@@ -283,6 +286,7 @@ files:
|
|
283
286
|
- grammars/source.antlr.json
|
284
287
|
- grammars/source.apache-config.json
|
285
288
|
- grammars/source.apache-config.mod_perl.json
|
289
|
+
- grammars/source.apex.json
|
286
290
|
- grammars/source.apl.json
|
287
291
|
- grammars/source.applescript.json
|
288
292
|
- grammars/source.arr.json
|
@@ -380,6 +384,7 @@ files:
|
|
380
384
|
- grammars/source.cypher.json
|
381
385
|
- grammars/source.cython.json
|
382
386
|
- grammars/source.d.json
|
387
|
+
- grammars/source.d2.json
|
383
388
|
- grammars/source.dart.json
|
384
389
|
- grammars/source.data-weave.json
|
385
390
|
- grammars/source.dc.json
|
@@ -392,10 +397,12 @@ files:
|
|
392
397
|
- grammars/source.debian.makefile.json
|
393
398
|
- grammars/source.denizenscript.json
|
394
399
|
- grammars/source.desktop.json
|
400
|
+
- grammars/source.did.json
|
395
401
|
- grammars/source.diff.json
|
396
402
|
- grammars/source.dir.json
|
397
403
|
- grammars/source.dircolors.json
|
398
404
|
- grammars/source.direct-x.json
|
405
|
+
- grammars/source.directivesmf.json
|
399
406
|
- grammars/source.disasm.json
|
400
407
|
- grammars/source.ditroff.desc.json
|
401
408
|
- grammars/source.ditroff.json
|
@@ -461,7 +468,6 @@ files:
|
|
461
468
|
- grammars/source.gerber.json
|
462
469
|
- grammars/source.gf.json
|
463
470
|
- grammars/source.gfm.blade.json
|
464
|
-
- grammars/source.gfm.json
|
465
471
|
- grammars/source.git-revlist.json
|
466
472
|
- grammars/source.gitattributes.json
|
467
473
|
- grammars/source.gitconfig.json
|
@@ -565,6 +571,7 @@ files:
|
|
565
571
|
- grammars/source.llvm.json
|
566
572
|
- grammars/source.logos.json
|
567
573
|
- grammars/source.logtalk.json
|
574
|
+
- grammars/source.lolcode.json
|
568
575
|
- grammars/source.loomscript.json
|
569
576
|
- grammars/source.lsl.json
|
570
577
|
- grammars/source.ltspice.symbol.json
|
@@ -583,6 +590,7 @@ files:
|
|
583
590
|
- grammars/source.maxscript.json
|
584
591
|
- grammars/source.mc.json
|
585
592
|
- grammars/source.mcfunction.json
|
593
|
+
- grammars/source.mdx.json
|
586
594
|
- grammars/source.mercury.json
|
587
595
|
- grammars/source.mermaid.c4c-diagram.json
|
588
596
|
- grammars/source.mermaid.class-diagram.json
|
@@ -618,6 +626,7 @@ files:
|
|
618
626
|
- grammars/source.msl.json
|
619
627
|
- grammars/source.mupad.json
|
620
628
|
- grammars/source.nanorc.json
|
629
|
+
- grammars/source.nasal.json
|
621
630
|
- grammars/source.nasl.json
|
622
631
|
- grammars/source.ncl.json
|
623
632
|
- grammars/source.ne.json
|
@@ -630,14 +639,13 @@ files:
|
|
630
639
|
- grammars/source.nextflow.json
|
631
640
|
- grammars/source.nginx.json
|
632
641
|
- grammars/source.nim.json
|
633
|
-
- grammars/source.nim_filter.json
|
634
|
-
- grammars/source.nimcfg.json
|
635
642
|
- grammars/source.ninja.json
|
636
643
|
- grammars/source.nit.json
|
637
644
|
- grammars/source.nix.json
|
638
645
|
- grammars/source.nsis.json
|
639
646
|
- grammars/source.nu.json
|
640
647
|
- grammars/source.nunjucks.json
|
648
|
+
- grammars/source.nushell.json
|
641
649
|
- grammars/source.nut.json
|
642
650
|
- grammars/source.objc++.json
|
643
651
|
- grammars/source.objc.json
|
@@ -661,6 +669,7 @@ files:
|
|
661
669
|
- grammars/source.ox.json
|
662
670
|
- grammars/source.oz.json
|
663
671
|
- grammars/source.p4.json
|
672
|
+
- grammars/source.pact.json
|
664
673
|
- grammars/source.paket.dependencies.json
|
665
674
|
- grammars/source.paket.lock.json
|
666
675
|
- grammars/source.pan.json
|
@@ -721,6 +730,7 @@ files:
|
|
721
730
|
- grammars/source.racket.json
|
722
731
|
- grammars/source.raku.json
|
723
732
|
- grammars/source.rascal.json
|
733
|
+
- grammars/source.rbs.json
|
724
734
|
- grammars/source.reason.hover.type.json
|
725
735
|
- grammars/source.reason.json
|
726
736
|
- grammars/source.rebol.json
|
@@ -740,7 +750,9 @@ files:
|
|
740
750
|
- grammars/source.renpy.json
|
741
751
|
- grammars/source.rescript.json
|
742
752
|
- grammars/source.rexx.json
|
753
|
+
- grammars/source.rez.json
|
743
754
|
- grammars/source.ring.json
|
755
|
+
- grammars/source.rmcobol.json
|
744
756
|
- grammars/source.rpg.json
|
745
757
|
- grammars/source.rpgle.json
|
746
758
|
- grammars/source.rpm-spec.json
|
@@ -777,6 +789,7 @@ files:
|
|
777
789
|
- grammars/source.smt.json
|
778
790
|
- grammars/source.solidity.json
|
779
791
|
- grammars/source.solution.json
|
792
|
+
- grammars/source.soql.json
|
780
793
|
- grammars/source.sourcepawn.json
|
781
794
|
- grammars/source.sparql.json
|
782
795
|
- grammars/source.spin.json
|
@@ -807,6 +820,7 @@ files:
|
|
807
820
|
- grammars/source.thrift.json
|
808
821
|
- grammars/source.tl.json
|
809
822
|
- grammars/source.tla.json
|
823
|
+
- grammars/source.tlverilog.json
|
810
824
|
- grammars/source.tm-properties.json
|
811
825
|
- grammars/source.tnsaudit.json
|
812
826
|
- grammars/source.toc.json
|
@@ -818,6 +832,7 @@ files:
|
|
818
832
|
- grammars/source.turing.json
|
819
833
|
- grammars/source.turtle.json
|
820
834
|
- grammars/source.txl.json
|
835
|
+
- grammars/source.typst.json
|
821
836
|
- grammars/source.ucd.nameslist.json
|
822
837
|
- grammars/source.ucd.unidata.json
|
823
838
|
- grammars/source.ucfconstraints.json
|
@@ -826,6 +841,7 @@ files:
|
|
826
841
|
- grammars/source.v.json
|
827
842
|
- grammars/source.vala.json
|
828
843
|
- grammars/source.varnish.vcl.json
|
844
|
+
- grammars/source.vba.json
|
829
845
|
- grammars/source.vbnet.json
|
830
846
|
- grammars/source.velocity.html.json
|
831
847
|
- grammars/source.velocity.json
|
@@ -840,13 +856,16 @@ files:
|
|
840
856
|
- grammars/source.webassembly.json
|
841
857
|
- grammars/source.webidl.json
|
842
858
|
- grammars/source.wgetrc.json
|
859
|
+
- grammars/source.wgsl.json
|
843
860
|
- grammars/source.whiley.json
|
844
861
|
- grammars/source.win32-messages.json
|
862
|
+
- grammars/source.wit.json
|
845
863
|
- grammars/source.witcherscript.json
|
846
864
|
- grammars/source.wollok.json
|
847
865
|
- grammars/source.wren.json
|
848
866
|
- grammars/source.ws.json
|
849
867
|
- grammars/source.wsd.json
|
868
|
+
- grammars/source.wwb.json
|
850
869
|
- grammars/source.x10.json
|
851
870
|
- grammars/source.x86.json
|
852
871
|
- grammars/source.x86asm.json
|
@@ -906,6 +925,7 @@ files:
|
|
906
925
|
- grammars/text.html.liquid.json
|
907
926
|
- grammars/text.html.mako.json
|
908
927
|
- grammars/text.html.markdown.astro.json
|
928
|
+
- grammars/text.html.markdown.d2.json
|
909
929
|
- grammars/text.html.markdown.source.gfm.apib.json
|
910
930
|
- grammars/text.html.markdown.source.gfm.mson.json
|
911
931
|
- grammars/text.html.mediawiki.elm-build-output.json
|
@@ -930,9 +950,11 @@ files:
|
|
930
950
|
- grammars/text.lesshst.json
|
931
951
|
- grammars/text.log.latex.json
|
932
952
|
- grammars/text.marko.json
|
953
|
+
- grammars/text.md.json
|
933
954
|
- grammars/text.muse.json
|
934
955
|
- grammars/text.openbsd-pkg.desc.json
|
935
956
|
- grammars/text.plain.json
|
957
|
+
- grammars/text.pseudoxml.json
|
936
958
|
- grammars/text.python.console.json
|
937
959
|
- grammars/text.python.traceback.json
|
938
960
|
- grammars/text.rdoc.json
|
@@ -954,6 +976,7 @@ files:
|
|
954
976
|
- grammars/text.tex.latex.json
|
955
977
|
- grammars/text.tex.latex.memoir.json
|
956
978
|
- grammars/text.tex.latex.rd.json
|
979
|
+
- grammars/text.tex.latex.sweave.json
|
957
980
|
- grammars/text.texinfo.json
|
958
981
|
- grammars/text.vim-help.json
|
959
982
|
- grammars/text.vtt.json
|
@@ -999,12 +1022,12 @@ files:
|
|
999
1022
|
- lib/linguist/tokenizer.rb
|
1000
1023
|
- lib/linguist/vendor.yml
|
1001
1024
|
- lib/linguist/version.rb
|
1002
|
-
homepage: https://github.com/github/linguist
|
1025
|
+
homepage: https://github.com/github-linguist/linguist
|
1003
1026
|
licenses:
|
1004
1027
|
- MIT
|
1005
1028
|
metadata:
|
1006
|
-
github_repo: ssh://github.com/github/linguist
|
1007
|
-
post_install_message:
|
1029
|
+
github_repo: ssh://github.com/github-linguist/linguist
|
1030
|
+
post_install_message:
|
1008
1031
|
rdoc_options: []
|
1009
1032
|
require_paths:
|
1010
1033
|
- lib
|
@@ -1020,8 +1043,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1020
1043
|
- !ruby/object:Gem::Version
|
1021
1044
|
version: '0'
|
1022
1045
|
requirements: []
|
1023
|
-
rubygems_version: 3.
|
1024
|
-
signing_key:
|
1046
|
+
rubygems_version: 3.4.10
|
1047
|
+
signing_key:
|
1025
1048
|
specification_version: 4
|
1026
1049
|
summary: GitHub Language detection
|
1027
1050
|
test_files: []
|
data/grammars/source.gfm.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"GitHub Markdown","scopeName":"source.gfm","patterns":[{"include":"#blocks"},{"include":"#inlines"},{"include":"#flavors"}],"repository":{"blocks":{"patterns":[{"include":"#headings"},{"include":"#fenced-code-blocks"},{"include":"#fenced-code"},{"include":"#comments"},{"include":"#front-matter"},{"include":"#hr"},{"include":"#lists"},{"include":"#quotes"},{"include":"#github-blocks"}]},"code":{"patterns":[{"name":"markup.raw.gfm","begin":"(`+)(?!$)","end":"\\1"}]},"comments":{"patterns":[{"name":"comment.block.gfm","begin":"\u003c!--","end":"--\\s*\u003e","captures":{"0":{"name":"punctuation.definition.comment.gfm"}}}]},"criticmark":{"patterns":[{"name":"markup.inserted.critic.gfm.addition","begin":"{\\+\\+","end":"\\+\\+}","patterns":[{"include":"#emphasis"}],"captures":{"0":{"name":"punctuation.definition.inserted.critic.gfm.addition.marker"}}},{"name":"markup.deleted.critic.gfm.deletion","begin":"{--","end":"--}","patterns":[{"include":"#emphasis"}],"captures":{"0":{"name":"punctuation.definition.deleted.critic.gfm.deletion.marker"}}},{"name":"critic.gfm.highlight","begin":"{==","end":"==}","patterns":[{"include":"#emphasis"}],"captures":{"0":{"name":"critic.gfm.highlight.marker"}}},{"name":"critic.gfm.comment","begin":"{\u003e\u003e","end":"\u003c\u003c}","captures":{"0":{"name":"critic.gfm.comment.marker"}}},{"name":"markup.changed.critic.gfm.substitution","begin":"{~~","end":"~~}","patterns":[{"name":"punctuation.definition.changed.critic.gfm.substitution.operator","match":"~\u003e"},{"include":"#emphasis"}],"captures":{"0":{"name":"punctuation.definition.changed.critic.gfm.substitution.marker"}}}]},"emphasis":{"patterns":[{"name":"markup.bold.italic.gfm","begin":"(?\u003c=^|[^\\w\\d\\*])\\*\\*\\*(?!$|\\*|\\s)","end":"(?\u003c!^|\\s)\\*\\*\\**\\*(?=$|[^\\w|\\d])","patterns":[{"name":"constant.character.entity.gfm","match":"(\u0026)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}}]},{"name":"markup.bold.italic.gfm","begin":"(?\u003c=^|[^\\w\\d_])___(?!$|_|\\s)","end":"(?\u003c!^|\\s)___*_(?=$|[^\\w|\\d])","patterns":[{"name":"constant.character.entity.gfm","match":"(\u0026)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}}]},{"name":"markup.bold.gfm","match":"(?\u003c![\\w|\\\\])([_]{2})(?!\\s)(?m:(.+?))(?\u003c![\\s|\\\\])(\\1)(?!\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"patterns":[{"include":"#inlines-in-inlines"}]},"3":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.bold.gfm","match":"(?\u003c![\\w|\\\\])([\\*]{2})(?!\\s)(?m:(.+?))(?\u003c![\\s|\\\\])(\\1)(?!\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"patterns":[{"include":"#inlines-in-inlines"}]},"3":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.bold.gfm","match":"(?\u003c=\\w)([\\*]{2})(?:.+?)(?\u003c!\\W)(\\1)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.bold.gfm","match":"(?\u003c=\\s|^)([\\*]{2})(?=\\w)(?:.+?)(\\1)(?=\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.italic.gfm","match":"(?\u003c![\\w|_|\\\\])([_])(?!\\s|\\1)(?m:(.+?))(?\u003c![\\s|\\\\])(\\1)(?!\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"patterns":[{"include":"#inlines-in-inlines"}]},"3":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.italic.gfm","match":"(?\u003c![\\w|\\*|\\\\])([\\*])(?!\\s|\\1)(?m:(.+?))(?\u003c![\\s|\\\\])(\\1)(?!\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"patterns":[{"include":"#inlines-in-inlines"}]},"3":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.italic.gfm","match":"(?\u003c=\\w)([\\*])(?:.+?)(?\u003c!\\W)(\\1)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}},{"name":"markup.italic.gfm","match":"(?\u003c=\\s|^)([\\*])(?=\\w)(?:.+?)(\\1)(?=\\w)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}}]},"entities":{"patterns":[{"name":"constant.character.entity.gfm","match":"(\u0026)[a-zA-Z0-9]+(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}},{"name":"constant.character.entity.gfm","match":"(\u0026)#[0-9]+(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}},{"name":"constant.character.entity.gfm","match":"(\u0026)#x[0-9a-fA-F]+(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"2":{"name":"punctuation.definition.entity.gfm"}}}]},"escapes":{"patterns":[{"name":"constant.character.escape.gfm","match":"\\\\."}]},"fenced-code":{"patterns":[{"name":"markup.code.other.gfm","contentName":"source.embedded.${2:/downcase}","begin":"^\\s*(`{3,}|~{3,})\\s*([-\\w]+)\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.raw.gfm","begin":"^\\s*(`{3,}|~{3,}).*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}}]},"fenced-code-blocks":{"patterns":[{"name":"markup.code.gfm","contentName":"text.embedded.html.markdown.source.gfm.apib","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(apib|apiblueprint))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.html.markdown.source.gfm.apib"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.gfm","contentName":"text.embedded.html.markdown.source.gfm.mson","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(mson))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.html.markdown.source.gfm.mson"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.sql.gfm","contentName":"source.embedded.sql","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(sql))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.sql"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.graphql.gfm","contentName":"source.embedded.graphql","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(graphql))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.graphql"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.clojure.gfm","contentName":"source.embedded.clojure","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(clj|clojure))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.clojure"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.coffee.gfm","contentName":"source.embedded.coffee","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(coffee-?(script)?|cson))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.coffee"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.js.gfm","contentName":"source.embedded.js","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(javascript|js))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.js"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.ts.gfm","contentName":"source.embedded.ts","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(typescript|ts))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.ts"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.gfm","contentName":"text.embedded.md","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(markdown|md|mdo?wn|mkdn?|mkdown))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"$self"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.json.gfm","contentName":"source.embedded.json","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(json))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.json"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.css.gfm","contentName":"source.embedded.css","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(css))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.css"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.less.gfm","contentName":"source.embedded.css.less","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(less))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.css.less"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.xml.gfm","contentName":"text.embedded.xml","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(xml))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.xml"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.ruby.gfm","contentName":"source.embedded.ruby","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(ruby|rb))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.ruby"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.rust.gfm","contentName":"source.embedded.rust","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(rust|rs))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.rust"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.java.gfm","contentName":"source.embedded.java","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(java))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.java"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.kotlin.gfm","contentName":"source.embedded.kotlin","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(kotlin))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.kotlin"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.scala.gfm","contentName":"source.embedded.scala","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(scala|sbt))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.scala"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.erlang.gfm","contentName":"source.embedded.erlang","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(erlang))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.erlang"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.go.gfm","contentName":"source.embedded.go","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(go(lang)?))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.go"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.cs.gfm","contentName":"source.embedded.cs","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(cs(harp)?))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.cs"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.php.gfm","contentName":"source.embedded.php","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(php))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.html.php"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.shell.gfm","contentName":"source.embedded.shell","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(sh|bash|shell))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.shell"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.git-config.gfm","contentName":"source.embedded.git-config","begin":"^\\s*([`~]{3,})\\s*(?i:(properties))\\s*$","end":"^\\s*\\1\\s*$","patterns":[{"include":"source.gitconfig"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.shell-session.gfm","contentName":"text.embedded.shell-session","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(shellsession|console))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.shell-session"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.python.gfm","contentName":"source.embedded.python","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(py(thon)?))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.python"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.python.console.gfm","contentName":"source.embedded.python.console","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(pycon))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.python.console"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.c.gfm","contentName":"source.embedded.c","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(c))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.c"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.cpp.gfm","contentName":"source.embedded.cpp","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(c(pp|\\+\\+)))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.c++"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.objc.gfm","contentName":"source.embedded.objc","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(objc|objective-c))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.objc"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.asciidoc.gfm","contentName":"source.embedded.asciidoc","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(adoc|asciidoc|asciidoctor|asc))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.html.asciidoc"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.swift.gfm","contentName":"source.embedded.swift","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(swift))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.swift"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.dockerfile.gfm","contentName":"source.embedded.dockerfile","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(dockerfile|docker))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.dockerfile"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.makefile.gfm","contentName":"source.embedded.makefile","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(makefile|make))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.makefile"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.perl.gfm","contentName":"source.embedded.perl","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(perl))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.perl"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.perl6.gfm","contentName":"source.embedded.perl6","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(perl6))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.raku"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.toml.gfm","contentName":"source.embedded.toml","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(toml))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.toml"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.html.gfm","contentName":"text.embedded.html.basic","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(html))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"text.html.basic"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.yaml.gfm","contentName":"source.embedded.yaml","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(ya?ml))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.yaml"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.elixir.gfm","contentName":"source.embedded.elixir","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(elixir))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.elixir"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.diff.gfm","contentName":"source.embedded.diff","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(diff|patch|rej))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.diff"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.julia.gfm","contentName":"source.embedded.julia","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(julia|jl))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.julia"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.r.gfm","contentName":"source.embedded.r","begin":"^\\s*(`{3,}|~{3,})\\s*([\\{]{0,1})(?i:(r))([^\\}]*)([\\}]{0,1})\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.r"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.haskell.gfm","contentName":"source.embedded.haskell","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(haskell))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.haskell"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}},{"name":"markup.code.elm.gfm","contentName":"source.embedded.elm","begin":"^\\s*(`{3,}|~{3,})\\s*(?i:(elm))\\s*$","end":"^\\s*\\1((?\u003c=`)`+|(?\u003c=~)~+)?\\s*$","patterns":[{"include":"source.elm"}],"beginCaptures":{"0":{"name":"support.gfm"}},"endCaptures":{"0":{"name":"support.gfm"}}}]},"flavors":{"patterns":[{"include":"#criticmark"},{"include":"#github-inlines"}]},"front-matter":{"patterns":[{"name":"front-matter.yaml.gfm","begin":"\\A---$","end":"^(---|\\.\\.\\.)$","patterns":[{"include":"source.yaml"}],"captures":{"0":{"name":"comment.hr.gfm"}}}]},"github-blocks":{"patterns":[{"name":"table.gfm","begin":"^\\|","end":"(\\|)?\\s*$","patterns":[{"match":"(:?)(-+)(:?)","captures":{"1":{"name":"border.alignment"},"2":{"name":"border.header"},"3":{"name":"border.alignment"}}},{"name":"border.pipe.inner","match":"\\|"}],"beginCaptures":{"0":{"name":"border.pipe.outer"}},"endCaptures":{"1":{"name":"border.pipe.outer"}}}]},"github-inlines":{"patterns":[{"name":"string.emoji.gfm","match":"(:)(\\+1|\\-1|100|1234|8ball|a|ab|abc|abcd|accept|aerial_tramway|airplane|alarm_clock|alien|ambulance|anchor|angel|anger|angry|anguished|ant|apple|aquarius|aries|arrow_backward|arrow_double_down|arrow_double_up|arrow_down|arrow_down_small|arrow_forward|arrow_heading_down|arrow_heading_up|arrow_left|arrow_lower_left|arrow_lower_right|arrow_right|arrow_right_hook|arrow_up|arrow_up_down|arrow_up_small|arrow_upper_left|arrow_upper_right|arrows_clockwise|arrows_counterclockwise|art|articulated_lorry|astonished|atm|b|baby|baby_bottle|baby_chick|baby_symbol|back|baggage_claim|balloon|ballot_box_with_check|bamboo|banana|bangbang|bank|bar_chart|barber|baseball|basketball|bath|bathtub|battery|bear|bee|beer|beers|beetle|beginner|bell|bento|bicyclist|bike|bikini|bird|birthday|black_circle|black_joker|black_medium_small_square|black_medium_square|black_nib|black_small_square|black_square|black_square_button|blossom|blowfish|blue_book|blue_car|blue_heart|blush|boar|boat|bomb|book|bookmark|bookmark_tabs|books|boom|boot|bouquet|bow|bowling|bowtie|boy|bread|bride_with_veil|bridge_at_night|briefcase|broken_heart|bug|bulb|bullettrain_front|bullettrain_side|bus|busstop|bust_in_silhouette|busts_in_silhouette|cactus|cake|calendar|calling|camel|camera|cancer|candy|capital_abcd|capricorn|car|card_index|carousel_horse|cat|cat2|cd|chart|chart_with_downwards_trend|chart_with_upwards_trend|checkered_flag|cherries|cherry_blossom|chestnut|chicken|children_crossing|chocolate_bar|christmas_tree|church|cinema|circus_tent|city_sunrise|city_sunset|cl|clap|clapper|clipboard|clock1|clock10|clock1030|clock11|clock1130|clock12|clock1230|clock130|clock2|clock230|clock3|clock330|clock4|clock430|clock5|clock530|clock6|clock630|clock7|clock730|clock8|clock830|clock9|clock930|closed_book|closed_lock_with_key|closed_umbrella|cloud|clubs|cn|cocktail|coffee|cold_sweat|collision|computer|confetti_ball|confounded|confused|congratulations|construction|construction_worker|convenience_store|cookie|cool|cop|copyright|corn|couple|couple_with_heart|couplekiss|cow|cow2|credit_card|crocodile|crossed_flags|crown|cry|crying_cat_face|crystal_ball|cupid|curly_loop|currency_exchange|curry|custard|customs|cyclone|dancer|dancers|dango|dart|dash|date|de|deciduous_tree|department_store|diamond_shape_with_a_dot_inside|diamonds|disappointed|disappointed_relieved|dizzy|dizzy_face|do_not_litter|dog|dog2|dollar|dolls|dolphin|donut|door|doughnut|dragon|dragon_face|dress|dromedary_camel|droplet|dvd|e\\-mail|ear|ear_of_rice|earth_africa|earth_americas|earth_asia|egg|eggplant|eight|eight_pointed_black_star|eight_spoked_asterisk|electric_plug|elephant|email|end|envelope|es|euro|european_castle|european_post_office|evergreen_tree|exclamation|expressionless|eyeglasses|eyes|facepunch|factory|fallen_leaf|family|fast_forward|fax|fearful|feelsgood|feet|ferris_wheel|file_folder|finnadie|fire|fire_engine|fireworks|first_quarter_moon|first_quarter_moon_with_face|fish|fish_cake|fishing_pole_and_fish|fist|five|flags|flashlight|floppy_disk|flower_playing_cards|flushed|foggy|football|fork_and_knife|fountain|four|four_leaf_clover|fr|free|fried_shrimp|fries|frog|frowning|fu|fuelpump|full_moon|full_moon_with_face|game_die|gb|gem|gemini|ghost|gift|gift_heart|girl|globe_with_meridians|goat|goberserk|godmode|golf|grapes|green_apple|green_book|green_heart|grey_exclamation|grey_question|grimacing|grin|grinning|guardsman|guitar|gun|haircut|hamburger|hammer|hamster|hand|handbag|hankey|hash|hatched_chick|hatching_chick|headphones|hear_no_evil|heart|heart_decoration|heart_eyes|heart_eyes_cat|heartbeat|heartpulse|hearts|heavy_check_mark|heavy_division_sign|heavy_dollar_sign|heavy_exclamation_mark|heavy_minus_sign|heavy_multiplication_x|heavy_plus_sign|helicopter|herb|hibiscus|high_brightness|high_heel|hocho|honey_pot|honeybee|horse|horse_racing|hospital|hotel|hotsprings|hourglass|hourglass_flowing_sand|house|house_with_garden|hurtrealbad|hushed|ice_cream|icecream|id|ideograph_advantage|imp|inbox_tray|incoming_envelope|information_desk_person|information_source|innocent|interrobang|iphone|it|izakaya_lantern|jack_o_lantern|japan|japanese_castle|japanese_goblin|japanese_ogre|jeans|joy|joy_cat|jp|key|keycap_ten|kimono|kiss|kissing|kissing_cat|kissing_closed_eyes|kissing_face|kissing_heart|kissing_smiling_eyes|koala|koko|kr|large_blue_circle|large_blue_diamond|large_orange_diamond|last_quarter_moon|last_quarter_moon_with_face|laughing|leaves|ledger|left_luggage|left_right_arrow|leftwards_arrow_with_hook|lemon|leo|leopard|libra|light_rail|link|lips|lipstick|lock|lock_with_ink_pen|lollipop|loop|loudspeaker|love_hotel|love_letter|low_brightness|m|mag|mag_right|mahjong|mailbox|mailbox_closed|mailbox_with_mail|mailbox_with_no_mail|man|man_with_gua_pi_mao|man_with_turban|mans_shoe|maple_leaf|mask|massage|meat_on_bone|mega|melon|memo|mens|metal|metro|microphone|microscope|milky_way|minibus|minidisc|mobile_phone_off|money_with_wings|moneybag|monkey|monkey_face|monorail|moon|mortar_board|mount_fuji|mountain_bicyclist|mountain_cableway|mountain_railway|mouse|mouse2|movie_camera|moyai|muscle|mushroom|musical_keyboard|musical_note|musical_score|mute|nail_care|name_badge|neckbeard|necktie|negative_squared_cross_mark|neutral_face|new|new_moon|new_moon_with_face|newspaper|ng|nine|no_bell|no_bicycles|no_entry|no_entry_sign|no_good|no_mobile_phones|no_mouth|no_pedestrians|no_smoking|non\\-potable_water|nose|notebook|notebook_with_decorative_cover|notes|nut_and_bolt|o|o2|ocean|octocat|octopus|oden|office|ok|ok_hand|ok_woman|older_man|older_woman|on|oncoming_automobile|oncoming_bus|oncoming_police_car|oncoming_taxi|one|open_file_folder|open_hands|open_mouth|ophiuchus|orange_book|outbox_tray|ox|package|page_facing_up|page_with_curl|pager|palm_tree|panda_face|paperclip|parking|part_alternation_mark|partly_sunny|passport_control|paw_prints|peach|pear|pencil|pencil2|penguin|pensive|performing_arts|persevere|person_frowning|person_with_blond_hair|person_with_pouting_face|phone|pig|pig2|pig_nose|pill|pineapple|pisces|pizza|plus1|point_down|point_left|point_right|point_up|point_up_2|police_car|poodle|poop|post_office|postal_horn|postbox|potable_water|pouch|poultry_leg|pound|pouting_cat|pray|princess|punch|purple_heart|purse|pushpin|put_litter_in_its_place|question|rabbit|rabbit2|racehorse|radio|radio_button|rage|rage1|rage2|rage3|rage4|railway_car|rainbow|raised_hand|raised_hands|raising_hand|ram|ramen|rat|recycle|red_car|red_circle|registered|relaxed|relieved|repeat|repeat_one|restroom|revolving_hearts|rewind|ribbon|rice|rice_ball|rice_cracker|rice_scene|ring|rocket|roller_coaster|rooster|rose|rotating_light|round_pushpin|rowboat|ru|rugby_football|runner|running|running_shirt_with_sash|sa|sagittarius|sailboat|sake|sandal|santa|satellite|satisfied|saxophone|school|school_satchel|scissors|scorpius|scream|scream_cat|scroll|seat|secret|see_no_evil|seedling|seven|shaved_ice|sheep|shell|ship|shipit|shirt|shit|shoe|shower|signal_strength|six|six_pointed_star|ski|skull|sleeping|sleepy|slot_machine|small_blue_diamond|small_orange_diamond|small_red_triangle|small_red_triangle_down|smile|smile_cat|smiley|smiley_cat|smiling_imp|smirk|smirk_cat|smoking|snail|snake|snowboarder|snowflake|snowman|sob|soccer|soon|sos|sound|space_invader|spades|spaghetti|sparkle|sparkler|sparkles|sparkling_heart|speak_no_evil|speaker|speech_balloon|speedboat|squirrel|star|star2|stars|station|statue_of_liberty|steam_locomotive|stew|straight_ruler|strawberry|stuck_out_tongue|stuck_out_tongue_closed_eyes|stuck_out_tongue_winking_eye|sun_with_face|sunflower|sunglasses|sunny|sunrise|sunrise_over_mountains|surfer|sushi|suspect|suspension_railway|sweat|sweat_drops|sweat_smile|sweet_potato|swimmer|symbols|syringe|tada|tanabata_tree|tangerine|taurus|taxi|tea|telephone|telephone_receiver|telescope|tennis|tent|thought_balloon|three|thumbsdown|thumbsup|ticket|tiger|tiger2|tired_face|tm|toilet|tokyo_tower|tomato|tongue|top|tophat|tractor|traffic_light|train|train2|tram|triangular_flag_on_post|triangular_ruler|trident|triumph|trolleybus|trollface|trophy|tropical_drink|tropical_fish|truck|trumpet|tshirt|tulip|turtle|tv|twisted_rightwards_arrows|two|two_hearts|two_men_holding_hands|two_women_holding_hands|u5272|u5408|u55b6|u6307|u6708|u6709|u6e80|u7121|u7533|u7981|u7a7a|uk|umbrella|unamused|underage|unlock|up|us|v|vertical_traffic_light|vhs|vibration_mode|video_camera|video_game|violin|virgo|volcano|vs|walking|waning_crescent_moon|waning_gibbous_moon|warning|watch|water_buffalo|watermelon|wave|wavy_dash|waxing_crescent_moon|waxing_gibbous_moon|wc|weary|wedding|whale|whale2|wheelchair|white_check_mark|white_circle|white_flower|white_large_square|white_medium_small_square|white_medium_square|white_small_square|white_square_button|wind_chime|wine_glass|wink|wolf|woman|womans_clothes|womans_hat|womens|worried|wrench|x|yellow_heart|yen|yum|zap|zero|zzz)(:)","captures":{"1":{"name":"string.emoji.start.gfm"},"2":{"name":"string.emoji.word.gfm"},"3":{"name":"string.emoji.end.gfm"}}},{"match":"(?\u003c=^|\\s|\"|'|\\(|\\[)(#)(\\d+)(?=[\\s\"'\\.,;\\)\\]])","captures":{"1":{"name":"variable.issue.tag.gfm"},"2":{"name":"string.issue.number.gfm"}}},{"match":"(?\u003c=^|\\s|\"|'|\\(|\\[)(@)(\\w[-\\w:]*)(?=[\\s\"'.,;\\)\\]])","captures":{"1":{"name":"variable.mention.gfm"},"2":{"name":"string.username.gfm"}}},{"name":"markup.strike.gfm","begin":"(?\u003c=^|[^\\w\\d~])~~(?!$|~|\\s)","end":"(?\u003c!^|\\s)~~*~(?=$|[^\\w|\\d])","patterns":[{"name":"constant.character.entity.gfm","match":"(\u0026)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)","captures":{"1":{"name":"punctuation.definition.entity.gfm"},"3":{"name":"punctuation.definition.entity.gfm"}}}]}]},"headings":{"patterns":[{"name":"markup.heading.heading-6.gfm","begin":"^(#{6})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}},{"name":"markup.heading.heading-5.gfm","begin":"^(#{5})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}},{"name":"markup.heading.heading-4.gfm","begin":"^(#{4})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}},{"name":"markup.heading.heading-3.gfm","begin":"^(#{3})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}},{"name":"markup.heading.heading-2.gfm","begin":"^(#{2})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}},{"name":"markup.heading.heading-1.gfm","begin":"^(#{1})(\\s*)","end":"$","patterns":[{"include":"$self"}],"captures":{"1":{"name":"markup.heading.marker.gfm"},"2":{"name":"markup.heading.space.gfm"}}}]},"hr":{"patterns":[{"name":"comment.hr.gfm","match":"^\\s*[*]{3,}\\s*$"},{"name":"comment.hr.gfm","match":"^\\s*[-]{3,}\\s*$"},{"name":"comment.hr.gfm","match":"^\\s*[_]{3,}\\s*$"}]},"inlines":{"patterns":[{"include":"#escapes"},{"include":"#code"},{"include":"#links"},{"include":"#emphasis"},{"include":"#line-breaks"},{"include":"#entities"},{"include":"#github-inlines"}]},"inlines-in-blocks":{"patterns":[{"include":"#escapes"},{"include":"#code"},{"include":"#entities"},{"include":"#links"},{"include":"#emphasis"},{"include":"#flavors"}]},"inlines-in-inlines":{"patterns":[{"include":"#escapes"},{"include":"#code"},{"include":"#entities"},{"include":"#links"},{"include":"#emphasis"},{"include":"#github-inlines"},{"include":"#criticmark"}]},"line-breaks":{"patterns":[{"match":"( )$","captures":{"1":{"name":"linebreak.gfm"}}}]},"links":{"patterns":[{"name":"link","match":"(\\[!)(\\[)([^\\]]*)(\\])(\\()([^\\)]+)(\\))(\\])((\\()([^\\)]+)(\\))|(\\[)([^\\]]+)(\\]))","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"10":{"name":"punctuation.definition.begin.gfm"},"11":{"name":"markup.underline.link.gfm"},"12":{"name":"punctuation.definition.end.gfm"},"13":{"name":"punctuation.definition.begin.gfm"},"14":{"name":"markup.underline.link.gfm"},"15":{"name":"punctuation.definition.end.gfm"},"2":{"name":"punctuation.definition.begin.gfm"},"3":{"name":"entity.gfm"},"4":{"name":"punctuation.definition.end.gfm"},"5":{"name":"punctuation.definition.begin.gfm"},"6":{"name":"markup.underline.link.gfm"},"7":{"name":"punctuation.definition.end.gfm"},"8":{"name":"punctuation.definition.end.gfm"}}},{"name":"link","match":"(\\[!)(\\[)([^\\]]*)(\\])(\\[)([^\\)]+)(\\])(\\])((\\()([^\\)]+)(\\))|(\\[)([^\\]]+)(\\]))","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"10":{"name":"punctuation.definition.begin.gfm"},"11":{"name":"markup.underline.link.gfm"},"12":{"name":"punctuation.definition.end.gfm"},"13":{"name":"punctuation.definition.begin.gfm"},"14":{"name":"markup.underline.link.gfm"},"15":{"name":"punctuation.definition.end.gfm"},"2":{"name":"punctuation.definition.begin.gfm"},"3":{"name":"entity.gfm"},"4":{"name":"punctuation.definition.end.gfm"},"5":{"name":"punctuation.definition.begin.gfm"},"6":{"name":"markup.underline.link.gfm"},"7":{"name":"punctuation.definition.end.gfm"},"8":{"name":"punctuation.definition.end.gfm"}}},{"name":"link","match":"!?(\\[)([^\\]]*)(\\])(\\()([^\\)]+)(\\))","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"2":{"name":"entity.gfm"},"3":{"name":"punctuation.definition.end.gfm"},"4":{"name":"punctuation.definition.begin.gfm"},"5":{"name":"markup.underline.link.gfm"},"6":{"name":"punctuation.definition.end.gfm"}}},{"name":"link","match":"!?(\\[)([^\\]]*)(\\])(\\[)([^\\]]*)(\\])","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"2":{"name":"entity.gfm"},"3":{"name":"punctuation.definition.end.gfm"},"4":{"name":"punctuation.definition.begin.gfm"},"5":{"name":"markup.underline.link.gfm"},"6":{"name":"punctuation.definition.end.gfm"}}},{"name":"link","match":"^\\s*(\\[)([^\\]]+)(\\])\\s*:\\s*\u003c([^\u003e]+)\u003e","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"2":{"name":"entity.gfm"},"3":{"name":"punctuation.definition.end.gfm"},"4":{"name":"markup.underline.link.gfm"}}},{"name":"link","match":"^\\s*(\\[)([^\\]]+)(\\])\\s*(:)\\s*(\\S+)","captures":{"1":{"name":"punctuation.definition.begin.gfm"},"2":{"name":"entity.gfm"},"3":{"name":"punctuation.definition.end.gfm"},"4":{"name":"punctuation.separator.key-value.gfm"},"5":{"name":"markup.underline.link.gfm"}}}]},"lists":{"patterns":[{"match":"^\\s*([*+-])[ \\t]+","captures":{"1":{"name":"variable.unordered.list.gfm"}}},{"match":"^\\s*(\\d+\\.)[ \\t]+","captures":{"1":{"name":"variable.ordered.list.gfm"}}}]},"quotes":{"patterns":[{"name":"comment.quote.gfm","begin":"^\\s*(\u003e)","end":"^\\s*?$","patterns":[{"include":"#blocks"}],"beginCaptures":{"1":{"name":"support.quote.gfm"}}}]}}}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"Nim Source Code Filter","scopeName":"source.nim_filter","patterns":[{"begin":"^ *#","end":"^(?! *#)","patterns":[{"match":"(end) (proc|func|method|template|macro|iterator|converter)\\b","captures":{"1":{"name":"keyword.control.nim_filter"},"2":{"name":"storage.type.function.nim_filter"}}},{"include":"#main"}]}],"repository":{"asm-stmt-1":{"patterns":[{"contentName":"string.quoted.triple.nim_filter","begin":"([Rr])?(\"\"\")","end":"^(?! *#)|\"\"\"(?!\")","patterns":[{"include":"#interpolation"}],"captures":{"1":{"name":"storage.type.string.nim_filter"},"2":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"0":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.end.nim_filter"}}},{"contentName":"string.quoted.double.nim_filter","begin":"([Rr])(\")","end":"^(?! *#)|(\")|(\\n)","patterns":[{"include":"#interpolation"}],"beginCaptures":{"1":{"name":"storage.type.string.nim_filter"},"2":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"},"2":{"name":"invalid.illegal.nim_filter"}}},{"name":"string.quoted.double.nim_filter","begin":"\"","end":"^(?! *#)|(\")|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"\\\\(?:[ABCEFLNPRTVabceflnprtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2}|[Uu](?:[[:xdigit:]]{4}|\\{[[:xdigit:]]+}))"},{"name":"invalid.illegal.lone-escape.nim_filter","match":"\\\\"},{"include":"#interpolation"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"},"2":{"name":"invalid.illegal.nim_filter"}}}]},"asm-stmts":{"patterns":[{"begin":"asm\\b","end":"^(?! *#)|(?=[^\"Rr{\\s])|(?\u003c=\")","patterns":[{"include":"#pragmas"},{"include":"#asm-stmt-1"}],"beginCaptures":{"0":{"name":"keyword.control.flow.nim_filter"}}}]},"block-comments":{"patterns":[{"match":"^ *#"},{"name":"comment.block.number-sign.nim_filter","begin":"#\\[","end":"^(?! *#)|]#","patterns":[{"include":"#block-comments"}],"beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.definition.comment.end.nim_filter"}}}]},"block-doc-comments":{"patterns":[{"match":"^ *#"},{"name":"comment.block.documentation.nim_filter","begin":"##\\[","end":"^(?! *#)|]##","patterns":[{"include":"#block-doc-comments"}],"beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.definition.comment.end.nim_filter"}}}]},"brackets":{"patterns":[{"include":"#square-brackets"},{"name":"meta.braces.nim_filter","begin":"\\{","end":"^(?! *#)|}","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.braces.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.braces.end.nim_filter"}}},{"name":"meta.parens.nim_filter","begin":"\\(","end":"^(?! *#)|\\)","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.parens.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.parens.end.nim_filter"}}}]},"builtins":{"patterns":[{"name":"variable.language.nim_filter","match":"\\bresult\\b"},{"name":"support.function.builtin.expl","match":"\\b(?x: abs|add(?:[Ee]scapedChar|Float|Int|QuitProc|Quoted)?|alignof|allocCStringArray|arrayWith |ashr|astToStr|assert |atomic(?:AddFetch|AlwaysLockFree|(?:And|Nand|Or|Sub|Xor)Fetch|Clear |(?:Compare)?ExchangeN?|Dec|Fetch(?:A[dn]d|Nand|Or|Sub|Xor)|Inc |IsLockFree|LoadN?|(?:Signal|Thread)Fence|StoreN?|TestAndSet) |card|cas|chr|clamp|close|cmp(?:Mem)?|compile(?:Option|s)|contains|copyMem |cpuRelax|create(?:(?:Shared)?U?|Thread)|cstringArrayToSeq |dealloc(?:CStringArray|Heap|(?:Shared)?(?:Impl)?)|debugEcho|dec |declared(?:InScope)?|deepCopy|default|defined|del(?:ete)?|dispose|doAssert(?:Raises)?|echo|endOfFile |equalMem|excl|failedAssertImpl|field(?:s|Pairs)|find|finished|flushFile|freeShared |GC_(?:collectZct|disable(?:MarkAndSweep)?|fullCollect|getStatistics|(?:un)?ref) |gcInvariant|getAllocStats |get(?:CurrentException(?:Msg)?|File(?:Pos|Size)|Frame(?:State)? |(?:(?:Free|Occupied|Total)(?:Shared)?|Max)Mem|GCFrame|OsFileHandle |StackTrace(?:Entries)?|TypeInfo|ThreadId) |gorge(?:Ex)?|handle|high|incl?|insert|instantiationInfo|internalNew |isNil|isNotForeign|iterToProc|joinThreads?|len|lines|locals|low|max|min |m?(?:items|pairs)|move(?:Mem)? |new(?:Seq(?:OfCap|Uninitialized)?|String(?:OfCap)?|Exception|WideCString)? |onFailedAssert|onThreadDestruction|open|ord|peek|pinToCpu|pop(?:GcFrame)?|pred |prepareMutation|procCall|protect|pushGcFrame|quit|raiseAssert|raw(?:Env|Proc) |ready|read(?:All|Buffer|Bytes|Chars?|File|Lines?) |(?:re)?alloc(?:Shared)?0?(?:Impl)?|recv|repr(?:Discriminant)?|reset |resize(?:Shared)?|runnableExamples |set(?:ControlCHook|CurrentException|FilePos|Frame(?:State)?|GcFrame|Inheritable|Len|StdIoUnbuffered|upForeignThreadGc) |shallow(?:Copy)?|sizeof|slurp|stackTraceAvailable|static(?:Exec|Read)|stdmsg |substr|succ|swap|tearDownForeignThreadGc |to(?:Biggest?(?:Float|Int)|OpenArray(?:Byte)?|U(?:8|16|32))|try(?:Recv|Send) |typeof|unsafe(?:Addr|New)|unsetControlCHook|wasMoved|writeStackTrace |ze(?:64)?|zero(?:Default|Mem)|count(?:down|up)|varargsLen|closureScope |currentSourcePath|disarm|dumpAllocStats|excl|fence|format(?:ErrorIndexBound|FieldDefect) |incl|offsetOf|once|rangeCheck|(?:un)?likely|unown|write(?:Buffer|Bytes|Chars|File|Line)? )\\b"},{"name":"support.function.builtin.expl","match":"`(?:addr|and|div|is(?:not)?|mod|not|of|sh[lr]|x?or|(?:not)?in|=(?:copy|destroy|sink|trace)|\\$|%%|[-*+/\u003c]%?=?|\u003c=%|[\u0026=]=?|\\.\\.|@|\\[]=?)`"},{"name":"storage.type.primitive.expl","match":"\\b(?x:any|array|auto|bool|byte |c(?:double|float|u?(?:long(?:long)?|char|int|short)|longdouble|schar |size(?:_t)?|string(?:[Aa]rray)?) |char|float(?:32|64)?|iterable|lent|open[Aa]rray|owned|pointer|ptr|range|ref|se[qt] |sink|static|string|typed?|type[Dd]esc|u?int(?:8|16|32|64)?|untyped|varargs|void)\\b"},{"name":"support.constant.builtin.expl","match":"\\b(?x:appType|Compile(?:Date|Time)|(?:big|cpu|little)Endian |fm(Append|Read(?:Write(?:Existing)?)?|Write)|fsp(?:Set|Cur|End) |gc(?:Throughput|Responsiveness|Optimize(?:Space|Time))|host(?:CPU|OS) |isMainModule|NaN|(?:Neg)?Inf|Nim(?:Major|Minor|Patch|Version)|nimvm|off|on |Quit(?:Failure|Success)|typeOf(?:Iter|Proc))\\b"},{"name":"support.variable.builtin.expl","match":"\\b(?x: ATOMIC_(?:ACQ_REL|ACQUIRE|CONSUME|RELAXED|RELEASE|SEQ_CST)|errorMessageWriter |(?:global|local)RaiseHook|nimThreadDestructionHandlers|onUnhandledException |outOfMemHook|programResult|std(?:err|out|in)|unhandledExceptionHook )\\b"}]},"calls":{"patterns":[{"begin":"(?x: (?= (?: (?!(?:out|ptr|ref|tuple)\\b) [A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+` ) (?:\\[.*])? (?: \\( |\" |[ ]+ (?: [_\\d\"'`\\[\\(] |(?!\\.|(?:\\*?[ ]*)[:=]|=[^=])[-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔]+[^\\-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔\\s] |(?!as|asm|and|bind|break|concept|const|continue|converter |defer|discard|distinct|div|elif|else|end|except|export|finally|from|import |include|interface|is(?:not)?|let|macro|method|mixin|mod|(?:not)?in|of |raise|sh[lr]|template|using|while|yield|x?or)[A-Za-z\\x80-\\xff] |\\{(?!\\.) ) ) ) )","end":"^(?! *#)|(?=[^\\[\\(`\\w\\x{80}-\\x{ff}])|(?\u003c=[\"\\)])","patterns":[{"name":"variable.function.nim_filter","begin":"(?=[`_A-Za-z\\x80-\\xff])","end":"^(?! *#)|(?=[^`_A-Za-z\\x80-\\xff])","patterns":[{"include":"#builtins"},{"match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"}]},{"name":"meta.function-call.nim_filter meta.generic.nim_filter","begin":"\\[:?","end":"^(?! *#)|]","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.generic.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.generic.end.nim_filter"}}},{"name":"meta.function-call.arguments.nim_filter","begin":"\\(","end":"^(?! *#)|(\\))","patterns":[{"match":"(?x: (?= (?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`) [ ]* [:=](?![-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔]) ) (?!(?x:addr|asm|bind|block|break|case|cast|concept|const|continue|converter |defer|discard|distinct|do|elif|else|end|enum|except|export|finally|for |from|func|if|import|include|interface|iterator|let|macro|method|mixin |object|of|out|proc|ptr|raise|ref|return|static|template|try|tuple|type |using|var|when|while|yield)\\b ) ([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?:[ ]*(:))? )","captures":{"1":{"name":"variable.parameter.nim_filter"},"2":{"name":"punctuation.separator.key-value.nim_filter"}}},{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.arguments.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.section.arguments.end.nim_filter"}}},{"include":"#triplestr_lit"},{"name":"string.quoted.double.nim_filter","begin":"\"","end":"^(?! *#)|(\"(?!\"))|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"\"\""}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.definition.string.end.nim_filter"},"2":{"name":"invalid.illegal.unclosed-string.nim_filter"}}}]}]},"characters":{"patterns":[{"match":"'(?:[^\\\\']|(\\\\(?:[ABCEFLNRTVabceflnrtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2})))'","captures":{"0":{"name":"constant.character.nim_filter"},"1":{"name":"constant.character.escape.nim_filter"}}},{"name":"invalid.illegal.nim_filter","match":"'[^']+'"}]},"comments":{"patterns":[{"include":"#block-comments"},{"include":"#line-comments"}]},"const-defs":{"patterns":[{"begin":"\\b(const) +(?=[A-Za-z\\x80-\\xff]|\\(|`|_\\b)","end":"^(?! *#)|([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?|(?=[^\\(])","patterns":[{"include":"#const-name"}],"beginCaptures":{"1":{"name":"storage.modifier.nim_filter"}},"endCaptures":{"1":{"name":"entity.name.constant.expl"},"2":{"name":"storage.modifier.expl"}}},{"begin":"^const\\b","end":"^(?! *#)|^(?! |$)","patterns":[{"begin":"^ (?=[A-Za-z\\x80-\\xff]|\\(|`|_\\b)","end":"^(?! *#)|([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?|(?=[^\\(])","patterns":[{"include":"#const-name"}],"endCaptures":{"1":{"name":"entity.name.constant.expl"},"2":{"name":"storage.modifier.expl"}}},{"include":"#main"}],"beginCaptures":{"0":{"name":"storage.modifier.nim_filter keyword.declaration.constant.nim_filter"}}}]},"const-name":{"patterns":[{"begin":"\\(","end":"^(?! *#)|(\\))|(?=[^{_`,#A-Za-z\\x80-\\xff\\s])","patterns":[{"match":"([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?","captures":{"1":{"name":"entity.name.constant.expl"},"2":{"name":"storage.modifier.expl"}}},{"name":"punctuation.separator.nim_filter","match":","},{"include":"#pragmas"},{"include":"#doc-comments"},{"include":"#comments"}],"beginCaptures":{"0":{"name":"punctuation.section.parens.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.section.parens.end.nim_filter"}}}]},"do-stmts":{"patterns":[{"begin":"\\bdo\\b","end":"^(?! *#)|(-\u003e)|(?=[^\\-\\( ])","patterns":[{"include":"#param-list"}],"beginCaptures":{"0":{"name":"storage.type.function.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.separator.annotation.return.nim_filter"}}}]},"doc-comments":{"patterns":[{"include":"#block-doc-comments"},{"include":"#line-doc-comments"}]},"fmt-strs":{"patterns":[{"contentName":"string.quoted.triple.nim_filter","begin":"(?:(fmt)|(\u0026))(\"\"\")","end":"^(?! *#)|\"\"\"(?!\")","patterns":[{"name":"constant.character.escape.nim_filter","match":"{{|}}"},{"name":"meta.embedded.nim_filter","begin":"{","end":"^(?! *#)|(=?(?: *:[^}]*)?) *(})|(?=\"\"\"[^\"])","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.nim_filter"}},"endCaptures":{"1":{"name":"constant.other.format-spec.nim_filter"},"2":{"name":"punctuation.section.embedded.end.nim_filter"}}}],"beginCaptures":{"1":{"name":"meta.function-call.nim_filter variable.function.nim_filter"},"2":{"name":"keyword.operator.nim_filter"},"3":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"0":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.end.nim_filter"}}},{"contentName":"string.quoted.triple.nim_filter","begin":"(fmt)(\")","end":"^(?! *#)|(\"(?!\"))|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"{{|}}|\"\""},{"name":"meta.embedded.nim_filter","begin":"{","end":"^(?! *#)|(=?(?: *:[^}]*)?) *(})|(\\n)|(?=\")","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.nim_filter"}},"endCaptures":{"1":{"name":"constant.other.format-spec.nim_filter"},"2":{"name":"punctuation.section.embedded.end.nim_filter"},"3":{"name":"invalid.illegal.nim_filter"}}}],"beginCaptures":{"1":{"name":"meta.function-call.nim_filter variable.function.nim_filter"},"2":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"string.quoted.double.nim_filter punctuation.definition.string.end.nim_filter"},"2":{"name":"invalid.illegal.nim_filter"}}},{"contentName":"string.quoted.double.nim_filter","begin":"(\u0026)(\")","end":"^(?! *#)|(\")|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"{{|}}"},{"name":"meta.embedded.nim_filter","begin":"{","end":"^(?! *#)|(=?(?: *:[^}]*)?) *(})|(\\n)|(?=\")","patterns":[{"name":"constant.character.escape.nim_filter","match":"\\\\(?:[ABCEFLNPRTVabceflnprtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2}|[Uu](?:[[:xdigit:]]{4}|\\{[[:xdigit:]]+}))"},{"name":"invalid.illegal.lone-escape.nim_filter","match":"\\\\"},{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.embedded.begin.nim_filter"}},"endCaptures":{"1":{"name":"constant.other.format-spec.nim_filter"},"2":{"name":"punctuation.section.embedded.end.nim_filter"},"3":{"name":"invalid.illegal.nim_filter"}}},{"name":"constant.character.escape.nim_filter","match":"\\\\(?:[ABCEFLNPRTVabceflnprtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2}|[Uu](?:[[:xdigit:]]{4}|\\{[[:xdigit:]]+}))"},{"name":"invalid.illegal.lone-escape.nim_filter","match":"\\\\"}],"beginCaptures":{"1":{"name":"keyword.operator.nim_filter"},"2":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"string.quoted.double.nim_filter punctuation.definition.string.end.nim_filter"},"2":{"name":"invalid.illegal.nim_filter"}}}]},"for-stmt-1":{"patterns":[{"name":"punctuation.separator.nim_filter","match":","},{"match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"},{"include":"#pragmas"},{"include":"#comments"}]},"for-stmts":{"patterns":[{"begin":"for\\b","end":"^(?! *#)|(in\\b)|(?=[^#,{_`A-Za-z\\x80-\\xff\\s])","patterns":[{"begin":"\\(","end":"^(?! *#)|(in\\b)|(\\))|(?=[^#,{_`A-Za-z\\x80-\\xff\\s])","patterns":[{"include":"#for-stmt-1"}],"beginCaptures":{"0":{"name":"punctuation.section.parens.begin.nim_filter"}},"endCaptures":{"1":{"name":"keyword.control.loop.for.in.nim_filter"},"2":{"name":"punctuation.section.parens.end.nim_filter"}}},{"include":"#for-stmt-1"}],"beginCaptures":{"0":{"name":"keyword.control.loop.for.nim_filter"}},"endCaptures":{"1":{"name":"keyword.control.loop.for.in.nim_filter"}}}]},"generic-param-list":{"patterns":[{"name":"meta.generic.nim_filter","begin":"(?\u003c=[`*\\w\\x{80}-\\x{ff}]) *(\\[)","end":"^(?! *#)|(])|(?=[^#_`:=,;A-Za-z\\x80-\\xff\\s])","patterns":[{"include":"#generic-param-list-0"}],"beginCaptures":{"1":{"name":"punctuation.section.generic.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.section.generic.end.nim_filter"}}}]},"generic-param-list-0":{"patterns":[{"name":"variable.parameter.nim_filter","match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"},{"name":"punctuation.separator.nim_filter","match":"[,;]"},{"begin":"(:)|(=)","end":"^(?! *#)|([,;])|(?=\\])","patterns":[{"include":"#main"}],"beginCaptures":{"1":{"name":"punctuation.separator.annotation.nim_filter"},"2":{"name":"keyword.operator.assignment.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.separator.nim_filter"}}},{"include":"#comments"}]},"generic-symbols":{"patterns":[{"name":"support.constant.expl","match":"[A-Z](_?[A-Z\\d_])+\\b"},{"name":"support.type.expl","match":"[A-Z][\\dA-Za-z]+\\b"},{"match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"}]},"interpolation":{"patterns":[{"match":"(`) *(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_) *(`)","captures":{"0":{"name":"source.nim_filter.embedded"},"1":{"name":"punctuation.section.embedded.begin.nim_filter"},"2":{"name":"punctuation.section.embedded.end.nim_filter"}}}]},"invalid-names":{"patterns":[{"name":"invalid.illegal.nim_filter","match":"(?x:addr|asm|bind|block|break|case|cast|concept|const|continue|converter |defer|discard|distinct|do|elif|else|end|enum|except|export|finally|for |from|func|if|import|include|interface|iterator|let|macro|method|mixin |object|of|out|proc|ptr|raise|ref|return|static|template|try|tuple|type |using|var|when|while|yield)\\b"}]},"keywords":{"patterns":[{"name":"keyword.operator.word.expl","match":"\\b(?:addr|cast)\\b"},{"name":"comment.block.expl","begin":"\\bdiscard +\"\"\"","end":"^(?! *#)|\"\"\"(?!\")","beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.expl"}},"endCaptures":{"0":{"name":"punctuation.definition.comment.end.expl"}}},{"name":"keyword.other.expl","match":"\\b(?:distinct|discard)\\b"},{"name":"keyword.control.flow.expl","match":"\\b(?:asm|end|break|continue|raise|return|yield)\\b"},{"name":"storage.type.expl","match":"\\b(?:concept|enum|interface)\\b"},{"match":"\\b(object)\\b(?: *(of)\\b)?","captures":{"1":{"name":"storage.type.expl"},"2":{"name":"keyword.other.expl"}}},{"name":"keyword.control.loop.while.expl","match":"\\bwhile\\b"},{"name":"keyword.control.conditional.switch.expl","match":"\\bcase\\b"},{"name":"keyword.control.conditional.case.expl","match":"^ *(of)\\b"},{"name":"keyword.control.conditional.if.expl","match":"\\bif\\b"},{"name":"keyword.control.conditional.when.expl","match":"\\bwhen\\b"},{"name":"keyword.control.conditional.elseif.expl","match":"\\belif\\b"},{"match":"\\b(else)\\b(?: *(:))?","captures":{"0":{"name":"meta.statement.conditional.else.expl"},"1":{"name":"keyword.control.conditional.else.expl"},"2":{"name":"punctuation.section.block.conditional.else.expl"}}},{"match":"\\b(try)\\b(?: *(:))?","captures":{"0":{"name":"meta.statement.exception.try.expl"},"1":{"name":"keyword.control.exception.try.expl"},"2":{"name":"punctuation.section.block.exception.expl"}}},{"match":"\\b(finally)\\b(?: *(:))?","captures":{"0":{"name":"meta.statement.exception.finally.expl"},"1":{"name":"keyword.control.exception.finally.expl"},"2":{"name":"punctuation.section.block.exception.finally.expl"}}},{"match":"\\b(defer)\\b(?: *(:))?","captures":{"1":{"name":"keyword.control.flow.defer.expl"},"2":{"name":"punctuation.section.block.begin.expl"}}},{"match":"\\b(block)\\b(?:(?: *(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`))? *(:))?","captures":{"1":{"name":"keyword.declaration.block.expl"},"2":{"name":"punctuation.section.block.begin.expl"}}},{"name":"keyword.control.expl","match":"\\b(?:as|(?:ex|im)port|include|bind|mixin|from|except)\\b"},{"name":"storage.modifier.expl keyword.declaration.expl","match":"\\b(?:const|let|using)\\b"},{"name":"storage.modifier.expl","match":"\\bvar\\b"}]},"language-constants":{"patterns":[{"name":"constant.language.nim_filter","match":"\\b(?:true|false|nil)\\b"}]},"line-comments":{"patterns":[{"match":"^ #"},{"name":"comment.line.number-sign.nim_filter","begin":"(#)(?: *(TODO|todo)\\b)?","end":"^(?! *#)|$\\n?","beginCaptures":{"1":{"name":"punctuation.definition.comment.nim_filter"},"2":{"name":"invalid.deprecated.nim_filter"}}}]},"line-doc-comments":{"patterns":[{"match":"^ *#"},{"name":"comment.line.documentation.nim_filter","begin":"##","end":"^(?! *#)|^(?! *#)|$\\n?","beginCaptures":{"0":{"name":"punctuation.definition.comment.nim_filter"}}}]},"literals":{"patterns":[{"include":"#str_lits"},{"include":"#numbers"},{"include":"#characters"},{"include":"#language-constants"}]},"main":{"patterns":[{"include":"#type-defs"},{"include":"#const-defs"},{"include":"#var-let-using-defs"},{"include":"#pragmas"},{"include":"#brackets"},{"include":"#punctuations"},{"include":"#block-doc-comments"},{"include":"#comments"},{"include":"#for-stmts"},{"include":"#asm-stmts"},{"include":"#routines"},{"include":"#fmt-strs"},{"include":"#operators"},{"include":"#literals"},{"include":"#keywords"},{"include":"#do-stmts"},{"include":"#calls"},{"include":"#types"},{"include":"#builtins"},{"include":"#generic-symbols"}]},"numbers":{"patterns":[{"match":"(?x: \\b(\\d(?:_?\\d)*) (?: (?: ((\\.)\\d(?:_?\\d)*) ([Ee][-+]?\\d(?:_?\\d)*)? |([Ee][-+]?\\d(?:_?\\d)*) ) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[Ff](?:32|64)|[Dd]))? |('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[Ff](?:32|64)|[Dd])) ) )","captures":{"0":{"name":"meta.number.float.decimal.nim_filter"},"1":{"name":"constant.numeric.value.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"punctuation.separator.decimal.nim_filter"},"4":{"name":"constant.numeric.value.exponent.nim_filter"},"5":{"name":"constant.numeric.value.exponent.nim_filter"},"6":{"name":"constant.numeric.suffix.nim_filter"},"7":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0[Xx]) ([[:xdigit:]](?:_?[[:xdigit:]])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|[Ff](?:32|64)) )","captures":{"0":{"name":"meta.number.float.hexadecimal.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0o) ([0-7](?:_?[0-7])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[Ff](?:32|64)|[Dd])) )","captures":{"0":{"name":"meta.number.float.octal.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0[Bb]) ([01](?:_?[01])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[Ff](?:32|64)|[Dd])) )","captures":{"0":{"name":"meta.number.float.binary.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0[Xx]) ([[:xdigit:]](?:_?[[:xdigit:]])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[IUiu](?:8|16|32|64)|[Uu]))? )","captures":{"0":{"name":"meta.number.integer.hexadecimal.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0o) ([0-7](?:_?[0-7])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[IUiu](?:8|16|32|64)|[Uu]))? )","captures":{"0":{"name":"meta.number.integer.octal.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(0[Bb]) ([01](?:_?[01])*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[IUiu](?:8|16|32|64)|[Uu]))? )","captures":{"0":{"name":"meta.number.integer.binary.nim_filter"},"1":{"name":"constant.numeric.base.nim_filter"},"2":{"name":"constant.numeric.value.nim_filter"},"3":{"name":"constant.numeric.suffix.nim_filter"}}},{"match":"(?x: \\b(\\d(?:_?\\d)*) ('(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_)|(?:[IUiu](?:8|16|32|64)|[Uu]))? )","captures":{"0":{"name":"meta.number.integer.decimal.nim_filter"},"1":{"name":"constant.numeric.value.nim_filter"},"2":{"name":"constant.numeric.suffix.nim_filter"}}}]},"operators":{"patterns":[{"name":"keyword.operator.logical.nim_filter","match":"\\b(?:and|not|x?or)\\b"},{"name":"keyword.operator.word.nim_filter","match":"\\b(?:of|(?:not)?in|is(?:not)?)\\b"},{"name":"keyword.operator.bitwise.nim_filter","match":"\\bsh[lr]\\b"},{"name":"keyword.operator.arithmetic.nim_filter","match":"\\b(?:div|mod)\\b"},{"name":"keyword.operator.comparison.nim_filter","match":"==|\u003c=?|\u003e=?|!="},{"name":"keyword.operator.assignment.nim_filter","match":"(?:[-+*/@$\u0026%|^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔][-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔]*)?=(?![-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔])"},{"name":"keyword.operator.nim_filter","match":"[-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔]+"}]},"param-list":{"patterns":[{"name":"meta.function.parameters","begin":"\\(","end":"^(?! *#)|\\)","patterns":[{"name":"variable.parameter.nim_filter","match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"},{"name":"punctuation.separator.nim_filter","match":"[,;]"},{"begin":"(:)|(=)","end":"^(?! *#)|(?=[,;\\)])","patterns":[{"include":"#main"}],"beginCaptures":{"1":{"name":"punctuation.separator.annotation.nim_filter"},"2":{"name":"keyword.operator.assignment.nim_filter"}}},{"include":"#comments"}],"beginCaptures":{"0":{"name":"punctuation.section.parameters.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.parameters.end.nim_filter"}}}]},"patterns":{"patterns":[{"name":"meta.pattern.nim_filter","begin":"\\{(?!\\.)","end":"^(?! *#)|}","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.pattern.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.pattern.end.nim_filter"}}}]},"pragmas":{"patterns":[{"name":"meta.annotation.nim_filter","begin":"\\{\\.(?!\\.})","end":"^(?! *#)|\\.?}","patterns":[{"name":"entity.other.attribute-name.pragma.nim_filter","match":"[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`"},{"include":"#square-brackets"},{"begin":"(?=\\S)","end":"^(?! *#)|(,)|(?=\\S)","patterns":[{"begin":":","end":"^(?! *#)|(,)|(?=\\.?})","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.separator.key-value.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.separator.sequence.nim_filter"}}}],"endCaptures":{"1":{"name":"punctuation.separator.sequence.nim_filter"}}}],"beginCaptures":{"0":{"name":"punctuation.section.annotation.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.annotation.end.nim_filter"}}}]},"punctuations":{"patterns":[{"name":"punctuation.terminator.statement.nim_filter","match":";"},{"name":"punctuation.separator.nim_filter","match":","},{"name":"punctuation.section.block.begin.nim_filter","match":":"},{"name":"punctuation.accessor.dot.nim_filter","match":"\\.(?![-=+*/\u003c\u003e@$~\u0026%|!?^.:\\\\∙∘×★⊗⊘⊙⊛⊠⊡∩∧⊓±⊕⊖⊞⊟∪∨⊔])"},{"match":"(\\*) *(:|(?=,|#|\\{\\.))","captures":{"1":{"name":"storage.modifier.nim_filter"},"2":{"name":"punctuation.separator.annotation.nim_filter"}}},{"name":"invalid.illegal.nim_filter","match":"\\)|]|}"}]},"routines":{"patterns":[{"name":"meta.function.nim_filter","begin":"(?x: (proc|template|iterator|func|method|macro|converter)\\b (?:[ ]*([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?:[ ]*(\\*))?)? )","end":"^(?! *#)|(:)|(?=[^#\\(\\[:\\s]|##)","patterns":[{"include":"#comments"},{"include":"#patterns"},{"include":"#generic-param-list"},{"include":"#param-list"}],"beginCaptures":{"1":{"name":"storage.type.function.nim_filter"},"2":{"name":"entity.name.function.nim_filter"},"3":{"name":"storage.modifier.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.separator.annotation.nim_filter"}}}]},"rstr_lit":{"patterns":[{"contentName":"string.quoted.double.nim_filter","begin":"([Rr])(\")","end":"^(?! *#)|(\"(?!\"))|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"\"\""}],"beginCaptures":{"1":{"name":"storage.type.nim_filter"},"2":{"name":"string.quoted.double.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"string.quoted.double.nim_filter punctuation.definition.string.end.nim_filter"},"2":{"name":"string.quoted.double.nim_filter invalid.illegal.unclosed-string.nim_filter"}}}]},"square-brackets":{"patterns":[{"name":"meta.brackets.nim_filter","begin":"\\[","end":"^(?! *#)|]","patterns":[{"include":"#main"}],"beginCaptures":{"0":{"name":"punctuation.section.brackets.begin.nim_filter"}},"endCaptures":{"0":{"name":"punctuation.section.brackets.end.nim_filter"}}}]},"str_lit":{"patterns":[{"name":"string.quoted.double.nim_filter","begin":"\"","end":"^(?! *#)|(\")|(\\n)","patterns":[{"name":"constant.character.escape.nim_filter","match":"\\\\(?:[ABCEFLNPRTVabceflnprtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2}|[Uu](?:[[:xdigit:]]{4}|\\{[[:xdigit:]]+}))"},{"name":"invalid.illegal.lone-escape.nim_filter","match":"\\\\"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.definition.string.end.nim_filter"},"2":{"name":"invalid.illegal.nim_filter"}}}]},"str_lits":{"patterns":[{"include":"#triplestr_lit"},{"include":"#rstr_lit"},{"include":"#str_lit"}]},"triplestr_lit":{"patterns":[{"contentName":"string.quoted.triple.nim_filter","begin":"([Rr])?(\"\"\")","end":"^(?! *#)|\"\"\"(?!\")","beginCaptures":{"1":{"name":"storage.type.nim_filter"},"2":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.begin.nim_filter"}},"endCaptures":{"0":{"name":"string.quoted.triple.nim_filter punctuation.definition.string.end.nim_filter"}}}]},"type-defs":{"patterns":[{"begin":"^ *(type) +(?:(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`) *(\\.))?([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?","end":"^(?! *#)|(?=[^\\[ ])","patterns":[{"include":"#generic-param-list"}],"beginCaptures":{"1":{"name":"storage.modifier.nim_filter"},"2":{"name":"punctuation.accessor.dot.nim_filter"},"3":{"name":"entity.name.type.nim_filter"},"4":{"name":"storage.modifier.nim_filter"}}},{"begin":"^type\\b","end":"^(?! *#)|^(?! |$)","patterns":[{"begin":"^ (?:(?:[A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`) *(\\.))?([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?","end":"^(?! *#)|(?![\\[\\s])","patterns":[{"include":"#generic-param-list"}],"beginCaptures":{"1":{"name":"punctuation.accessor.dot.nim_filter"},"2":{"name":"entity.name.type.nim_filter"},"3":{"name":"storage.modifier.nim_filter"}}},{"include":"#main"}],"beginCaptures":{"0":{"name":"keyword.declaration.type.nim_filter"}}}]},"types":{"patterns":[{"begin":"\\btuple(?=\\[)","end":"^(?! *#)|(?=[^\\[ ])","patterns":[{"include":"#generic-param-list"}],"beginCaptures":{"0":{"name":"storage.type.primitive.nim_filter"}}},{"contentName":"meta.generic.nim_filter","begin":"(?=(?:[A-Za-z](?:_?[\\dA-Za-z])*)\\[)(?x:(out|ptr|ref|array |cstring[Aa]rray|iterable|lent|open[Aa]rray|owned|ptr|range|ref|se[qt] |sink|static|type(?:[Dd]esc)?|varargs)|([A-Z][\\dA-Za-z]+))(\\[)","end":"^(?! *#)|]","patterns":[{"include":"#main"}],"beginCaptures":{"1":{"name":"storage.type.primitive.nim_filter"},"2":{"name":"support.type.nim_filter"},"3":{"name":"meta.generic.nim_filter punctuation.section.generic.begin.nim_filter"}},"endCaptures":{"0":{"name":"meta.generic.nim_filter punctuation.section.generic.nim_filter"}}},{"name":"storage.type.primitive.expl","match":"\\b(?:out|tuple|ref|ptr)\\b"}]},"var-let-using-defs":{"patterns":[{"begin":"(?:^|(;)) *(var|let|using) +(?=[\\(`A-Za-z\\x80-\\xff]|_\\b)","end":"^(?! *#)|(?=[^\\({_`,#A-Za-z\\x80-\\xff\\s])","patterns":[{"include":"#var-name"}],"beginCaptures":{"1":{"name":"punctuation.terminator.nim_filter"},"2":{"name":"storage.modifier.nim_filter keyword.declaration.variable.nim_filter"}}},{"begin":"^(?:var|let|using)\\b","end":"^(?! *#)|^(?! |$)","patterns":[{"begin":"^ (?=[\\(`A-Za-z\\x80-\\xff]|_\\b)","end":"^(?! *#)|(?=[^\\({_`,#A-Za-z\\x80-\\xff\\s])","patterns":[{"include":"#var-name"}]},{"include":"#main"}],"beginCaptures":{"0":{"name":"storage.type.nim_filter"}}}]},"var-name":{"patterns":[{"begin":"\\(","end":"^(?! *#)|(\\))|(?=[^{_`,#A-Za-z\\x80-\\xff\\s])","patterns":[{"include":"#var-name-0"}],"beginCaptures":{"0":{"name":"punctuation.section.parens.begin.nim_filter"}},"endCaptures":{"1":{"name":"punctuation.section.parens.end.nim_filter"}}},{"include":"#var-name-0"}]},"var-name-0":{"patterns":[{"match":"([A-Za-z\\x80-\\xff](?:_?[\\dA-Za-z\\x80-\\xff])*|_|`[^;,\\n`]+`)(?: *(\\*))?","captures":{"1":{"name":"variable.other.expl"},"2":{"name":"storage.modifier.expl"}}},{"name":"punctuation.separator.nim_filter","match":","},{"include":"#pragmas"},{"include":"#doc-comments"},{"include":"#comments"}]}}}
|
data/grammars/source.nimcfg.json
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"Nim Config","scopeName":"source.nimcfg","patterns":[{"include":"#comments"},{"include":"#directives"},{"include":"#assignements"}],"repository":{"assignements":{"patterns":[{"begin":"(--?)?[A-Za-z]\\w*","end":"(?:(\\[)([A-Za-z]\\w*)(]))? *(?=:|%?=)|$\\n?","patterns":[{"include":"#comments"},{"match":"(\\.)[A-Za-z]\\w*","captures":{"1":{"name":"punctuation.accessor.dot.nimcfg"}}}],"beginCaptures":{"1":{"name":"punctuation.definition.variable.nimcfg"}},"endCaptures":{"1":{"name":"punctuation.section.brackets.begin.nimcfg"},"2":{"name":"entity.other.attribute-name.nimcfg"},"3":{"name":"punctuation.section.brackets.end.nimcfg"}}},{"begin":":|%?=","end":"$\\n?","patterns":[{"include":"#comments"},{"include":"#exprs"},{"name":"keyword.operator.nimcfg","match":"\u0026"},{"name":"punctuation.separator.key-value.nimcfg","match":"[:=]"}],"beginCaptures":{"0":{"name":"punctuation.separator.key-value.nimcfg"}}}]},"block-comments":{"patterns":[{"name":"comment.block.nimcfg","begin":"#\\[","end":"]#","patterns":[{"include":"#block-comments"}],"beginCaptures":{"0":{"name":"punctuation.definition.comment.begin.nimcfg"}},"endCaptures":{"0":{"name":"punctuation.definition.comment.end.nimcfg"}}}]},"comments":{"patterns":[{"include":"#block-comments"},{"name":"comment.line.number-sign.nimcfg","begin":"(#)(?: *(TODO|todo)\\b)?","end":"$\\n?","beginCaptures":{"1":{"name":"punctuation.definition.comment.nimcfg"},"2":{"name":"invalid.deprecated.nimcfg"}}}]},"cond-expr":{"patterns":[{"include":"#groups"},{"include":"#language-constants"},{"name":"keyword.operator.logical.nimcfg","match":"(?:and|or|not)\\b"},{"match":"[A-Za-z]\\w*"}]},"directives":{"patterns":[{"include":"#if-stmt"},{"match":"(@) *(else)(?: *(:))?","captures":{"1":{"name":"punctuation.definition.keyword.nimcfg"},"2":{"name":"keyword.control.conditional.else.nimcfg"},"3":{"name":"punctuation.section.block.begin.nimcfg"}}},{"match":"(@) *(end)","captures":{"1":{"name":"punctuation.definition.keyword.nimcfg"},"2":{"name":"keyword.control.conditional.end.nimcfg"}}},{"include":"#env-stmt"}]},"env-stmt":{"patterns":[{"begin":"(@) *((?:put|append|prepend)[Ee]nv|write)\\b","end":"$\\n?","patterns":[{"include":"#exprs"}],"beginCaptures":{"1":{"name":"punctuation.definition.keyword.nimcfg"},"2":{"name":"keyword.other.nimcfg"}}}]},"exprs":{"patterns":[{"include":"#str-lits"},{"include":"#numbers"},{"include":"#language-constants"},{"name":"string.unquoted.nimcfg","match":"[A-Za-z]\\w*"}]},"groups":{"patterns":[{"name":"meta.group.nimcfg","begin":"\\(","end":"\\)","patterns":[{"include":"#cond-expr"}],"beginCaptures":{"0":{"name":"punctuation.section.group.begin.nimcfg"}},"endCaptures":{"0":{"name":"punctuation.section.group.end.nimcfg"}}}]},"if-stmt":{"patterns":[{"begin":"(@)(?:(elif)|(if))\\b","end":"(:)|$","patterns":[{"include":"#cond-expr"}],"beginCaptures":{"1":{"name":"punctuation.definition.keyword.nimcfg"},"2":{"name":"keyword.control.conditional.elseif.nimcfg"},"3":{"name":"keyword.control.conditional.if.nimcfg"}},"endCaptures":{"1":{"name":"punctuation.section.block.begin.nimcfg"}}}]},"language-constants":{"patterns":[{"name":"constant.language.boolean.nimcfg","match":"\\b(?:true|false|on|off)\\b"}]},"numbers":{"patterns":[{"match":"(?x: \\b(0[Xx]) ([[:xdigit:]](?:_?[[:xdigit:]])*) ('?[Ii](?:8|16|32|64))? )","captures":{"0":{"name":"meta.number.integer.hexadecimal.nimcfg"},"1":{"name":"constant.numeric.base.nimcfg"},"2":{"name":"constant.numeric.value.nimcfg"},"3":{"name":"constant.numeric.suffix.nimcfg"}}},{"match":"(?x: \\b(0o) ([0-7](?:_?[0-7])*) ('?[Ii](?:8|16|32|64))? )","captures":{"0":{"name":"meta.number.integer.octal.nimcfg"},"1":{"name":"constant.numeric.base.nimcfg"},"2":{"name":"constant.numeric.value.nimcfg"},"3":{"name":"constant.numeric.suffix.nimcfg"}}},{"match":"(?x: \\b(0[Bb]) ([01](?:_?[01])*) ('?[Ii](?:8|16|32|64))? )","captures":{"0":{"name":"meta.number.integer.binary.nimcfg"},"1":{"name":"constant.numeric.base.nimcfg"},"2":{"name":"constant.numeric.value.nimcfg"},"3":{"name":"constant.numeric.suffix.nimcfg"}}},{"match":"(?x: \\b(\\d(?:_?\\d)*) ('?[Ii](?:8|16|32|64))? )","captures":{"0":{"name":"meta.number.integer.decimal.nimcfg"},"1":{"name":"constant.numeric.value.nimcfg"},"2":{"name":"constant.numeric.suffix.nimcfg"}}}]},"rstr-lit":{"patterns":[{"contentName":"string.quoted.double.nimcfg","begin":"([Rr])(\")","end":"(\"(?!\"))|(\\n)","patterns":[{"name":"constant.character.escape.nimcfg","match":"\"\""}],"beginCaptures":{"1":{"name":"storage.type.nimcfg"},"2":{"name":"string.quoted.double.nimcfg punctuation.definition.string.begin.nimcfg"}},"endCaptures":{"1":{"name":"string.quoted.double.nimcfg punctuation.definition.string.end.nimcfg"},"2":{"name":"string.quoted.double.nimcfg invalid.illegal.unclosed-string.nimcfg"}}}]},"str-lit":{"patterns":[{"name":"string.quoted.double.nimcfg","begin":"\"","end":"(\")|(\\n)","patterns":[{"name":"constant.character.escape.nimcfg","match":"\\\\(?:[ABCEFLNPRTVabceflnprtv\"'\\\\]|\\d+|[Xx][[:xdigit:]]{2}|[Uu](?:[[:xdigit:]]{4}|\\{[[:xdigit:]]+}))"},{"name":"invalid.illegal.lone-escape.nimcfg","match":"\\\\"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.nimcfg"}},"endCaptures":{"1":{"name":"punctuation.definition.string.end.nimcfg"},"2":{"name":"invalid.illegal.nimcfg"}}}]},"str-lits":{"patterns":[{"include":"#triplestr-lit"},{"include":"#rstr-lit"},{"include":"#str-lit"}]},"triplestr-lit":{"patterns":[{"contentName":"string.quoted.triple.nimcfg","begin":"([Rr])?(\"\"\")","end":"\"\"\"(?!\")","beginCaptures":{"1":{"name":"storage.type.nimcfg"},"2":{"name":"string.quoted.triple.nimcfg punctuation.definition.string.begin.nimcfg"}},"endCaptures":{"0":{"name":"string.quoted.triple.nimcfg punctuation.definition.string.end.nimcfg"}}}]}}}
|