github-linguist 9.0.0 → 9.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. checksums.yaml +4 -4
  2. data/grammars/liquid.injection.json +1 -1
  3. data/grammars/source.abap.json +1 -1
  4. data/grammars/source.abl.json +1 -1
  5. data/grammars/source.answersetprogramming.json +1 -0
  6. data/grammars/source.apacheconf.json +1 -0
  7. data/grammars/source.assembly.json +1 -1
  8. data/grammars/source.ats.json +1 -1
  9. data/grammars/source.brs.json +1 -1
  10. data/grammars/source.bst.json +1 -0
  11. data/grammars/source.c.linker.json +1 -0
  12. data/grammars/source.cairo0.json +1 -1
  13. data/grammars/source.cobol.json +1 -1
  14. data/grammars/source.cs.json +1 -1
  15. data/grammars/source.curry.json +1 -1
  16. data/grammars/source.dds.dspf.json +1 -1
  17. data/grammars/source.erlang.json +1 -1
  18. data/grammars/source.gdscript.json +1 -1
  19. data/grammars/source.git-revlist.json +1 -1
  20. data/grammars/source.gleam.json +1 -1
  21. data/grammars/source.hack.json +1 -1
  22. data/grammars/source.hcl.json +1 -1
  23. data/grammars/source.ice.json +1 -1
  24. data/grammars/source.ispc.json +1 -0
  25. data/grammars/source.jai.json +1 -0
  26. data/grammars/source.json.comments.json +1 -0
  27. data/grammars/source.just.json +1 -1
  28. data/grammars/source.kdl.json +1 -0
  29. data/grammars/source.lean.markdown.json +1 -1
  30. data/grammars/source.lean4.markdown.json +1 -1
  31. data/grammars/source.matlab.json +1 -1
  32. data/grammars/source.mo.json +1 -1
  33. data/grammars/source.moonbit.json +1 -1
  34. data/grammars/source.mzn.json +1 -0
  35. data/grammars/source.nr.json +1 -1
  36. data/grammars/source.openesql.json +1 -1
  37. data/grammars/source.overpassql.json +1 -0
  38. data/grammars/source.polar.json +1 -1
  39. data/grammars/source.prisma.json +1 -1
  40. data/grammars/source.purescript.json +1 -1
  41. data/grammars/source.ql.json +1 -1
  42. data/grammars/source.qsharp.json +1 -1
  43. data/grammars/source.rascal.json +1 -1
  44. data/grammars/source.rpgle.json +1 -1
  45. data/grammars/source.scala.json +1 -1
  46. data/grammars/source.scm.json +1 -0
  47. data/grammars/source.slang.json +1 -0
  48. data/grammars/source.slice.json +1 -1
  49. data/grammars/source.sourcepawn.json +1 -1
  50. data/grammars/source.stan.json +1 -1
  51. data/grammars/source.swift.json +1 -1
  52. data/grammars/source.tact.json +1 -1
  53. data/grammars/source.talon.json +1 -1
  54. data/grammars/source.templ.json +1 -1
  55. data/grammars/source.textgrid.json +1 -1
  56. data/grammars/source.toc.json +1 -1
  57. data/grammars/source.ts.prismaClientRawSQL.json +1 -1
  58. data/grammars/source.tsp.json +1 -1
  59. data/grammars/source.typst.json +1 -1
  60. data/grammars/source.vue.json +1 -1
  61. data/grammars/source.wdl.json +1 -1
  62. data/grammars/source.xmake.json +1 -0
  63. data/grammars/text.html.liquid.json +1 -1
  64. data/grammars/text.html.markdown.d2.json +1 -1
  65. data/grammars/text.rtf.json +1 -1
  66. data/grammars/version +1 -1
  67. data/lib/linguist/VERSION +1 -1
  68. data/lib/linguist/generated.rb +1 -1
  69. data/lib/linguist/heuristics.yml +57 -17
  70. data/lib/linguist/languages.json +1 -1
  71. data/lib/linguist/languages.yml +155 -23
  72. data/lib/linguist/samples.json +1 -1
  73. data/lib/linguist/shebang.rb +1 -1
  74. metadata +16 -6
  75. data/grammars/source.apache-config.json +0 -1
  76. data/grammars/source.apache-config.mod_perl.json +0 -1
  77. data/grammars/text.html.erlang.yaws.json +0 -1
