github-linguist 7.25.0 → 7.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (73) hide show
  1. checksums.yaml +4 -4
  2. data/ext/linguist/lex.linguist_yy.c +14 -17
  3. data/ext/linguist/lex.linguist_yy.h +2 -2
  4. data/ext/linguist/tokenizer.l +0 -1
  5. data/grammars/inline.graphql.scala.json +1 -0
  6. data/grammars/markdown.curry.codeblock.json +1 -1
  7. data/grammars/markdown.talon.codeblock.json +1 -0
  8. data/grammars/source.abap.json +1 -1
  9. data/grammars/source.abl.json +1 -1
  10. data/grammars/source.acucobol.json +1 -1
  11. data/grammars/source.apex.json +1 -0
  12. data/grammars/source.astro.json +1 -1
  13. data/grammars/source.bicep.json +1 -1
  14. data/grammars/source.brs.json +1 -1
  15. data/grammars/source.bsl.json +1 -1
  16. data/grammars/source.cds.json +1 -1
  17. data/grammars/source.clar.json +1 -1
  18. data/grammars/source.cobol.json +1 -1
  19. data/grammars/source.cs.json +1 -1
  20. data/grammars/source.d2.json +1 -0
  21. data/grammars/source.dart.json +1 -1
  22. data/grammars/source.denizenscript.json +1 -1
  23. data/grammars/source.did.json +1 -0
  24. data/grammars/source.dm.json +1 -1
  25. data/grammars/source.fsharp.json +1 -1
  26. data/grammars/source.gfm.blade.json +1 -1
  27. data/grammars/source.gleam.json +1 -1
  28. data/grammars/source.kotlin.json +1 -1
  29. data/grammars/source.lolcode.json +1 -0
  30. data/grammars/source.matlab.json +1 -1
  31. data/grammars/source.mdx.json +1 -0
  32. data/grammars/source.mo.json +1 -1
  33. data/grammars/source.move.json +1 -1
  34. data/grammars/source.nasal.json +1 -0
  35. data/grammars/source.nim.json +1 -1
  36. data/grammars/source.nushell.json +1 -0
  37. data/grammars/source.pact.json +1 -0
  38. data/grammars/source.pddl.json +1 -1
  39. data/grammars/source.pnlgrp.json +1 -1
  40. data/grammars/source.rascal.json +1 -1
  41. data/grammars/source.rbs.json +1 -0
  42. data/grammars/source.rescript.json +1 -1
  43. data/grammars/source.rmcobol.json +1 -0
  44. data/grammars/source.rpgle.json +1 -1
  45. data/grammars/source.scenic.json +1 -1
  46. data/grammars/source.smithy.json +1 -1
  47. data/grammars/source.soql.json +1 -0
  48. data/grammars/source.talon.json +1 -1
  49. data/grammars/source.tlverilog.json +1 -0
  50. data/grammars/source.toc.json +1 -1
  51. data/grammars/source.ts.json +1 -1
  52. data/grammars/source.tsx.json +1 -1
  53. data/grammars/source.turtle.json +1 -1
  54. data/grammars/source.vba.json +1 -0
  55. data/grammars/source.wgsl.json +1 -0
  56. data/grammars/source.wit.json +1 -0
  57. data/grammars/source.wwb.json +1 -0
  58. data/grammars/text.adblock.json +1 -1
  59. data/grammars/text.haml.json +1 -1
  60. data/grammars/text.html.markdown.d2.json +1 -0
  61. data/grammars/text.marko.json +1 -1
  62. data/grammars/text.md.json +1 -0
  63. data/grammars/text.pseudoxml.json +1 -0
  64. data/grammars/version +1 -1
  65. data/lib/linguist/VERSION +1 -1
  66. data/lib/linguist/heuristics.yml +68 -36
  67. data/lib/linguist/languages.json +1 -1
  68. data/lib/linguist/languages.yml +140 -19
  69. data/lib/linguist/samples.json +1 -1
  70. data/lib/linguist/vendor.yml +4 -1
  71. metadata +27 -8
  72. data/grammars/source.gfm.json +0 -1
  73. data/grammars/source.nim_filter.json +0 -1
@@ -74,7 +74,7 @@
74
74
  - ([^\s]*)import\.(css|less|scss|styl)$
75
75
 
76
76
  # Bootstrap css and js
77
- - (^|/)bootstrap([^/.]*)(?=\.).*\.(js|css|less|scss|styl)$
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.25.0
4
+ version: 7.26.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-16 00:00:00.000000000 Z
11
+ date: 2023-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -170,14 +170,14 @@ dependencies:
170
170
  requirements:
