github-linguist 7.19.0 → 7.20.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/grammars/liquid.injection.json +1 -1
- data/grammars/markdown.cadence.codeblock.json +1 -0
- data/grammars/markdown.prisma.codeblock.json +1 -0
- data/grammars/source.abap.json +1 -1
- data/grammars/source.acucobol.json +1 -1
- data/grammars/source.alloy.json +1 -1
- data/grammars/source.astro.json +1 -0
- data/grammars/source.ats.json +1 -1
- data/grammars/source.berry.bytecode.json +1 -0
- data/grammars/source.berry.json +1 -0
- data/grammars/source.bms.json +1 -0
- data/grammars/source.bmsmap.json +1 -0
- data/grammars/source.cadence.json +1 -0
- data/grammars/source.cairo.json +1 -0
- data/grammars/source.cl.json +1 -1
- data/grammars/source.cobol.json +1 -1
- data/grammars/source.cobol_acu_listfile.json +1 -0
- data/grammars/source.cobol_mf_listfile.json +1 -0
- data/grammars/source.cobol_mfprep.json +1 -0
- data/grammars/source.cobol_pcob_listfile.json +1 -0
- data/grammars/source.cobolit.json +1 -0
- data/grammars/source.cobsql_dir.json +1 -0
- data/grammars/source.dart.json +1 -1
- data/grammars/source.denizenscript.json +1 -1
- data/grammars/source.dir.json +1 -0
- data/grammars/source.fsharp.json +1 -1
- data/grammars/source.gdscript.json +1 -1
- data/grammars/source.genero-forms.json +1 -0
- data/grammars/source.genero.json +1 -0
- data/grammars/source.hlasm.json +1 -0
- data/grammars/source.jcl.json +1 -1
- data/grammars/source.kotlin.json +1 -1
- data/grammars/source.ligo.json +1 -0
- data/grammars/source.mc.json +1 -0
- data/grammars/source.mfu.json +1 -0
- data/grammars/source.mfupp_dir.json +1 -0
- data/grammars/source.mligo.json +1 -0
- data/grammars/source.p4.json +1 -1
- data/grammars/source.pli.json +1 -0
- data/grammars/source.pony.json +1 -1
- data/grammars/source.q.json +1 -1
- data/grammars/source.rascal.json +1 -1
- data/grammars/source.rego.json +1 -1
- data/grammars/source.religo.json +1 -0
- data/grammars/source.rescript.json +1 -1
- data/grammars/source.rpgle.json +1 -1
- data/grammars/source.shell.json +1 -1
- data/grammars/source.solidity.json +1 -1
- data/grammars/source.stan.json +1 -1
- data/grammars/source.swift.json +1 -1
- data/grammars/source.talon.json +1 -0
- data/grammars/source.utreport.json +1 -0
- data/grammars/source.vyper.json +1 -1
- data/grammars/source.win32-messages.json +1 -0
- data/grammars/source.yara.json +1 -1
- data/grammars/text.html.liquid.json +1 -1
- data/grammars/text.html.markdown.astro.json +1 -1
- data/grammars/text.savane.json +1 -0
- data/grammars/version +1 -1
- data/lib/linguist/VERSION +1 -1
- data/lib/linguist/generic.yml +1 -0
- data/lib/linguist/heuristics.yml +12 -0
- data/lib/linguist/languages.json +1 -1
- data/lib/linguist/languages.yml +109 -2
- data/lib/linguist/samples.json +1 -1
- metadata +32 -5
- data/grammars/source.opencobol.json +0 -1
- data/grammars/text.html.astro.json +0 -1
- data/lib/linguist/linguist.so +0 -0
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.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GitHub
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: charlock_holmes
|
@@ -242,6 +242,7 @@ files:
|
|
242
242
|
- grammars/inline.prisma.json
|
243
243
|
- grammars/liquid.injection.json
|
244
244
|
- grammars/markdown.bicep.codeblock.json
|
245
|
+
- grammars/markdown.cadence.codeblock.json
|
245
246
|
- grammars/markdown.codeblock.proto.json
|
246
247
|
- grammars/markdown.curry.codeblock.json
|
247
248
|
- grammars/markdown.hack.codeblock.json
|
@@ -250,6 +251,7 @@ files:
|
|
250
251
|
- grammars/markdown.lean.codeblock.json
|
251
252
|
- grammars/markdown.mcfunction.codeblock.json
|
252
253
|
- grammars/markdown.plantuml.codeblock.json
|
254
|
+
- grammars/markdown.prisma.codeblock.json
|
253
255
|
- grammars/markdown.textproto.codeblock.json
|
254
256
|
- grammars/objdump.x86asm.json
|
255
257
|
- grammars/source.2da.json
|
@@ -280,6 +282,7 @@ files:
|
|
280
282
|
- grammars/source.asp.json
|
281
283
|
- grammars/source.aspectj.json
|
282
284
|
- grammars/source.assembly.json
|
285
|
+
- grammars/source.astro.json
|
283
286
|
- grammars/source.ats.json
|
284
287
|
- grammars/source.autoit.json
|
285
288
|
- grammars/source.avro.json
|
@@ -290,9 +293,13 @@ files:
|
|
290
293
|
- grammars/source.bc.json
|
291
294
|
- grammars/source.bdf.json
|
292
295
|
- grammars/source.befunge.json
|
296
|
+
- grammars/source.berry.bytecode.json
|
297
|
+
- grammars/source.berry.json
|
293
298
|
- grammars/source.bf.json
|
294
299
|
- grammars/source.bicep.json
|
295
300
|
- grammars/source.blitzmax.json
|
301
|
+
- grammars/source.bms.json
|
302
|
+
- grammars/source.bmsmap.json
|
296
303
|
- grammars/source.bnd.json
|
297
304
|
- grammars/source.bnf.json
|
298
305
|
- grammars/source.boo.json
|
@@ -311,6 +318,8 @@ files:
|
|
311
318
|
- grammars/source.c2hs.json
|
312
319
|
- grammars/source.cabal.json
|
313
320
|
- grammars/source.cache.cmake.json
|
321
|
+
- grammars/source.cadence.json
|
322
|
+
- grammars/source.cairo.json
|
314
323
|
- grammars/source.camlp4.ocaml.json
|
315
324
|
- grammars/source.capnp.json
|
316
325
|
- grammars/source.ceylon.json
|
@@ -331,6 +340,12 @@ files:
|
|
331
340
|
- grammars/source.cmake.json
|
332
341
|
- grammars/source.cmd.json
|
333
342
|
- grammars/source.cobol.json
|
343
|
+
- grammars/source.cobol_acu_listfile.json
|
344
|
+
- grammars/source.cobol_mf_listfile.json
|
345
|
+
- grammars/source.cobol_mfprep.json
|
346
|
+
- grammars/source.cobol_pcob_listfile.json
|
347
|
+
- grammars/source.cobolit.json
|
348
|
+
- grammars/source.cobsql_dir.json
|
334
349
|
- grammars/source.coffee.json
|
335
350
|
- grammars/source.cool.json
|
336
351
|
- grammars/source.coq.json
|
@@ -365,6 +380,7 @@ files:
|
|
365
380
|
- grammars/source.denizenscript.json
|
366
381
|
- grammars/source.desktop.json
|
367
382
|
- grammars/source.diff.json
|
383
|
+
- grammars/source.dir.json
|
368
384
|
- grammars/source.dircolors.json
|
369
385
|
- grammars/source.direct-x.json
|
370
386
|
- grammars/source.disasm.json
|
@@ -420,6 +436,8 @@ files:
|
|
420
436
|
- grammars/source.gedcom.json
|
421
437
|
- grammars/source.gemfile-lock.json
|
422
438
|
- grammars/source.generic-db.json
|
439
|
+
- grammars/source.genero-forms.json
|
440
|
+
- grammars/source.genero.json
|
423
441
|
- grammars/source.gerber.json
|
424
442
|
- grammars/source.gf.json
|
425
443
|
- grammars/source.gfm.blade.json
|
@@ -447,6 +465,7 @@ files:
|
|
447
465
|
- grammars/source.haskell.json
|
448
466
|
- grammars/source.hc.json
|
449
467
|
- grammars/source.hgignore.json
|
468
|
+
- grammars/source.hlasm.json
|
450
469
|
- grammars/source.hlcode.json
|
451
470
|
- grammars/source.hlsl.json
|
452
471
|
- grammars/source.hoon.json
|
@@ -510,6 +529,7 @@ files:
|
|
510
529
|
- grammars/source.lex.json
|
511
530
|
- grammars/source.lex.regexp.json
|
512
531
|
- grammars/source.lid.json
|
532
|
+
- grammars/source.ligo.json
|
513
533
|
- grammars/source.lilypond.json
|
514
534
|
- grammars/source.lisp.json
|
515
535
|
- grammars/source.litcoffee.json
|
@@ -533,14 +553,18 @@ files:
|
|
533
553
|
- grammars/source.mathematica.json
|
534
554
|
- grammars/source.matlab.json
|
535
555
|
- grammars/source.maxscript.json
|
556
|
+
- grammars/source.mc.json
|
536
557
|
- grammars/source.mcfunction.json
|
537
558
|
- grammars/source.mercury.json
|
538
559
|
- grammars/source.meson.json
|
539
560
|
- grammars/source.meta-info.json
|
561
|
+
- grammars/source.mfu.json
|
562
|
+
- grammars/source.mfupp_dir.json
|
540
563
|
- grammars/source.mi.json
|
541
564
|
- grammars/source.miniyaml.json
|
542
565
|
- grammars/source.mint.json
|
543
566
|
- grammars/source.ml.json
|
567
|
+
- grammars/source.mligo.json
|
544
568
|
- grammars/source.mlir.json
|
545
569
|
- grammars/source.mo.json
|
546
570
|
- grammars/source.modelica.json
|
@@ -591,7 +615,6 @@ files:
|
|
591
615
|
- grammars/source.opal.json
|
592
616
|
- grammars/source.opalsysdefs.json
|
593
617
|
- grammars/source.openbsd-pkg.contents.json
|
594
|
-
- grammars/source.opencobol.json
|
595
618
|
- grammars/source.opentype.json
|
596
619
|
- grammars/source.opts.json
|
597
620
|
- grammars/source.ox.json
|
@@ -615,6 +638,7 @@ files:
|
|
615
638
|
- grammars/source.pic.json
|
616
639
|
- grammars/source.pig_latin.json
|
617
640
|
- grammars/source.pike.json
|
641
|
+
- grammars/source.pli.json
|
618
642
|
- grammars/source.plist.json
|
619
643
|
- grammars/source.pnlgrp.json
|
620
644
|
- grammars/source.po.json
|
@@ -666,6 +690,7 @@ files:
|
|
666
690
|
- grammars/source.regexp.raku.json
|
667
691
|
- grammars/source.regexp.spin.json
|
668
692
|
- grammars/source.rego.json
|
693
|
+
- grammars/source.religo.json
|
669
694
|
- grammars/source.renpy.json
|
670
695
|
- grammars/source.rescript.json
|
671
696
|
- grammars/source.rexx.json
|
@@ -719,6 +744,7 @@ files:
|
|
719
744
|
- grammars/source.sy.json
|
720
745
|
- grammars/source.systemverilog.json
|
721
746
|
- grammars/source.tags.json
|
747
|
+
- grammars/source.talon.json
|
722
748
|
- grammars/source.tcl.json
|
723
749
|
- grammars/source.tea.json
|
724
750
|
- grammars/source.terra.json
|
@@ -741,6 +767,7 @@ files:
|
|
741
767
|
- grammars/source.ucd.unidata.json
|
742
768
|
- grammars/source.ucfconstraints.json
|
743
769
|
- grammars/source.ur.json
|
770
|
+
- grammars/source.utreport.json
|
744
771
|
- grammars/source.v.json
|
745
772
|
- grammars/source.vala.json
|
746
773
|
- grammars/source.varnish.vcl.json
|
@@ -757,6 +784,7 @@ files:
|
|
757
784
|
- grammars/source.webassembly.json
|
758
785
|
- grammars/source.webidl.json
|
759
786
|
- grammars/source.wgetrc.json
|
787
|
+
- grammars/source.win32-messages.json
|
760
788
|
- grammars/source.witcherscript.json
|
761
789
|
- grammars/source.wollok.json
|
762
790
|
- grammars/source.ws.json
|
@@ -797,7 +825,6 @@ files:
|
|
797
825
|
- grammars/text.html.asciidoc.json
|
798
826
|
- grammars/text.html.asdoc.json
|
799
827
|
- grammars/text.html.asp.json
|
800
|
-
- grammars/text.html.astro.json
|
801
828
|
- grammars/text.html.basic.json
|
802
829
|
- grammars/text.html.cfm.json
|
803
830
|
- grammars/text.html.creole.json
|
@@ -852,6 +879,7 @@ files:
|
|
852
879
|
- grammars/text.roff.json
|
853
880
|
- grammars/text.rtf.json
|
854
881
|
- grammars/text.runoff.json
|
882
|
+
- grammars/text.savane.json
|
855
883
|
- grammars/text.sfd.json
|
856
884
|
- grammars/text.shell-session.json
|
857
885
|
- grammars/text.slim.json
|
@@ -891,7 +919,6 @@ files:
|
|
891
919
|
- lib/linguist/languages.json
|
892
920
|
- lib/linguist/languages.yml
|
893
921
|
- lib/linguist/lazy_blob.rb
|
894
|
-
- lib/linguist/linguist.so
|
895
922
|
- lib/linguist/popular.yml
|
896
923
|
- lib/linguist/repository.rb
|
897
924
|
- lib/linguist/samples.json
|
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"OpenCOBOL","scopeName":"source.opencobol","patterns":[{"name":"invalid.illegal.cobol","begin":"(?i:EXEC\\s*CICS)","end":"(?i:END-EXEC|end\\s*exec)","patterns":[{"name":"variable.cobol","match":"\\:([a-zA-Z\\-])*"}]},{"name":"invalid.illegal.cobol","begin":"(?i:EXEC\\s*ADO)","end":"(?i:END-EXEC|end\\s*exec)","patterns":[{"name":"variable.cobol","match":"\\:([a-zA-Z\\-])*"}]},{"name":"invalid.illegal.cobol","begin":"(?i:EXEC\\s*HTML)","end":"(?i:END-EXEC|end\\s*exec)","patterns":[{"name":"variable.cobol","match":"\\:([a-zA-Z\\-])*"}]},{"name":"invalid.illegal.cobol","match":"(\\s|^)(?i)(?i:invoke|end-invoke|class-id|end class|property|try|catch|end property|exit method|method|create|ready|trace|reset|instance|delegate|exception-object)(?=\\s|\\.|$)"},{"name":"invalid.illegal.cobol","match":"(?:^|\\s)((?i)\\$\\s*set)(?:$|\\s.*$)"},{"name":"comment.line.set.cobol","match":"(?:^|\\s)(?i:.*\u003e\u003eSOURCE)(?:$|\\s.*$)"},{"name":"meta.preprocessor","match":"(?:^|\\s)\u003e\u003e(?i:if|else|elif|end-if|define)(?:$|\\s.*$)"},{"name":"invalid.illegal.cobol","match":"(\\s|^)(?i)(?i:active-class|aligned|anycase|attribute|b-and|b-or|b-not|b-xor|bit|capacity|chain|conversion|end-chain|float-binary-128|float-binary-32|float-binary-64|float-extended|float-infinity|float-not-a-number|indirect|intermediate|left-justify|pic\\s*n|picture\\s*n|prefixed|raise|raising|right-justify|rounding|standrd-binary|standard-decimal|symbol|trailing-sign|zero-fil|boolean-of-integer|char-national|display-of|exception-file-n|exception-location-n|formatted-current-date|formatted-date|formatted-datetime|formatted-time|integer-of-boolean|integer-of-formatted-date|length-an|locale-compare|national-of|standard-compare|test-formatted-datetime|test-numval-c|test-numval-f|display\\s*message.*)(?=\\s|\\.|$)"},{"include":"source.cobol"}]}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"name":"Astro","scopeName":"text.html.astro","patterns":[{"include":"#astro-markdown"},{"include":"#astro-expressions"},{"name":"meta.tag.any.html","begin":"(\u003c)([a-zA-Z0-9:-]++)(?=[^\u003e]*\u003e\u003c/\\2\u003e)","end":"(\u003e)(\u003c)(/)(\\2)(\u003e)","patterns":[{"include":"#tag-stuff"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"},"2":{"name":"punctuation.definition.tag.begin.html meta.scope.between-tag-pair.html"},"3":{"name":"punctuation.definition.tag.begin.html"},"4":{"name":"entity.name.tag.html"},"5":{"name":"punctuation.definition.tag.end.html"}}},{"name":"meta.tag.preprocessor.xml.html","begin":"(\u003c\\?)(xml)","end":"(\\?\u003e)","patterns":[{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"}],"captures":{"1":{"name":"punctuation.definition.tag.html"},"2":{"name":"entity.name.tag.xml.html"}}},{"name":"comment.block.html","begin":"\u003c!--","end":"--\\s*\u003e","patterns":[{"name":"invalid.illegal.bad-comments-or-CDATA.html","match":"--"}],"captures":{"0":{"name":"punctuation.definition.comment.html"}}},{"name":"meta.tag.sgml.html","begin":"\u003c!","end":"\u003e","patterns":[{"name":"meta.tag.sgml.doctype.html","begin":"(?i:DOCTYPE|doctype)","end":"(?=\u003e)","patterns":[{"name":"string.quoted.double.doctype.identifiers-and-DTDs.html","match":"\"[^\"\u003e]*\""}],"captures":{"1":{"name":"entity.name.tag.doctype.html"}}},{"name":"constant.other.inline-data.html","begin":"\\[CDATA\\[","end":"]](?=\u003e)"},{"name":"invalid.illegal.bad-comments-or-CDATA.html","match":"(\\s*)(?!--|\u003e)\\S(\\s*)"}],"captures":{"0":{"name":"punctuation.definition.tag.html"}}},{"name":"source.css.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:style))\\b(?=[^\u003e]*lang=(['\"])css\\1?)","end":"(\u003c/)((?i:style))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(\u003e)","end":"(?=\u003c/(?i:style))","patterns":[{"include":"source.css"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}}},{"name":"source.sass.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:style))\\b(?=[^\u003e]*lang=(['\"])sass\\1?)","end":"(\u003c/)((?i:style))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(\u003e)","end":"(?=\u003c/(?i:style))","patterns":[{"include":"source.sass"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}}},{"name":"source.scss.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:style))\\b(?=[^\u003e]*lang=(['\"])scss\\1?)","end":"(\u003c/)((?i:style))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(\u003e)","end":"(?=\u003c/(?i:style))","patterns":[{"include":"source.css.scss"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}}},{"name":"source.css.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:style))\\b(?![^\u003e]*/\u003e)","end":"(\u003c/)((?i:style))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(\u003e)","end":"(?=\u003c/(?i:style))","patterns":[{"include":"source.css"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.style.html"},"3":{"name":"punctuation.definition.tag.html"}}},{"name":"source.tsx.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:script))\\b(?=[^\u003e]*lang=(['\"])tsx\\1?)","end":"(?\u003c=\u003c/(script|SCRIPT))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(?\u003c!\u003c/(?:script|SCRIPT))(\u003e)","end":"(\u003c/)((?i:script))","patterns":[{"include":"source.tsx"}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}}}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}},"endCaptures":{"2":{"name":"punctuation.definition.tag.html"}}},{"name":"source.tsx.embedded.html","begin":"(?:^\\s+)?(\u003c)((?i:script))\\b(?=[^\u003e]*lang=(['\"])ts\\1?)","end":"(?\u003c=\u003c/(script|SCRIPT))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(?\u003c!\u003c/(?:script|SCRIPT))(\u003e)","end":"(\u003c/)((?i:script))","patterns":[{"include":"source.tsx"}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}}}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}},"endCaptures":{"2":{"name":"punctuation.definition.tag.html"}}},{"name":"source.tsx.embedded.html","begin":"(\u003c)((?i:script))\\b(?![^\u003e]*/\u003e)(?![^\u003e]*(?i:type.?=.?text/((?!javascript|babel|ecmascript).*)))","end":"(?\u003c=\u003c/(script|SCRIPT))(\u003e)(?:\\s*\\n)?","patterns":[{"include":"#tag-stuff"},{"begin":"(?\u003c!\u003c/(?:script|SCRIPT))(\u003e)","end":"(\u003c/)((?i:script))","patterns":[{"name":"comment.line.double-slash.js","match":"(//).*?((?=\u003c/script)|$\\n?)","captures":{"1":{"name":"punctuation.definition.comment.js"}}},{"name":"comment.block.js","begin":"/\\*","end":"\\*/|(?=\u003c/script)","captures":{"0":{"name":"punctuation.definition.comment.js"}}},{"include":"source.tsx"}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}}}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.script.html"}},"endCaptures":{"2":{"name":"punctuation.definition.tag.html"}}},{"name":"meta.tag.structure.any.html","begin":"(\u003c/?)((?i:body|head|html)\\b)","end":"(\u003e)","patterns":[{"include":"#tag-stuff"}],"captures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.structure.any.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}},{"name":"meta.tag.block.any.html","begin":"(\u003c/?)((?i:address|blockquote|dd|div|dl|dt|fieldset|form|frame|frameset|h1|h2|h3|h4|h5|h6|iframe|noframes|object|ol|p|ul|applet|center|dir|hr|menu|pre)\\b)","end":"(\u003e)","patterns":[{"include":"#tag-stuff"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.block.any.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}},{"name":"meta.tag.inline.any.html","begin":"(\u003c/?)((?i:a|abbr|acronym|area|b|base|basefont|bdo|big|br|button|caption|cite|code|col|colgroup|del|dfn|em|font|head|html|i|img|input|ins|isindex|kbd|label|legend|li|link|map|meta|noscript|optgroup|option|param|q|s|samp|script|select|small|span|strike|strong|style|sub|sup|table|tbody|td|textarea|tfoot|th|thead|title|tr|tt|u|var)\\b)","end":"((?: ?/)?\u003e)","patterns":[{"include":"#tag-stuff"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.inline.any.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}},{"name":"meta.tag.component.astro","begin":"(\u003c/?)([A-Z][a-zA-Z0-9-\\.]*|[a-z]+\\.[a-zA-Z0-9-]+)(\\:(load|idle|visible))?","end":"(/?\u003e)","patterns":[{"include":"#tag-stuff"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.component.astro"},"3":{"name":"keyword.control.loading.astro"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}},{"name":"meta.tag.other.html","begin":"(\u003c/?)([a-zA-Z0-9:-]+)","end":"(/?\u003e)","patterns":[{"include":"#tag-stuff"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.other.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.end.html"}}},{"include":"#entities"},{"include":"#frontmatter"},{"name":"invalid.illegal.incomplete.html","match":"\u003c\u003e"},{"name":"invalid.illegal.bad-angle-bracket.html","match":"\u003c"}],"repository":{"astro-expressions":{"patterns":[{"name":"expression.embbeded.astro","begin":"\\{","end":"\\}","patterns":[{"include":"source.tsx"}],"beginCaptures":{"0":{"name":"punctuation.definition.generic.begin.html"}},"endCaptures":{"0":{"name":"punctuation.definition.generic.end.html"}}}]},"astro-markdown":{"name":"text.html.astro.markdown","begin":"(\u003c)(Markdown)(\u003e)","end":"(\u003c/)(Markdown)(\u003e)","patterns":[{"include":"text.html.markdown.astro"}],"beginCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.html"},"3":{"name":"punctuation.definition.tag.end.html"}},"endCaptures":{"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.html"},"3":{"name":"punctuation.definition.tag.end.html"}}},"entities":{"patterns":[{"name":"constant.character.entity.html","match":"(\u0026)([a-zA-Z0-9]+|#[0-9]+|#x[0-9a-fA-F]+)(;)","captures":{"1":{"name":"punctuation.definition.entity.html"},"3":{"name":"punctuation.definition.entity.html"}}},{"name":"invalid.illegal.bad-ampersand.html","match":"\u0026"}]},"frontmatter":{"contentName":"meta.embedded.block.frontmatter","begin":"\\A(-{3})\\s*$","end":"(^|\\G)(-{3})|\\.{3}\\s*$","patterns":[{"include":"source.tsx"}],"beginCaptures":{"1":{"name":"comment.block.html"}},"endCaptures":{"2":{"name":"comment.block.html"}}},"string-double-quoted":{"name":"string.quoted.double.html","begin":"\"","end":"\"","patterns":[{"include":"#entities"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}}},"string-single-quoted":{"name":"string.quoted.single.html","begin":"'","end":"'","patterns":[{"include":"#entities"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}}},"tag-generic-attribute":{"name":"entity.other.attribute-name.html","match":"\\b([a-zA-Z\\-:]+)"},"tag-id-attribute":{"name":"meta.attribute-with-value.id.html","begin":"\\b(id)\\b\\s*(=)","end":"(?\u003c='|\")","patterns":[{"name":"string.quoted.double.html","contentName":"meta.toc-list.id.html","begin":"\"","end":"\"","patterns":[{"include":"#astro-expressions"},{"include":"#entities"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}}},{"name":"string.quoted.single.html","contentName":"meta.toc-list.id.html","begin":"'","end":"'","patterns":[{"include":"#astro-expressions"},{"include":"#entities"}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.html"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.html"}}}],"captures":{"1":{"name":"entity.other.attribute-name.id.html"},"2":{"name":"punctuation.separator.key-value.html"}}},"tag-stuff":{"patterns":[{"include":"#tag-id-attribute"},{"include":"#tag-generic-attribute"},{"include":"#string-double-quoted"},{"include":"#string-single-quoted"},{"include":"#astro-load-directive"},{"include":"#astro-expressions"},{"include":"#astro-markdown"}]}}}
|
data/lib/linguist/linguist.so
DELETED
Binary file
|