@@ -59,7 +59,7 @@ module Linguist
59
59
 
60
60
  # Check for multiline shebang hacks that call `exec`
61
61
  if script == 'sh' &&
62
- data.lines.first(5).any? { |l| l.match(/exec (\w+).+\$0.+\$@/) }
62
+ data.lines.first(5).any? { |l| l.match(/exec (\w+)[\s"']+\$0[\s"']+\$@/) }
63
63
  script = $1
64
64
  end
65
65
 
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: 9.0.0
4
+ version: 9.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - GitHub
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-28 00:00:00.000000000 Z
11
+ date: 2025-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -299,9 +299,9 @@ files:
299
299
  - grammars/source.ampl.json
300
300
  - grammars/source.amxxpawn.json
301
301
  - grammars/source.angelscript.json
302
+ - grammars/source.answersetprogramming.json
302
303
  - grammars/source.antlr.json
303
- - grammars/source.apache-config.json
304
- - grammars/source.apache-config.mod_perl.json
304
+ - grammars/source.apacheconf.json
305
305
  - grammars/source.apex.json
306
306
  - grammars/source.apl.json
307
307
  - grammars/source.applescript.json
@@ -339,11 +339,13 @@ files:
339
339
  - grammars/source.bqn.json
340
340
  - grammars/source.brs.json
341
341
  - grammars/source.bsl.json
342
+ - grammars/source.bst.json
342
343
  - grammars/source.bsv.json
343
344
  - grammars/source.c++.json
344
345
  - grammars/source.c++.qt.json
345
346
  - grammars/source.c.ec.json
346
347
  - grammars/source.c.json
348
+ - grammars/source.c.linker.json
347
349
  - grammars/source.c.nwscript.json
348
350
  - grammars/source.c.platform.json
349
351
  - grammars/source.c2hs.json
@@ -554,7 +556,9 @@ files:
554
556
  - grammars/source.ioke.json
555
557
  - grammars/source.isabelle.root.json
556
558
  - grammars/source.isabelle.theory.json
559
+ - grammars/source.ispc.json
557
560
  - grammars/source.j.json
561
+ - grammars/source.jai.json
558
562
  - grammars/source.janet.json
559
563
  - grammars/source.jasmin.json
560
564
  - grammars/source.java-properties.json
@@ -573,6 +577,7 @@ files:
573
577
  - grammars/source.js.regexp.replacement.json
574
578
  - grammars/source.jsdoc.json
575
579
  - grammars/source.jsligo.json
580
+ - grammars/source.json.comments.json
576
581
  - grammars/source.json.json
577
582
  - grammars/source.jsoniq.json
578
583
  - grammars/source.jsonnet.json
@@ -580,6 +585,7 @@ files:
580
585
  - grammars/source.julia.json
581
586
  - grammars/source.just.json
582
587
  - grammars/source.kakscript.json
588
+ - grammars/source.kdl.json
583
589
  - grammars/source.kerboscript.json
584
590
  - grammars/source.keyvalues.json
585
591
  - grammars/source.kickstart.json
@@ -665,6 +671,7 @@ files:
665
671
  - grammars/source.msg.json
666
672
  - grammars/source.msl.json
667
673
  - grammars/source.mupad.json
674
+ - grammars/source.mzn.json
668
675
  - grammars/source.nanorc.json
669
676
  - grammars/source.nasal.json
670
677
  - grammars/source.nasl.json
@@ -709,6 +716,7 @@ files:
709
716
  - grammars/source.openesql.json
710
717
  - grammars/source.opentype.json
711
718
  - grammars/source.opts.json
719
+ - grammars/source.overpassql.json
712
720
  - grammars/source.ox.json
713
721
  - grammars/source.oz.json
714
722
  - grammars/source.p4.json
@@ -820,6 +828,7 @@ files:
820
828
  - grammars/source.scenic.json
821
829
  - grammars/source.scheme.json
822
830
  - grammars/source.scilab.json
831
+ - grammars/source.scm.json
823
832
  - grammars/source.sdbl.json
824
833
  - grammars/source.sed.json
825
834
  - grammars/source.sentinel.json
@@ -832,6 +841,7 @@ files:
832
841
  - grammars/source.shen.json
833
842
  - grammars/source.sieve.json
834
843
  - grammars/source.singularity.json
844
+ - grammars/source.slang.json
835
845
  - grammars/source.slice.json
836
846
  - grammars/source.slint.json
837
847
  - grammars/source.smali.json
@@ -929,6 +939,7 @@ files:
929
939
  - grammars/source.x86asm.json
930
940
  - grammars/source.xc.json
931
941
  - grammars/source.xlfd.json
942
+ - grammars/source.xmake.json
932
943
  - grammars/source.xojo.json
933
944
  - grammars/source.xq.json
934
945
  - grammars/source.xtend.json
@@ -977,7 +988,6 @@ files:
977
988
  - grammars/text.html.elixir.json
978
989
  - grammars/text.html.ember-handlebars.json
979
990
  - grammars/text.html.erb.json
980
- - grammars/text.html.erlang.yaws.json
981
991
  - grammars/text.html.factor.json
982
992
  - grammars/text.html.ftl.json
983
993
  - grammars/text.html.handlebars.json
@@ -1113,7 +1123,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1113
1123
  - !ruby/object:Gem::Version
1114
1124
  version: '0'
1115
1125
  requirements: []
1116
- rubygems_version: 3.5.16
1126
+ rubygems_version: 3.5.22
1117
1127
  signing_key:
1118
1128
  specification_version: 4
1119
1129
  summary: GitHub Language detection
@@ -1 +0,0 @@
1
- {"name":"Apache","scopeName":"source.apache-config","patterns":[{"begin":"(^[ \\t]+)?(?=#)","end":"(?!\\G)","patterns":[{"name":"comment.line.number-sign.apache-config","begin":"#","end":"\\n","beginCaptures":{"0":{"name":"punctuation.definition.comment.apache-config"}}}],"beginCaptures":{"1":{"name":"punctuation.whitespace.comment.leading.apache-config"}}},{"name":"meta.tag.any.html","match":"^[ ]*(\u003c)([a-zA-Z0-9:]+)[^\u003e]*(\u003e(\u003c)/)(\\2)(\u003e)","captures":{"1":{"name":"punctuation.definition.tag.apache-config"},"2":{"name":"entity.name.tag.apache-config"},"3":{"name":"punctuation.definition.tag.apache-config"},"4":{"name":"meta.scope.between-tag-pair.apache-config"},"5":{"name":"entity.name.tag.apache-config"},"6":{"name":"punctuation.definition.tag.apache-config"}}},{"name":"meta.vhost.apache-config","begin":"^[ ]*((\u003c)(VirtualHost)(?:[ ]+([^\u003e]+))?(\u003e))","end":"^[ ]*((\u003c/)(VirtualHost)[^\u003e]*(\u003e))","patterns":[{"include":"$base"}],"beginCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"meta.toc-list.virtual-host.apache-config"},"5":{"name":"punctuation.definition.tag.apache-config"}},"endCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"punctuation.definition.tag.apache-config"}}},{"name":"meta.directory.apache-config","begin":"^[ ]*((\u003c)(Directory(?:Match)?)(?:[ ]+([^\u003e]+))?(\u003e))","end":"^[ ]*((\u003c/)(Directory(?:Match)?)[^\u003e]*(\u003e))","patterns":[{"include":"$base"}],"beginCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"meta.toc-list.directory.apache-config"},"5":{"name":"punctuation.definition.tag.apache-config"}},"endCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"punctuation.definition.tag.apache-config"}}},{"name":"meta.location.apache-config","begin":"^[ ]*((\u003c)(Location(?:Match)?)(?:[ ]+([^\u003e]+))?(\u003e))","end":"^[ ]*((\u003c/)(Location(?:Match)?)[^\u003e]*(\u003e))","patterns":[{"include":"$base"}],"beginCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"meta.toc-list.location.apache-config"},"5":{"name":"punctuation.definition.tag.apache-config"}},"endCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"punctuation.definition.tag.apache-config"}}},{"name":"source.include.apache-config","begin":"(^Include)","end":"(\\n)","patterns":[{"name":"text.include.apache-config","match":"(.*)"}],"beginCaptures":{"1":{"name":"support.constant.include.start.apache-config"}},"endCaptures":{"1":{"name":"support.constant.include.end.apache-config"}}},{"begin":"^[ ]*\\b(RewriteCond)\\b","end":"$","patterns":[{"begin":"[ ]+","end":"$","patterns":[{"include":"#vars"},{"name":"string.regexp.rewrite-test.apache-config","match":"[^ %\\n]+"},{"begin":"[ ]+","end":"$","patterns":[{"name":"string.other.rewrite-condition.apache-config","match":"[^ %\\n]+"},{"match":"[ ]+(\\[[^\\]]+\\])","captures":{"1":{"name":"string.regexp.rewrite-operator.apache-config"}}}]}]}],"captures":{"1":{"name":"support.constant.rewritecond.apache-config"}}},{"begin":"^[ ]*\\b(RewriteRule)\\b","end":"$","patterns":[{"begin":"[ ]+","end":"$","patterns":[{"include":"#vars"},{"name":"string.regexp.rewrite-pattern.apache-config","match":"[^ %]+"},{"begin":"[ ]+","end":"$","patterns":[{"include":"#vars"},{"name":"string.other.rewrite-substitution.apache-config","match":"[^ %\\n]+"},{"match":"[ ]+(\\[[^\\]]+\\])","captures":{"1":{"name":"string.regexp.rewrite-operator.apache-config"}}}]}]}],"captures":{"1":{"name":"support.constant.rewriterule.apache-config"}}},{"name":"support.constant.apache-config","match":"\\b(R(e(sourceConfig|direct(Match|Temp|Permanent)?|qu(ire|estHeader)|ferer(Ignore|Log)|write(Rule|Map|Base|Cond|Options|Engine|Lo(ck|g(Level)?))|admeName|move(Handler|Charset|Type|InputFilter|OutputFilter|Encoding|Language))|Limit(MEM|NPROC|CPU))|Group|XBitHack|M(MapFile|i(nSpare(Servers|Threads)|meMagicFile)|odMimeUsePathInfo|Cache(RemovalAlgorithm|M(inObjectSize|ax(StreamingBuffer|Object(Size|Count)))|Size)|ultiviewsMatch|eta(Suffix|Dir|Files)|ax(RequestsPer(Child|Thread)|MemFree|Spare(Servers|Threads)|Clients|Threads(PerChild)?|KeepAliveRequests))|B(indAddress|S2000Account|rowserMatch(NoCase)?)|S(hmemUIDisUser|c(oreBoardFile|ript(Sock|InterpreterSource|Log(Buffer|Length)?|Alias(Match)?)?)|tart(Servers|Threads)|S(I(StartTag|TimeFormat|UndefinedEcho|E(ndTag|rrorMsg))|L(R(equire(SSL)?|andomSeed)|Mutex|SessionCache(Timeout)?|C(ipherSuite|ertificate(ChainFile|KeyFile|File)|A(Revocation(Path|File)|Certificate(Path|File)))|Options|P(assPhraseDialog|ro(tocol|xy(MachineCertificate(Path|File)|C(ipherSuite|A(Revocation(Path|File)|Certificate(Path|File)))|Protocol|Engine|Verify(Depth)?)))|Engine|Verify(Client|Depth)))|uexecUserGroup|e(ndBufferSize|cureListen|t(Handler|InputFilter|OutputFilter|Env(If(NoCase)?)?)|rver(Root|Signature|Name|T(ype|okens)|Path|Limit|A(dmin|lias)))|atisfy)|H(ostnameLookups|eader(Name)?)|N(o(Cache|Proxy)|umServers|ameVirtualHost|WSSL(TrustedCerts|Upgradeable))|C(h(ildPerUserID|eckSpelling|arset(SourceEnc|Options|Default))|GI(MapExtension|CommandArgs)|o(ntentDigest|okie(Style|Name|Tracking|Domain|Prefix|Expires|Format|Log)|reDumpDirectory)|ustomLog|learModuleList|ache(Root|Gc(MemUsage|Clean|Interval|Daily|Unused)|M(inFileSize|ax(Expire|FileSize))|Size|NegotiatedDocs|TimeMargin|Ignore(NoLastMod|CacheControl)|D(i(sable|rLe(ngth|vels))|efaultExpire)|E(nable|xpiryCheck)|F(ile|orceCompletion)|LastModifiedFactor))|T(hread(sPerChild|StackSize|Limit)|ypesConfig|ime(out|Out)|ransferLog)|I(n(clude|dex(Ignore|O(ptions|rderDefault)))|SAPI(ReadAheadBuffer|CacheFile|FakeAsync|LogNotSupported|AppendLogTo(Errors|Query))|dentityCheck|f(Module|Define)|map(Menu|Base|Default))|O(ptions|rder)|D(irectory(Match|Slash|Index)?|ocumentRoot|e(ny|f(late(MemLevel|BufferSize|CompressionLevel|FilterNote|WindowSize)|ault(Type|Icon|Language)))|av(MinTimeout|DepthInfinity|LockDB)?)|U(se(CanonicalName|r(Dir)?)|nsetEnv)|P(idFile|ort|assEnv|ro(tocol(ReqCheck|Echo)|xy(Re(ceiveBufferSize|quests|mote(Match)?)|Ma(tch|xForwards)|B(lock|adHeader)|Timeout|IOBufferSize|Domain|P(ass(Reverse)?|reserveHost)|ErrorOverride|Via)?))|E(nable(MMAP|Sendfile|ExceptionHook)|BCDIC(Convert(ByType)?|Kludge)|rror(Header|Document|Log)|x(t(endedStatus|Filter(Options|Define))|pires(ByType|Default|Active)|ample))|Virtual(ScriptAlias(IP)?|Host|DocumentRoot(IP)?)|KeepAlive(Timeout)?|F(ile(s(Match)?|ETag)|or(ce(Type|LanguagePriority)|ensicLog)|ancyIndexing)|Win32DisableAcceptEx|L(i(sten(Back(log|Log))?|mit(Request(Body|Field(s(ize)?|Size)|Line)|XMLRequestBody|InternalRecursion|Except)?)|o(c(kFile|ation(Match)?)|ad(Module|File)|g(Format|Level))|DAP(SharedCache(Size|File)|Cache(TTL|Entries)|TrustedCA(Type)?|OpCache(TTL|Entries))|anguagePriority)|A(ssignUserID|nonymous(_(MustGiveEmail|NoUserID|VerifyEmail|LogEmail|Authoritative))?|c(ce(ss(Config|FileName)|pt(Mutex|PathInfo|Filter))|tion)|dd(Module(Info)?|Handler|Charset|Type|I(nputFilter|con(By(Type|Encoding))?)|OutputFilter(ByType)?|De(scription|faultCharset)|Encoding|Language|Alt(By(Type|Encoding))?)|uth(GroupFile|Name|Type|D(B(GroupFile|M(GroupFile|Type|UserFile|Authoritative)|UserFile|Authoritative)|igest(GroupFile|ShmemSize|N(cCheck|once(Format|Lifetime))|Domain|Qop|File|Algorithm))|UserFile|LDAP(RemoteUserIsDN|GroupAttribute(IsDN)?|Bind(DN|Password)|C(harsetConfig|ompareDNOnServer)|DereferenceAliases|Url|Enabled|FrontPageHack|Authoritative)|Authoritative)|l(ias(Match)?|low(CONNECT|Override|EncodedSlashes)?)|gentLog)|MIMEMagicFile|WSGI(.[^ ]+))\\b"},{"name":"support.class.apache-config","match":"\\b(access_module|actions_module|action_module|alias_module|anon_auth_module|asis_module|authn_alias_module|authn_anon_module|authn_dbd_module|authn_dbm_module|authn_default_module|authn_file_module|authnz_ldap_module|authz_dbm_module|authz_default_module|authz_groupfile_module|authz_host_module|authz_owner_module|authz_user_module|auth_basic_module|auth_digest_module|auth_module|autoindex_module|bonjour_module|cache_module|cern_meta_module|cgi_module|config_log_module|dav_fs_module|dav_module|dbd_module|dbm_auth_module|deflate_module|digest_module|dir_module|disk_cache_module|dumpio_module|env_module|expires_module|ext_filter_module|fastcgi_module|filter_module|foo_module|headers_module|hfs_apple_module|ident_module|imagemap_module|imap_module|includes_module|include_module|info_module|jk_module|ldap_module|logio_module|log_config_module|log_forensic_module|mem_cache_module|mime_magic_module|mime_module|negotiation_module|perl_module|php4_module|php5_module|proxy_ajp_module|proxy_balancer_module|proxy_connect_module|proxy_ftp_module|proxy_http_module|proxy_module|rendezvous_apple_module|rendezvous_module|rewrite_module|setenvif_module|speling_module|ssl_module|status_module|suexec_module|substitute_module|unique_id_module|userdir_module|usertrack_module|version_module|vhost_alias_module|wsgi_module)\\b"},{"name":"string.quoted.double.apache-config","begin":"\"","end":"\"(?!\")","patterns":[{"name":"constant.character.escape.apostrophe.apache","match":"\"\""}],"beginCaptures":{"0":{"name":"punctuation.definition.string.begin.apache-config"}},"endCaptures":{"0":{"name":"punctuation.definition.string.end.apache-config"}}},{"name":"meta.tag.apache-config","begin":"(\u003c/?)([a-zA-Z]+)","end":"(/?\u003e)","captures":{"1":{"name":"punctuation.definition.tag.apache-config"},"2":{"name":"entity.name.tag.apache-config"}}}],"repository":{"vars":{"patterns":[{"name":"support.variable.apache-config","match":"(%\\{)(?:API_VERSION|AUTH_TYPE|CONN_REMOTE_ADDR|CONTEXT_(?:PREFIX|DOCUMENT_ROOT)|DOCUMENT_ROOT|HTTP(S|_(?:ACCEPT|COOKIE|FORWARDED|HOST|PROXY_CONNECTION|REFERER|USER_AGENT))|IPV6|IS_SUBREQ|REMOTE_(?:ADDR|HOST|IDENT|PORT|USER)|REQUEST_(?:FILENAME|METHOD|SCHEME|URI)|SCRIPT_(?:FILENAME|GROUP|USER)|PATH_INFO|QUERY_STRING|SERVER_(?:ADDR|ADMIN|NAME|PORT|PROTOCOL|SOFTWARE)|THE_REQUEST|TIME_(?:YEAR|MON|DAY|HOUR|MIN|SEC|WDAY)|TIME|(?:ENV|HTTP|LA-F|LA-U|SSL):[^\\}]+)(\\})","captures":{"1":{"name":"punctuation.definition.variable.apache-config"},"3":{"name":"punctuation.definition.variable.apache-config"}}},{"name":"invalid.illegal.bad-var.apache-config","match":"%\\{[^\\}]+\\}"}]}}}
@@ -1 +0,0 @@
1
- {"name":"mod_perl","scopeName":"source.apache-config.mod_perl","patterns":[{"name":"comment.block.documentation.apache-config.mod_perl","begin":"^=","end":"^=cut","captures":{"0":{"name":"punctuation.definition.comment.mod_perl"}}},{"name":"support.constant.apache-config.mod_perl","match":"\\b(PerlAddVar|PerlConfigRequire|PerlLoadModule|PerlModule|PerlOptions|PerlPassEnv|PerlPostConfigRequire|PerlRequire|PerlSetEnv|PerlSetVar|PerlSwitches|SetHandler|PerlOpenLogsHandler|PerlPostConfigHandler|PerlChildInitHandler|PerlChildExitHandler|PerlPreConnectionHandler|PerlProcessConnectionHandler|PerlInputFilterHandler|PerlOutputFilterHandler|PerlSetInputFilter|PerlSetOutputFilter|PerlPostReadRequestHandler|PerlTransHandler|PerlMapToStorageHandler|PerlInitHandler|PerlHeaderParserHandler|PerlAccessHandler|PerlAuthenHandler|PerlAuthzHandler|PerlTypeHandler|PerlFixupHandler|PerlResponseHandler|PerlLogHandler|PerlCleanupHandler|PerlInterpStart|PerlInterpMax|PerlInterpMinSpare|PerlInterpMaxSpare|PerlInterpMaxRequests|PerlInterpScope|PerlTrace)\\b"},{"name":"support.constant.apache-config.mod_perl_1.mod_perl","match":"\\b(PerlHandler|PerlScript|PerlSendHeader|PerlSetupEnv|PerlTaintCheck|PerlWarn|PerlFreshRestart)\\b"},{"name":"meta.perl-section.apache-config.mod_perl","begin":"^\\s*((\u003c)(Perl)(\u003e))","end":"^\\s*((\u003c/)(Perl)(\u003e))","patterns":[{"include":"source.perl"}],"beginCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"punctuation.definition.tag.apache-config"}},"endCaptures":{"1":{"name":"meta.tag.apache-config"},"2":{"name":"punctuation.definition.tag.apache-config"},"3":{"name":"entity.name.tag.apache-config"},"4":{"name":"punctuation.definition.tag.apache-config"}}},{"include":"source.apache-config"}]}
@@ -1 +0,0 @@
1
- {"name":"HTML (Erlang)","scopeName":"text.html.erlang.yaws","patterns":[{"contentName":"meta.embedded.block.erlang","begin":"(^\\s*)?(?=\u003cerl\u003e)","end":"(?!\\G)(\\s*\\n)?","patterns":[{"contentName":"source.erlang","begin":"(\u003c)(erl)(\u003e)","end":"((\u003c/))(erl)(\u003e)","patterns":[{"include":"source.erlang"}],"beginCaptures":{"0":{"name":"meta.tag.template.html"},"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"entity.name.tag.html"},"3":{"name":"punctuation.definition.tag.end.html"}},"endCaptures":{"0":{"name":"meta.tag.template.html"},"1":{"name":"punctuation.definition.tag.begin.html"},"2":{"name":"source.erlang"},"3":{"name":"entity.name.tag.html"},"4":{"name":"punctuation.definition.tag.end.html"}}}],"beginCaptures":{"1":{"name":"punctuation.whitespace.embedded.leading.html"}},"endCaptures":{"1":{"name":"punctuation.whitespace.embedded.trailing.html"}}},{"include":"text.html.basic"}]}