171
171
  - - "~>"
172
172
  - !ruby/object:Gem::Version
173
- version: '2.0'
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: '2.0'
180
+ version: '4.0'
181
181
  - !ruby/object:Gem::Dependency
182
182
  name: licensee
183
183
  requirement: !ruby/object:Gem::Requirement
@@ -245,6 +245,7 @@ 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
@@ -260,6 +261,7 @@ files:
260
261
  - grammars/markdown.plantuml.codeblock.json
261
262
  - grammars/markdown.prisma.codeblock.json
262
263
  - grammars/markdown.rescript.codeblock.json
264
+ - grammars/markdown.talon.codeblock.json
263
265
  - grammars/markdown.textproto.codeblock.json
264
266
  - grammars/objdump.x86asm.json
265
267
  - grammars/source.2da.json
@@ -283,6 +285,7 @@ files:
283
285
  - grammars/source.antlr.json
284
286
  - grammars/source.apache-config.json
285
287
  - grammars/source.apache-config.mod_perl.json
288
+ - grammars/source.apex.json
286
289
  - grammars/source.apl.json
287
290
  - grammars/source.applescript.json
288
291
  - grammars/source.arr.json
@@ -380,6 +383,7 @@ files:
380
383
  - grammars/source.cypher.json
381
384
  - grammars/source.cython.json
382
385
  - grammars/source.d.json
386
+ - grammars/source.d2.json
383
387
  - grammars/source.dart.json
384
388
  - grammars/source.data-weave.json
385
389
  - grammars/source.dc.json
@@ -392,6 +396,7 @@ files:
392
396
  - grammars/source.debian.makefile.json
393
397
  - grammars/source.denizenscript.json
394
398
  - grammars/source.desktop.json
399
+ - grammars/source.did.json
395
400
  - grammars/source.diff.json
396
401
  - grammars/source.dir.json
397
402
  - grammars/source.dircolors.json
@@ -461,7 +466,6 @@ files:
461
466
  - grammars/source.gerber.json
462
467
  - grammars/source.gf.json
463
468
  - grammars/source.gfm.blade.json
464
- - grammars/source.gfm.json
465
469
  - grammars/source.git-revlist.json
466
470
  - grammars/source.gitattributes.json
467
471
  - grammars/source.gitconfig.json
@@ -565,6 +569,7 @@ files:
565
569
  - grammars/source.llvm.json
566
570
  - grammars/source.logos.json
567
571
  - grammars/source.logtalk.json
572
+ - grammars/source.lolcode.json
568
573
  - grammars/source.loomscript.json
569
574
  - grammars/source.lsl.json
570
575
  - grammars/source.ltspice.symbol.json
@@ -583,6 +588,7 @@ files:
583
588
  - grammars/source.maxscript.json
584
589
  - grammars/source.mc.json
585
590
  - grammars/source.mcfunction.json
591
+ - grammars/source.mdx.json
586
592
  - grammars/source.mercury.json
587
593
  - grammars/source.mermaid.c4c-diagram.json
588
594
  - grammars/source.mermaid.class-diagram.json
@@ -618,6 +624,7 @@ files:
618
624
  - grammars/source.msl.json
619
625
  - grammars/source.mupad.json
620
626
  - grammars/source.nanorc.json
627
+ - grammars/source.nasal.json
621
628
  - grammars/source.nasl.json
622
629
  - grammars/source.ncl.json
623
630
  - grammars/source.ne.json
@@ -630,7 +637,6 @@ files:
630
637
  - grammars/source.nextflow.json
631
638
  - grammars/source.nginx.json
632
639
  - grammars/source.nim.json
633
- - grammars/source.nim_filter.json
634
640
  - grammars/source.nimcfg.json
635
641
  - grammars/source.ninja.json
636
642
  - grammars/source.nit.json
@@ -638,6 +644,7 @@ files:
638
644
  - grammars/source.nsis.json
639
645
  - grammars/source.nu.json
640
646
  - grammars/source.nunjucks.json
647
+ - grammars/source.nushell.json
641
648
  - grammars/source.nut.json
642
649
  - grammars/source.objc++.json
643
650
  - grammars/source.objc.json
@@ -661,6 +668,7 @@ files:
661
668
  - grammars/source.ox.json
662
669
  - grammars/source.oz.json
663
670
  - grammars/source.p4.json
671
+ - grammars/source.pact.json
664
672
  - grammars/source.paket.dependencies.json
665
673
  - grammars/source.paket.lock.json
666
674
  - grammars/source.pan.json
@@ -721,6 +729,7 @@ files:
721
729
  - grammars/source.racket.json
722
730
  - grammars/source.raku.json
723
731
  - grammars/source.rascal.json
732
+ - grammars/source.rbs.json
724
733
  - grammars/source.reason.hover.type.json
725
734
  - grammars/source.reason.json
726
735
  - grammars/source.rebol.json
@@ -741,6 +750,7 @@ files:
741
750
  - grammars/source.rescript.json
742
751
  - grammars/source.rexx.json
743
752
  - grammars/source.ring.json
753
+ - grammars/source.rmcobol.json
744
754
  - grammars/source.rpg.json
745
755
  - grammars/source.rpgle.json
746
756
  - grammars/source.rpm-spec.json
@@ -777,6 +787,7 @@ files:
777
787
  - grammars/source.smt.json
778
788
  - grammars/source.solidity.json
779
789
  - grammars/source.solution.json
790
+ - grammars/source.soql.json
780
791
  - grammars/source.sourcepawn.json
781
792
  - grammars/source.sparql.json
782
793
  - grammars/source.spin.json
@@ -807,6 +818,7 @@ files:
807
818
  - grammars/source.thrift.json
808
819
  - grammars/source.tl.json
809
820
  - grammars/source.tla.json
821
+ - grammars/source.tlverilog.json
810
822
  - grammars/source.tm-properties.json
811
823
  - grammars/source.tnsaudit.json
812
824
  - grammars/source.toc.json
@@ -826,6 +838,7 @@ files:
826
838
  - grammars/source.v.json
827
839
  - grammars/source.vala.json
828
840
  - grammars/source.varnish.vcl.json
841
+ - grammars/source.vba.json
829
842
  - grammars/source.vbnet.json
830
843
  - grammars/source.velocity.html.json
831
844
  - grammars/source.velocity.json
@@ -840,13 +853,16 @@ files:
840
853
  - grammars/source.webassembly.json
841
854
  - grammars/source.webidl.json
842
855
  - grammars/source.wgetrc.json
856
+ - grammars/source.wgsl.json
843
857
  - grammars/source.whiley.json
844
858
  - grammars/source.win32-messages.json
859
+ - grammars/source.wit.json
845
860
  - grammars/source.witcherscript.json
846
861
  - grammars/source.wollok.json
847
862
  - grammars/source.wren.json
848
863
  - grammars/source.ws.json
849
864
  - grammars/source.wsd.json
865
+ - grammars/source.wwb.json
850
866
  - grammars/source.x10.json
851
867
  - grammars/source.x86.json
852
868
  - grammars/source.x86asm.json
@@ -906,6 +922,7 @@ files:
906
922
  - grammars/text.html.liquid.json
907
923
  - grammars/text.html.mako.json
908
924
  - grammars/text.html.markdown.astro.json
925
+ - grammars/text.html.markdown.d2.json
909
926
  - grammars/text.html.markdown.source.gfm.apib.json
910
927
  - grammars/text.html.markdown.source.gfm.mson.json
911
928
  - grammars/text.html.mediawiki.elm-build-output.json
@@ -930,9 +947,11 @@ files:
930
947
  - grammars/text.lesshst.json
931
948
  - grammars/text.log.latex.json
932
949
  - grammars/text.marko.json
950
+ - grammars/text.md.json
933
951
  - grammars/text.muse.json
934
952
  - grammars/text.openbsd-pkg.desc.json
935
953
  - grammars/text.plain.json
954
+ - grammars/text.pseudoxml.json
936
955
  - grammars/text.python.console.json
937
956
  - grammars/text.python.traceback.json
938
957
  - grammars/text.rdoc.json
@@ -999,11 +1018,11 @@ files:
999
1018
  - lib/linguist/tokenizer.rb
1000
1019
  - lib/linguist/vendor.yml
1001
1020
  - lib/linguist/version.rb
1002
- homepage: https://github.com/github/linguist
1021
+ homepage: https://github.com/github-linguist/linguist
1003
1022
  licenses:
1004
1023
  - MIT
1005
1024
  metadata:
1006
- github_repo: ssh://github.com/github/linguist
1025
+ github_repo: ssh://github.com/github-linguist/linguist
1007
1026
  post_install_message:
1008
1027
  rdoc_options: []
1009
1028
  require_paths:
@@ -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"}]}}}