@shikijs/langs-precompiled 2.1.0 → 2.3.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.
- package/dist/abap.mjs +3 -1
- package/dist/angular-ts.mjs +1 -1
- package/dist/apex.mjs +1 -1
- package/dist/apl.mjs +1 -1
- package/dist/applescript.mjs +1 -1
- package/dist/ara.mjs +1 -1
- package/dist/asciidoc.mjs +1 -1
- package/dist/asm.mjs +1 -1
- package/dist/astro.mjs +1 -1
- package/dist/ballerina.mjs +3 -1
- package/dist/blade.mjs +1 -1
- package/dist/bsl.mjs +2 -1
- package/dist/c.mjs +1 -1
- package/dist/cadence.mjs +1 -1
- package/dist/cobol.mjs +2 -1
- package/dist/codeql.mjs +6 -2
- package/dist/coffee.mjs +2 -1
- package/dist/common-lisp.mjs +1 -1
- package/dist/cpp-macro.mjs +1 -1
- package/dist/cpp.mjs +1 -1
- package/dist/crystal.mjs +1 -1
- package/dist/css.mjs +1 -1
- package/dist/dax.mjs +3 -1
- package/dist/dream-maker.mjs +1 -1
- package/dist/elixir.mjs +1 -1
- package/dist/emacs-lisp.mjs +1 -1
- package/dist/erlang.mjs +1 -1
- package/dist/fortran-free-form.mjs +1 -1
- package/dist/gdscript.mjs +1 -1
- package/dist/gherkin.mjs +3 -1
- package/dist/glimmer-js.mjs +1 -1
- package/dist/glimmer-ts.mjs +1 -1
- package/dist/go.mjs +1 -1
- package/dist/graphql.mjs +1 -1
- package/dist/hack.mjs +1 -1
- package/dist/haml.mjs +1 -1
- package/dist/haskell.mjs +1 -1
- package/dist/html.mjs +1 -1
- package/dist/imba.mjs +1 -1
- package/dist/ini.mjs +1 -1
- package/dist/java.mjs +1 -1
- package/dist/javascript.mjs +1 -1
- package/dist/jsx.mjs +1 -1
- package/dist/julia.mjs +1 -1
- package/dist/kotlin.mjs +1 -1
- package/dist/kusto.mjs +1 -1
- package/dist/latex.mjs +1 -1
- package/dist/less.mjs +3 -1
- package/dist/logo.mjs +1 -1
- package/dist/lua.mjs +1 -1
- package/dist/make.mjs +1 -1
- package/dist/markdown-vue.mjs +1 -1
- package/dist/markdown.mjs +1 -1
- package/dist/matlab.mjs +1 -1
- package/dist/mdc.mjs +1 -1
- package/dist/mdx.mjs +1 -1
- package/dist/mermaid.mjs +1 -1
- package/dist/mipsasm.mjs +1 -1
- package/dist/mojo.mjs +1 -1
- package/dist/nginx.mjs +1 -1
- package/dist/nim.mjs +1 -1
- package/dist/nix.mjs +1 -1
- package/dist/nushell.mjs +1 -1
- package/dist/objective-c.mjs +1 -1
- package/dist/objective-cpp.mjs +1 -1
- package/dist/pascal.mjs +1 -1
- package/dist/perl.mjs +1 -1
- package/dist/php.mjs +1 -1
- package/dist/po.mjs +1 -1
- package/dist/polar.mjs +1 -1
- package/dist/powershell.mjs +1 -1
- package/dist/prolog.mjs +3 -1
- package/dist/pug.mjs +1 -1
- package/dist/python.mjs +1 -1
- package/dist/r.mjs +1 -1
- package/dist/racket.mjs +3 -1
- package/dist/raku.mjs +1 -1
- package/dist/razor.mjs +1 -1
- package/dist/riscv.mjs +1 -1
- package/dist/ruby.mjs +1 -1
- package/dist/sas.mjs +2 -1
- package/dist/scala.mjs +1 -1
- package/dist/scheme.mjs +1 -1
- package/dist/scss.mjs +1 -1
- package/dist/shellscript.mjs +1 -1
- package/dist/smalltalk.mjs +1 -1
- package/dist/sql.mjs +1 -1
- package/dist/ssh-config.mjs +1 -1
- package/dist/stata.mjs +2 -1
- package/dist/stylus.mjs +1 -1
- package/dist/svelte.mjs +1 -1
- package/dist/systemd.mjs +1 -1
- package/dist/templ.mjs +1 -1
- package/dist/tex.mjs +1 -1
- package/dist/toml.mjs +1 -1
- package/dist/tsx.mjs +1 -1
- package/dist/twig.mjs +1 -1
- package/dist/typescript.mjs +1 -1
- package/dist/v.mjs +1 -1
- package/dist/vb.mjs +1 -1
- package/dist/verilog.mjs +1 -1
- package/dist/viml.mjs +3 -1
- package/dist/vue-html.mjs +1 -1
- package/dist/vue.mjs +1 -1
- package/dist/vyper.mjs +1 -1
- package/dist/wikitext.mjs +1 -1
- package/dist/wolfram.mjs +1 -1
- package/dist/yaml.mjs +1 -1
- package/package.json +4 -4
package/dist/asciidoc.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmulatedRegExp } from 'oniguruma-to-es'
|
|
2
2
|
|
|
3
|
-
const lang = Object.freeze({displayName:"AsciiDoc",fileTypes:["ad","asc","adoc","asciidoc","adoc.txt"],name:"asciidoc",patterns:[{include:"#comment"},{include:"#callout-list-item"},{include:"#titles"},{include:"#attribute-entry"},{include:"#blocks"},{include:"#block-title"},{include:"#tables"},{include:"#horizontal-rule"},{include:"#list"},{include:"#inlines"},{include:"#block-attribute"},{include:"#line-break"}],repository:{"admonition-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(NOTE|TIP|IMPORTANT|WARNING|CAUTION)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|====)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.admonition.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(NOTE|TIP|IMPORTANT|WARNING|CAUTION)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(={4,})\p{space}*(?=\n?$)/dgv,comment:"example block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]}]},{begin:/^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):[\p{Zs}\t]+/dgv,captures:{"1":{name:"entity.name.function.asciidoc"}},end:/^[\p{Zs}\t]*(?=\n?$)/dgv,name:"markup.admonition.asciidoc",patterns:[{include:"#inlines"}]}]},"anchor-macro":{patterns:[{captures:{"1":{name:"support.constant.asciidoc"},"2":{name:"markup.blockid.asciidoc"},"3":{name:"string.unquoted.asciidoc"},"4":{name:"support.constant.asciidoc"}},match:/(?<!\\)(\[{2})([\p{Alpha}\:_][\p{Alpha}\p{M}\p{Nd}\p{Pc}\:\.\-]*)(?:,[\p{Zs}\t]*(\P{space}[^\n]*?))?(\]{2})/dgv,name:"markup.other.anchor.asciidoc"},{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.blockid.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(anchor):(\P{space}+)\[([^\n]*?[^\\])?\]/dgv,name:"markup.other.anchor.asciidoc"}]},"attribute-entry":{patterns:[{begin:/^(:)(!?[\p{L}\p{M}\p{N}\p{Pc}][^\n]*?)(:)([\p{Zs}\t]+[^\n]+[\p{Zs}\t](?:\+|\\))(?=\n?$)/dgv,beginCaptures:{"1":{name:"punctuation.separator.attribute-entry.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"},"3":{name:"punctuation.separator.attribute-entry.asciidoc"},"4":{name:"string.unquoted.attribute-value.asciidoc",patterns:[{include:"#inlines"},{include:"#hard-break-backslash"},{include:"#line-break"},{include:"#line-break-backslash"}]}},contentName:"string.unquoted.attribute-value.asciidoc",end:/^[\p{Zs}\t]+[^\n]+(?=\n?$)(?<!\+|\\)|^[\p{Zs}\t]*(?=\n?$)/dgv,endCaptures:{"0":{name:"string.unquoted.attribute-value.asciidoc"}},name:"meta.definition.attribute-entry.asciidoc",patterns:[{include:"#inlines"},{include:"#hard-break-backslash"},{include:"#line-break"},{include:"#line-break-backslash"}]},{captures:{"1":{name:"punctuation.separator.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"},"3":{name:"punctuation.separator.asciidoc"},"4":{name:"string.unquoted.attribute-value.asciidoc",patterns:[{include:"#inlines"},{include:"#line-break"}]}},match:/^(:)(!?[\p{L}\p{M}\p{N}\p{Pc}][^\n]*?)(:)([\p{Zs}\t]+([^\n]*))?(?=\n?$)/dgv,name:"meta.definition.attribute-entry.asciidoc"}]},"attribute-reference":{patterns:[{captures:{"2":{name:"entity.name.function.asciidoc"},"3":{name:"punctuation.separator.asciidoc"},"4":{name:"support.constant.attribute-name.asciidoc"},"6":{name:"punctuation.separator.asciidoc"},"7":{name:"string.unquoted.attribute-value.asciidoc"}},match:/(?<!\\)(\{)(set|counter2?)(:)([\p{Alpha}\p{Nd}\-_\!]+)((:)([^\n]*?))?(?<!\\)(\})/dgv,name:"markup.substitution.attribute-reference.asciidoc"},{match:/(?<!\\)(\{)([\p{L}\p{M}\p{N}\p{Pc}]+(?:[\-][\p{L}\p{M}\p{N}\p{Pc}]+)*)(?<!\\)(\})/dgv,name:"markup.substitution.attribute-reference.asciidoc"}]},"bibliography-anchor":{patterns:[{captures:{"1":{name:"support.constant.asciidoc"},"2":{name:"markup.biblioref.asciidoc"},"3":{name:"support.constant.asciidoc"}},match:/(?<!\\)(\[{3})([\p{Alpha}\p{M}\p{Nd}\p{Pc}\:][\p{Alpha}\p{M}\p{Nd}\p{Pc}\:\.\-]*?)(\]{3})/dgv,name:"bibliography-anchor.asciidoc"}]},"bibtex-macro":{patterns:[{begin:/(?<!\\)(citenp:)([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.bibtex.asciidoc"}]},"block-attribute":{patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(|[\p{Zs}\t]*[\p{Alpha}\p{M}\p{Nd}\p{Pc}\{\,\.\#"'\%][^\n]*)\](?=\n?$)/dgv,name:"markup.heading.block-attribute.asciidoc"}]},"block-attribute-inner":{patterns:[{comment:"separators",match:/([\,\.\#\%])/dgv,name:"punctuation.separator.asciidoc"},{captures:{"0":{name:"markup.meta.attribute-list.asciidoc",patterns:[{include:"#keywords"}]}},comment:"blockname",match:/(?<=\[)([^\[\]\,\.\#\%\=]+)/dgv},{captures:{"0":{patterns:[{include:"#attribute-reference"}]}},comment:"attributes",match:/(?<=\{|,|[^\n]|#|"|'|%)([^\]\,\.\#\%]+)/dgv,name:"markup.meta.attribute-list.asciidoc"}]},"block-callout":{patterns:[{captures:{"2":{name:"constant.other.symbol.asciidoc"},"4":{name:"constant.numeric.asciidoc"},"5":{name:"constant.other.symbol.asciidoc"}},match:/(?:(?:\/\/|#|--|;;) ?)?( )?(?<!\\)(<)!?(--|)(\p{Nd}+)\3(>)(?=(?: ?<!?\3\p{Nd}+\3>)*(?=\n?$))/dgv,name:"callout.source.code.asciidoc"}]},"block-title":{patterns:[{begin:/^\.([^\p{Zs}\t\.][^\n]*)/dgv,captures:{"1":{name:"markup.heading.blocktitle.asciidoc"}},end:/(?=\n?$)/dgv}]},blocks:{patterns:[{include:"#front-matter-block"},{include:"#comment-paragraph"},{include:"#admonition-paragraph"},{include:"#quote-paragraph"},{include:"#listing-paragraph"},{include:"#source-paragraphs"},{include:"#passthrough-paragraph"},{include:"#example-paragraph"},{include:"#sidebar-paragraph"},{include:"#literal-paragraph"},{include:"#open-block"}]},"callout-list-item":{patterns:[{captures:{"1":{name:"constant.other.symbol.asciidoc"},"2":{name:"constant.numeric.asciidoc"},"3":{name:"constant.other.symbol.asciidoc"},"4":{patterns:[{include:"#inlines"}]}},match:/^(<)(\p{Nd}+)(>)[\p{Zs}\t]+([^\n]*)(?=\n?$)/dgv,name:"callout.asciidoc"}]},characters:{patterns:[{captures:{"1":{name:"constant.character.asciidoc"},"3":{name:"constant.character.asciidoc"}},match:/(?<!\\)(&)(\P{space}+?)(;)/dgv,name:"markup.character-reference.asciidoc"}]},comment:{patterns:[{begin:/^(\/{4,})(?=\n?$)/dgv,end:/^\1(?=\n?$)()/dgv,name:"comment.block.asciidoc",patterns:[{include:"#inlines"}]},{match:/^\/{2}([^\/][^\n]*)?(?=\n?$)/dgv,name:"comment.inline.asciidoc"}]},"comment-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(comment)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"comment.block.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(comment)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{include:"#inlines"}]}]},emphasis:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.italic.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\]]+?\])?((__)((?!_)[^\n]+?)(__))/dgv,name:"markup.emphasis.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.italic.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?!_{4,}\p{space}*(?=\n?$))(?<=^|[^\p{Alpha}\p{M}\p{Nd}\p{Pc}\;\:])(\[[^\]]+?\])?((_)(\P{space}|\P{space}[^\n]*?\P{space})(_))(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.emphasis.constrained.asciidoc"}]},"example-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(example)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|====)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.example.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(example)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(={4,})(?=\n?$)/dgv,comment:"example block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{begin:/^(-{2})(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{include:"#inlines"}]},{begin:/^(={4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.example.asciidoc",patterns:[{include:"$self"}]}]},"footnote-macro":{patterns:[{begin:/(?<!\\)footnote(?:(ref):|:([\p{L}\p{M}\p{N}\p{Pc}\-]+)?)\[(?:|([^\n]*?[^\\]))\]/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.other.footnote.asciidoc",patterns:[{include:"#inlines"}]}]},"front-matter-block":{patterns:[{begin:/^(-{3}(?=\n?$))/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.front-matter.asciidoc",patterns:[{include:"source.yaml"}]}]},"general-block-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"punctuation.separator.asciidoc"},"3":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"4":{name:"punctuation.separator.asciidoc"},"5":{name:"string.unquoted.asciidoc",patterns:[{include:"#attribute-reference"}]},"6":{name:"punctuation.separator.asciidoc"}},match:/^([\p{Alpha}\p{M}\p{Nd}\p{Pc}]+)(::)(\P{space}*?)(\[)((?:\\\]|[^\]])*?)(\])(?=\n?$)/dgv,name:"markup.macro.block.general.asciidoc"}]},"hard-break-backslash":{patterns:[{captures:{"1":{name:"constant.other.symbol.hard-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\+ \\)(?=\n?$)/dgv}]},"horizontal-rule":{patterns:[{match:/^(?:'|<){3,}(?=\n?$)|^ {0,3}([\-\*'])( *)\1\2\1(?=\n?$)/dgv,name:"constant.other.symbol.horizontal-rule.asciidoc"}]},"image-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(image|icon):([^\:\[][^\[]*)\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.macro.image.asciidoc"}]},"include-directive":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"punctuation.separator.asciidoc"},"3":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"4":{name:"punctuation.separator.asciidoc"},"5":{name:"string.unquoted.asciidoc",patterns:[{include:"#attribute-reference"}]},"6":{name:"punctuation.separator.asciidoc"}},match:/^(include)(::)([^\[]+)(\[)([^\n]*?)(\])(?=\n?$)/dgv}]},inlines:{patterns:[{include:"#typographic-quotes"},{include:"#strong"},{include:"#monospace"},{include:"#emphasis"},{include:"#superscript"},{include:"#subscript"},{include:"#mark"},{include:"#general-block-macro"},{include:"#anchor-macro"},{include:"#footnote-macro"},{include:"#image-macro"},{include:"#kbd-macro"},{include:"#link-macro"},{include:"#stem-macro"},{include:"#menu-macro"},{include:"#passthrough-macro"},{include:"#xref-macro"},{include:"#attribute-reference"},{include:"#characters"},{include:"#bibtex-macro"},{include:"#bibliography-anchor"}]},"kbd-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(kbd|btn):(\[)((?:\\\]|[^\]])+?)(\])/dgv,name:"markup.macro.kbd.asciidoc"}]},keywords:{patterns:[{comment:"Admonition",match:/(NOTE|TIP|IMPORTANT|WARNING|CAUTION)/dgv,name:"entity.name.function.asciidoc"},{comment:"Paragraph or verbatim",match:/(comment|example|literal|listing|normal|pass|quote|sidebar|source|verse|abstract|partintro)/dgv,name:"entity.name.function.asciidoc"},{comment:"Diagram",match:/(actdiag|blockdiag|ditaa|graphviz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)/dgv,name:"entity.name.function.asciidoc"},{comment:"Others",match:/(sect[1-4]|preface|colophon|dedication|glossary|bibliography|synopsis|appendix|index|normal|partintro|music|latex|stem)/dgv,name:"entity.name.function.asciidoc"}]},"line-break":{patterns:[{captures:{"1":{name:"variable.line-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\+)(?=\n?$)/dgv}]},"line-break-backslash":{patterns:[{captures:{"1":{name:"variable.line-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\\)(?=\n?$)/dgv}]},"link-macro":{patterns:[{captures:{"1":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"2":{name:"string.unquoted.asciidoc"}},match:/(?:^|<|[\p{space}\>\(\)\[\]\;])((?<!\\)(?:https?|file|ftp|irc):\/\/[^\p{space}\[\]\<]*[^\p{space}\.\,\[\]\<\)])(?:\[((?:\\\]|[^\]])*?)\])?/dgv,name:"markup.other.url.asciidoc"},{captures:{"1":{name:"markup.substitution.attribute-reference.asciidoc"},"2":{name:"string.unquoted.asciidoc"}},match:/(?:^|<|[\p{Zs}\t\>\(\)\[\]\;])((?<!\\)\{uri-[\p{L}\p{M}\p{N}\p{Pc}]+(?:[\-][\p{L}\p{M}\p{N}\p{Pc}]+)*(?<!\\)\})\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.other.url.asciidoc"},{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(link|mailto):([^\p{space}\[]+)\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.other.url.asciidoc"},{match:/[\p{Alpha}\p{M}\p{Nd}\p{Pc}][\p{Alpha}\p{M}\p{Nd}\p{Pc}\.\%\+\-]*(@)[\p{Alpha}\p{Nd}][\p{Alpha}\p{Nd}\.\-]*(\.)\p{Alpha}{2,4}\b/dgv,name:"markup.link.email.asciidoc"}]},list:{patterns:[{captures:{"1":{name:"markup.list.bullet.asciidoc"},"2":{name:"markup.todo.box.asciidoc"}},match:/^\p{space}*(-)[\p{Zs}\t](\[[\p{Zs}\t\*x]\])(?=[\p{Zs}\t])/dgv,name:"markup.todo.asciidoc"},{captures:{"1":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*(-|\*{1,5}|•{1,5})(?=[\p{Zs}\t])/dgv,name:"markup.list.asciidoc"},{captures:{"1":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*(\.{1,5}|\p{Nd}+\.|[a-zA-Z]\.|[IVXivx]+\))(?=[\p{Zs}\t])/dgv,name:"markup.list.asciidoc"},{captures:{"1":{patterns:[{include:"#link-macro"},{include:"#attribute-reference"}]},"2":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*([^\n]*?\P{space})(:{2,4}|;;)((?=\n?$)|[\p{Zs}\t]+)/dgv,name:"markup.heading.list.asciidoc"}]},"listing-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(listing)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.listing.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(listing)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",end:/^((?!))(?=\n?$)/dgv},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv},{include:"#inlines"}]}]},"literal-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(literal)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.literal.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(literal)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\.{4,})(?=\n?$)/dgv,comment:"literal block",end:/^((?!))(?=\n?$)/dgv},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv},{include:"#inlines"}]},{begin:/^(\.{4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.literal.asciidoc"}]},mark:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.mark.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\]]+?\])((##)([^\n]+?)(##))/dgv,name:"markup.mark.unconstrained.asciidoc"},{captures:{"1":{name:"markup.highlight.asciidoc"},"2":{name:"punctuation.definition.asciidoc"},"4":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)((##)([^\n]+?)(##))/dgv,name:"markup.mark.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.mark.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\#])(\[[^\]]+?\])((#)(\P{space}|\P{space}[^\n]*?\P{space})(#)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.mark.constrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.highlight.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\#])(\[[^\]]+?\])?((#)(\P{space}|\P{space}[^\n]*?\P{space})(#)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.mark.constrained.asciidoc"}]},"menu-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(menu):([\p{Alpha}\p{M}\p{Nd}\p{Pc}]|[\p{Alpha}\p{M}\p{Nd}\p{Pc}][^\n]*?\P{space})\[[\p{Zs}\t]*([^\n]+?)?\]/dgv,name:"markup.other.menu.asciidoc"}]},monospace:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.raw.monospace.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((``)([^\n]+?)(``))/dgv,name:"markup.monospace.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.raw.monospace.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}"'\`])(\[[^\n]+?\])?((`)(\P{space}|\P{space}[^\n]*?\P{space})(`))(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}"'\`])/dgv,name:"markup.monospace.constrained.asciidoc"}]},"open-block":{patterns:[{begin:/^(-{2})(?=\n?$)/dgv,beginCaptures:{"1":{name:"constant.other.symbol.asciidoc"}},end:/^((?!))(?=\n?$)/dgv,endCaptures:{"1":{name:"constant.other.symbol.asciidoc"}},name:"markup.block.open.asciidoc",patterns:[{include:"$self"}]}]},"passthrough-macro":{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"support.constant.asciidoc"},"4":{name:"string.unquoted.asciidoc",patterns:[{include:"text.html.basic"}]},"5":{name:"support.constant.asciidoc"}},match:/(?:(?<!\\)(\[([^\]]+?)\]))?\\{0,2}(?<delim>\+{2,3}|\${2})([^\n]*?)(\3)/dgv,name:"markup.macro.inline.passthrough.asciidoc"},{begin:/(?<!\\)(pass:)([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.passthrough.asciidoc",patterns:[{include:"text.html.basic"}]}]},"passthrough-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(pass)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\+\+)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.passthrough.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(pass)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\+{4,})\p{space}*(?=\n?$)/dgv,comment:"passthrough block",end:/(?<=\1)()/dgv,patterns:[{include:"text.html.basic"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)()/dgv,patterns:[{include:"text.html.basic"}]}]},{begin:/(^\+{4,}(?=\n?$))/dgv,end:/\1()/dgv,name:"markup.block.passthrough.asciidoc",patterns:[{include:"text.html.basic"}]}]},"quote-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(quote|verse)((?:,|#|\\.|%)([^\\,\\]]+))*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=____|""|--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(quote|verse)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{include:"#inlines"},{begin:/^([_]{4,})\p{space}*(?=\n?$)/dgv,comment:"quotes block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^("{2})\p{space}*(?=\n?$)/dgv,comment:"air quotes",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)(?=\n?$)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]}]},{begin:/^("")(?=\n?$)/dgv,end:/^\1(?=\n?$)()/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^[\p{Zs}\t]*(>) /dgv,end:/^[\p{Zs}\t]*?(?=\n?$)/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{include:"#inlines"},{include:"#list"}]}]},"sidebar-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(sidebar)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\*\*\*\*)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.sidebar.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(sidebar)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\*{4,})(?=\n?$)/dgv,comment:"sidebar block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{begin:/^(-{2})(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{include:"#inlines"}]},{begin:/^(\*{4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.sidebar.asciidoc",patterns:[{include:"$self"}]}]},"source-asciidoctor":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.c.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ll][Oo][Jj][Uu][Rr][Ee])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.clojure.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ll][Oo][Jj][Uu][Rr][Ee])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Oo][Ff][Ff][Ee][Ee]-?([Ssſ][Cc][Rr][Ii][Pp][Tt])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.coffee.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Oo][Ff][Ff][Ee][Ee]-?([Ssſ][Cc][Rr][Ii][Pp][Tt])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc]([Pp][Pp]|\\+\\+))((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.cpp.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc]([Pp][Pp]|\+\+))((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ssſ]([Hh][Aa][Rr][Pp])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.cs.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ssſ]([Hh][Aa][Rr][Pp])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Dd][Ii][Ff][Ff]|[Pp][Aa][Tt][Cc][Hh]|[Rr][Ee][Jj])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.diff.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Dd][Ii][Ff][Ff]|[Pp][Aa][Tt][Cc][Hh]|[Rr][Ee][Jj])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Dd][Oo][Cc][KKk][Ee][Rr]([Ff][Ii][Ll][Ee])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.dockerfile.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Dd][Oo][Cc][KKk][Ee][Rr]([Ff][Ii][Ll][Ee])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Ll][Ii][Xx][Ii][Rr])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.elixir.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Ll][Ii][Xx][Ii][Rr])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Ll][Mm])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.elm.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Ll][Mm])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Rr][Ll][Aa][Nn][Gg])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.erlang.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Rr][Ll][Aa][Nn][Gg])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Gg][Oo]([Ll][Aa][Nn][Gg])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.go.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Gg][Oo]([Ll][Aa][Nn][Gg])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Gg][Rr][Oo][Oo][Vv][Yy])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.groovy.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Gg][Rr][Oo][Oo][Vv][Yy])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Hh][Aa][Ssſ][KKk][Ee][Ll][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.haskell.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Hh][Aa][Ssſ][KKk][Ee][Ll][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Hh][Tt][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.basic.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Hh][Tt][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Aa][Vv][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.java.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Aa][Vv][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Aa][Vv][Aa][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Jj][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.js.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Aa][Vv][Aa][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Jj][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Ssſ][Oo][Nn])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.json.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Ssſ][Oo][Nn])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Ssſ][Xx])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.js.jsx.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Ssſ][Xx])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Uu][Ll][Ii][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.julia.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Uu][Ll][Ii][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([KKk][Oo][Tt][Ll][Ii][Nn]|[KKk][Tt][Ssſ]?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.kotlin.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([KKk][Oo][Tt][Ll][Ii][Nn]|[KKk][Tt][Ssſ]?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ll][Ee][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.less.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ll][Ee][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Aa][KKk][Ee]([Ff][Ii][Ll][Ee])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.makefile.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Aa][KKk][Ee]([Ff][Ii][Ll][Ee])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Aa][Rr][KKk][Dd][Oo][Ww][Nn]|[Mm][Dd][Oo][Ww][Nn]|[Mm][Dd])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.gfm.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Aa][Rr][KKk][Dd][Oo][Ww][Nn]|[Mm][Dd][Oo][Ww][Nn]|[Mm][Dd])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Uu][Ssſ][Tt][Aa][Cc][Hh][Ee])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.mustache.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Uu][Ssſ][Tt][Aa][Cc][Hh][Ee])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Oo][Bb][Jj][Cc]|[Oo][Bb][Jj][Ee][Cc][Tt][Ii][Vv][Ee]-[Cc])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.objc.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Oo][Bb][Jj][Cc]|[Oo][Bb][Jj][Ee][Cc][Tt][Ii][Vv][Ee]-[Cc])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Oo][Cc][Aa][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ocaml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Oo][Cc][Aa][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Ee][Rr][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.perl.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Ee][Rr][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Ee][Rr][Ll]6)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.perl6.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Ee][Rr][Ll]6)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Hh][Pp])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.php.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Hh][Pp])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Rr][Oo][Pp][Ee][Rr][Tt][Ii][Ee][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.asciidoc.properties.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Rr][Oo][Pp][Ee][Rr][Tt][Ii][Ee][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Yy]([Tt][Hh][Oo][Nn])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.python.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Yy]([Tt][Hh][Oo][Nn])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.r.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr][Uu][Bb][Yy]|[Rr][Bb])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ruby.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr][Uu][Bb][Yy]|[Rr][Bb])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr][Uu][Ssſ][Tt]|[Rr][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.rust.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr][Uu][Ssſ][Tt]|[Rr][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Aa][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.sass.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Aa][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Cc][Aa][Ll][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.scala.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Cc][Aa][Ll][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Cc][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.scss.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Cc][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Hh]|[Bb][Aa][Ssſ][Hh]|[Ssſ][Hh][Ee][Ll][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.shell.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Hh]|[Bb][Aa][Ssſ][Hh]|[Ssſ][Hh][Ee][Ll][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Qq][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.sql.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Qq][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Ww][Ii][Ff][Tt])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.swift.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Ww][Ii][Ff][Tt])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Tt][Oo][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.toml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Tt][Oo][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Tt][Yy][Pp][Ee][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Tt][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ts.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Tt][Yy][Pp][Ee][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Tt][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Xx][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.xml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Xx][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Yy][Aa]?[Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.yaml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Yy][Aa]?[Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=($E$^\\[(source)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"useEmulationGroups":true}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]}]},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,beginCaptures:{"0":{name:"support.asciidoc"}},end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]}]},"source-markdown":{patterns:[{begin:/^\p{space}*(`{3,})\p{space}*(c)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.c",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.c.asciidoc",patterns:[{include:"#block-callout"},{include:"source.c"}]},{begin:/^\p{space}*(`{3,})\p{space}*(clojure)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.clojure",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.clojure.asciidoc",patterns:[{include:"#block-callout"},{include:"source.clojure"}]},{begin:/^\p{space}*(`{3,})\p{space}*(coffee-?(script)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.coffee",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.coffee.asciidoc",patterns:[{include:"#block-callout"},{include:"source.coffee"}]},{begin:/^\p{space}*(`{3,})\p{space}*(c(pp|\+\+))\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.cpp",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.cpp.asciidoc",patterns:[{include:"#block-callout"},{include:"source.cpp"}]},{begin:/^\p{space}*(`{3,})\p{space}*(css)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css"}]},{begin:/^\p{space}*(`{3,})\p{space}*(cs(harp)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.cs",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.cs.asciidoc",patterns:[{include:"#block-callout"},{include:"source.cs"}]},{begin:/^\p{space}*(`{3,})\p{space}*(diff|patch|rej)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.diff",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.diff.asciidoc",patterns:[{include:"#block-callout"},{include:"source.diff"}]},{begin:/^\p{space}*(`{3,})\p{space}*(docker(file)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.dockerfile",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.dockerfile.asciidoc",patterns:[{include:"#block-callout"},{include:"source.dockerfile"}]},{begin:/^\p{space}*(`{3,})\p{space}*(elixir)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.elixir",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.elixir.asciidoc",patterns:[{include:"#block-callout"},{include:"source.elixir"}]},{begin:/^\p{space}*(`{3,})\p{space}*(elm)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.elm",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.elm.asciidoc",patterns:[{include:"#block-callout"},{include:"source.elm"}]},{begin:/^\p{space}*(`{3,})\p{space}*(erlang)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.erlang",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.erlang.asciidoc",patterns:[{include:"#block-callout"},{include:"source.erlang"}]},{begin:/^\p{space}*(`{3,})\p{space}*(go(lang)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.go",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.go.asciidoc",patterns:[{include:"#block-callout"},{include:"source.go"}]},{begin:/^\p{space}*(`{3,})\p{space}*(groovy)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.groovy",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.groovy.asciidoc",patterns:[{include:"#block-callout"},{include:"source.groovy"}]},{begin:/^\p{space}*(`{3,})\p{space}*(haskell)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.haskell",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.haskell.asciidoc",patterns:[{include:"#block-callout"},{include:"source.haskell"}]},{begin:/^\p{space}*(`{3,})\p{space}*(html)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.basic",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.basic.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.basic"}]},{begin:/^\p{space}*(`{3,})\p{space}*(java)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.java",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.java.asciidoc",patterns:[{include:"#block-callout"},{include:"source.java"}]},{begin:/^\p{space}*(`{3,})\p{space}*(javascript|js)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.js",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.js.asciidoc",patterns:[{include:"#block-callout"},{include:"source.js"}]},{begin:/^\p{space}*(`{3,})\p{space}*(json)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.json",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.json.asciidoc",patterns:[{include:"#block-callout"},{include:"source.json"}]},{begin:/^\p{space}*(`{3,})\p{space}*(jsx)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.js.jsx",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.js.jsx.asciidoc",patterns:[{include:"#block-callout"},{include:"source.js.jsx"}]},{begin:/^\p{space}*(`{3,})\p{space}*(julia)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.julia",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.julia.asciidoc",patterns:[{include:"#block-callout"},{include:"source.julia"}]},{begin:/^\p{space}*(`{3,})\p{space}*(kotlin|kts?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.kotlin",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.kotlin.asciidoc",patterns:[{include:"#block-callout"},{include:"source.kotlin"}]},{begin:/^\p{space}*(`{3,})\p{space}*(less)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css.less",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.less.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css.less"}]},{begin:/^\p{space}*(`{3,})\p{space}*(make(file)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.makefile",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.makefile.asciidoc",patterns:[{include:"#block-callout"},{include:"source.makefile"}]},{begin:/^\p{space}*(`{3,})\p{space}*(markdown|mdown|md)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.gfm",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.gfm.asciidoc",patterns:[{include:"#block-callout"},{include:"source.gfm"}]},{begin:/^\p{space}*(`{3,})\p{space}*(mustache)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.mustache",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.mustache.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.mustache"}]},{begin:/^\p{space}*(`{3,})\p{space}*(objc|objective-c)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.objc",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.objc.asciidoc",patterns:[{include:"#block-callout"},{include:"source.objc"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ocaml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ocaml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ocaml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ocaml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(perl)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.perl",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.perl.asciidoc",patterns:[{include:"#block-callout"},{include:"source.perl"}]},{begin:/^\p{space}*(`{3,})\p{space}*(perl6)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.perl6",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.perl6.asciidoc",patterns:[{include:"#block-callout"},{include:"source.perl6"}]},{begin:/^\p{space}*(`{3,})\p{space}*(php)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.php",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.php.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.php"}]},{begin:/^\p{space}*(`{3,})\p{space}*(properties)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.asciidoc.properties",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.asciidoc.properties.asciidoc",patterns:[{include:"#block-callout"},{include:"source.asciidoc.properties"}]},{begin:/^\p{space}*(`{3,})\p{space}*(py(thon)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.python",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.python.asciidoc",patterns:[{include:"#block-callout"},{include:"source.python"}]},{begin:/^\p{space}*(`{3,})\p{space}*(r)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.r",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.r.asciidoc",patterns:[{include:"#block-callout"},{include:"source.r"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ruby|rb)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ruby",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ruby.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ruby"}]},{begin:/^\p{space}*(`{3,})\p{space}*(rust|rs)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.rust",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.rust.asciidoc",patterns:[{include:"#block-callout"},{include:"source.rust"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sass)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.sass",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.sass.asciidoc",patterns:[{include:"#block-callout"},{include:"source.sass"}]},{begin:/^\p{space}*(`{3,})\p{space}*(scala)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.scala",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.scala.asciidoc",patterns:[{include:"#block-callout"},{include:"source.scala"}]},{begin:/^\p{space}*(`{3,})\p{space}*(scss)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css.scss",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.scss.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css.scss"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sh|bash|shell)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.shell",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.shell.asciidoc",patterns:[{include:"#block-callout"},{include:"source.shell"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sql)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.sql",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.sql.asciidoc",patterns:[{include:"#block-callout"},{include:"source.sql"}]},{begin:/^\p{space}*(`{3,})\p{space}*(swift)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.swift",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.swift.asciidoc",patterns:[{include:"#block-callout"},{include:"source.swift"}]},{begin:/^\p{space}*(`{3,})\p{space}*(toml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.toml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.toml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.toml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(typescript|ts)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ts",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ts.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ts"}]},{begin:/^\p{space}*(`{3,})\p{space}*(xml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.xml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.xml.asciidoc",patterns:[{include:"#block-callout"},{include:"text.xml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ya?ml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.yaml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.yaml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.yaml"}]},{begin:/^\p{space}*(`{3,})[^\n]*(?=\n?$)/dgv,beginCaptures:{"0":{name:"support.asciidoc"}},end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"}]}]},"source-paragraphs":{patterns:[{include:"#source-asciidoctor"},{include:"#source-markdown"}]},"stem-macro":{patterns:[{begin:/(?<!\\)(stem|(?:latex|ascii)math):([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.stem.asciidoc"}]},strong:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.bold.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\n]+?\])?((\*\*)([^\n]+?)(\*\*))/dgv,name:"markup.strong.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.bold.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\*])(\[[^\n]+?\])?((\*)(\P{space}|\P{space}[^\n]*?\P{space})(\*)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.strong.constrained.asciidoc"}]},subscript:{patterns:[{captures:{"1":{name:"markup.meta.sub.attribute-list.asciidoc"},"2":{name:"markup.sub.subscript.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((~)(\P{space}+?)(~))/dgv,name:"markup.subscript.asciidoc"}]},superscript:{patterns:[{captures:{"1":{name:"markup.meta.super.attribute-list.asciidoc"},"2":{name:"markup.super.superscript.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((\^)(\P{space}+?)(\^))/dgv,name:"markup.superscript.asciidoc"}]},"table-csv":{patterns:[{begin:/^(,===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.csv.asciidoc",patterns:[{include:"text.csv"},{captures:{"0":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator",match:/,/dgv},{include:"#general-block-macro"}]}]},"table-dsv":{patterns:[{begin:/^(:===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.dsv.asciidoc",patterns:[{captures:{"0":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator",match:/:/dgv},{include:"#general-block-macro"}]}]},"table-nested":{patterns:[{begin:/^(!===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"markup.table.content.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.nested.asciidoc",patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator and attributes",match:/(^|[^\p{Zs}\t\\]*)(?<!\\)(!)/dgv},{include:"#tables-includes"}]}]},"table-psv":{patterns:[{begin:/^(\|===)\p{space}*(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"markup.table.content.asciidoc",end:/^((?!))\p{space}*(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.asciidoc",patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator and attributes",match:/(^|[^\p{Zs}\t\\]*)(?<!\\)(\|)/dgv},{include:"#tables-includes"}]}]},tables:{patterns:[{include:"#table-psv"},{include:"#table-nested"},{include:"#table-csv"},{include:"#table-dsv"}]},"tables-includes":{patterns:[{include:"#comment"},{include:"#callout-list-item"},{include:"#attribute-entry"},{include:"#block-title"},{include:"#explicit-paragraph"},{include:"#section"},{include:"#blocks"},{include:"#list"},{include:"#inlines"},{include:"#line-break"}]},titles:{patterns:[{begin:/^((?:=|#){6})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-5.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){5})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-4.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){4})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-3.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){3})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-2.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){2})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-1.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){1})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-0.asciidoc",patterns:[{include:"$self"}]}]},"typographic-quotes":{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},comment:"double-quoted",match:/(?:^|(?<![\p{Alpha}\p{M}\p{Nd}\p{Pc}]|;|:))(\[([^\]]+?)\])?("`)(\P{space}|\P{space}[^\n]*?\P{space})(`")(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.italic.quote.typographic-quotes.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},comment:"single-quoted",match:/(?:^|(?<![\p{Alpha}\p{M}\p{Nd}\p{Pc}]|;|:))(\[([^\]]+?)\])?('`)(\P{space}|\P{space}[^\n]*?\P{space})(`')(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.italic.quote.typographic-quotes.asciidoc"}]},"xref-macro":{patterns:[{captures:{"1":{name:"constant.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"string.unquoted.asciidoc"},"4":{name:"constant.asciidoc"}},match:/(?<!\\)(<<)([\p{Alpha}\p{M}\p{Nd}\p{Pc}"\:\.\/]+,)?([^\n]*?)(>>)/dgv,name:"markup.reference.xref.asciidoc"},{begin:/(?<!\\)(xref:)([\p{Alpha}\p{M}\p{Nd}\p{Pc}"\:\.\/][^\n]*?)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.reference.xref.asciidoc"}]}},scopeName:"text.asciidoc",embeddedLangs:[],aliases:["adoc"],embeddedLangsLazy:["html","yaml","csv","c","clojure","coffee","cpp","css","csharp","diff","docker","elixir","elm","erlang","go","groovy","haskell","java","javascript","json","jsx","julia","kotlin","less","make","objective-c","ocaml","perl","python","r","ruby","rust","sass","scala","scss","shellscript","sql","swift","toml","typescript","xml"]})
|
|
3
|
+
const lang = Object.freeze({displayName:"AsciiDoc",fileTypes:["ad","asc","adoc","asciidoc","adoc.txt"],name:"asciidoc",patterns:[{include:"#comment"},{include:"#callout-list-item"},{include:"#titles"},{include:"#attribute-entry"},{include:"#blocks"},{include:"#block-title"},{include:"#tables"},{include:"#horizontal-rule"},{include:"#list"},{include:"#inlines"},{include:"#block-attribute"},{include:"#line-break"}],repository:{"admonition-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(NOTE|TIP|IMPORTANT|WARNING|CAUTION)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|====)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.admonition.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(NOTE|TIP|IMPORTANT|WARNING|CAUTION)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(={4,})\p{space}*(?=\n?$)/dgv,comment:"example block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]}]},{begin:/^(NOTE|TIP|IMPORTANT|WARNING|CAUTION):[\p{Zs}\t]+/dgv,captures:{"1":{name:"entity.name.function.asciidoc"}},end:/^[\p{Zs}\t]*(?=\n?$)/dgv,name:"markup.admonition.asciidoc",patterns:[{include:"#inlines"}]}]},"anchor-macro":{patterns:[{captures:{"1":{name:"support.constant.asciidoc"},"2":{name:"markup.blockid.asciidoc"},"3":{name:"string.unquoted.asciidoc"},"4":{name:"support.constant.asciidoc"}},match:/(?<!\\)(\[{2})([\p{Alpha}\:_][\p{Alpha}\p{M}\p{Nd}\p{Pc}\:\.\-]*)(?:,[\p{Zs}\t]*(\P{space}[^\n]*?))?(\]{2})/dgv,name:"markup.other.anchor.asciidoc"},{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.blockid.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(anchor):(\P{space}+)\[([^\n]*?[^\\])?\]/dgv,name:"markup.other.anchor.asciidoc"}]},"attribute-entry":{patterns:[{begin:/^(:)(!?[\p{L}\p{M}\p{N}\p{Pc}][^\n]*?)(:)([\p{Zs}\t]+[^\n]+[\p{Zs}\t](?:\+|\\))(?=\n?$)/dgv,beginCaptures:{"1":{name:"punctuation.separator.attribute-entry.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"},"3":{name:"punctuation.separator.attribute-entry.asciidoc"},"4":{name:"string.unquoted.attribute-value.asciidoc",patterns:[{include:"#inlines"},{include:"#hard-break-backslash"},{include:"#line-break"},{include:"#line-break-backslash"}]}},contentName:"string.unquoted.attribute-value.asciidoc",end:/^[\p{Zs}\t]+[^\n]+(?=\n?$)(?<!\+|\\)|^[\p{Zs}\t]*(?=\n?$)/dgv,endCaptures:{"0":{name:"string.unquoted.attribute-value.asciidoc"}},name:"meta.definition.attribute-entry.asciidoc",patterns:[{include:"#inlines"},{include:"#hard-break-backslash"},{include:"#line-break"},{include:"#line-break-backslash"}]},{captures:{"1":{name:"punctuation.separator.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"},"3":{name:"punctuation.separator.asciidoc"},"4":{name:"string.unquoted.attribute-value.asciidoc",patterns:[{include:"#inlines"},{include:"#line-break"}]}},match:/^(:)(!?[\p{L}\p{M}\p{N}\p{Pc}][^\n]*?)(:)([\p{Zs}\t]+([^\n]*))?(?=\n?$)/dgv,name:"meta.definition.attribute-entry.asciidoc"}]},"attribute-reference":{patterns:[{captures:{"2":{name:"entity.name.function.asciidoc"},"3":{name:"punctuation.separator.asciidoc"},"4":{name:"support.constant.attribute-name.asciidoc"},"6":{name:"punctuation.separator.asciidoc"},"7":{name:"string.unquoted.attribute-value.asciidoc"}},match:/(?<!\\)(\{)(set|counter2?)(:)([\p{Alpha}\p{Nd}\-_\!]+)((:)([^\n]*?))?(?<!\\)(\})/dgv,name:"markup.substitution.attribute-reference.asciidoc"},{match:/(?<!\\)(\{)([\p{L}\p{M}\p{N}\p{Pc}]+(?:[\-][\p{L}\p{M}\p{N}\p{Pc}]+)*)(?<!\\)(\})/dgv,name:"markup.substitution.attribute-reference.asciidoc"}]},"bibliography-anchor":{patterns:[{captures:{"1":{name:"support.constant.asciidoc"},"2":{name:"markup.biblioref.asciidoc"},"3":{name:"support.constant.asciidoc"}},match:/(?<!\\)(\[{3})([\p{Alpha}\p{M}\p{Nd}\p{Pc}\:][\p{Alpha}\p{M}\p{Nd}\p{Pc}\:\.\-]*?)(\]{3})/dgv,name:"bibliography-anchor.asciidoc"}]},"bibtex-macro":{patterns:[{begin:/(?<!\\)(citenp:)([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.bibtex.asciidoc"}]},"block-attribute":{patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(|[\p{Zs}\t]*[\p{Alpha}\p{M}\p{Nd}\p{Pc}\{\,\.\#"'\%][^\n]*)\](?=\n?$)/dgv,name:"markup.heading.block-attribute.asciidoc"}]},"block-attribute-inner":{patterns:[{comment:"separators",match:/([\,\.\#\%])/dgv,name:"punctuation.separator.asciidoc"},{captures:{"0":{name:"markup.meta.attribute-list.asciidoc",patterns:[{include:"#keywords"}]}},comment:"blockname",match:/(?<=\[)([^\[\]\,\.\#\%\=]+)/dgv},{captures:{"0":{patterns:[{include:"#attribute-reference"}]}},comment:"attributes",match:/(?<=\{|,|[^\n]|#|"|'|%)([^\]\,\.\#\%]+)/dgv,name:"markup.meta.attribute-list.asciidoc"}]},"block-callout":{patterns:[{captures:{"2":{name:"constant.other.symbol.asciidoc"},"4":{name:"constant.numeric.asciidoc"},"5":{name:"constant.other.symbol.asciidoc"}},match:/(?:(?:\/\/|#|--|;;) ?)?( )?(?<!\\)(<)!?(--|)(\p{Nd}+)\3(>)(?=(?: ?<!?\3\p{Nd}+\3>)*(?=\n?$))/dgv,name:"callout.source.code.asciidoc"}]},"block-title":{patterns:[{begin:/^\.([^\p{Zs}\t\.][^\n]*)/dgv,captures:{"1":{name:"markup.heading.blocktitle.asciidoc"}},end:/(?=\n?$)/dgv}]},blocks:{patterns:[{include:"#front-matter-block"},{include:"#comment-paragraph"},{include:"#admonition-paragraph"},{include:"#quote-paragraph"},{include:"#listing-paragraph"},{include:"#source-paragraphs"},{include:"#passthrough-paragraph"},{include:"#example-paragraph"},{include:"#sidebar-paragraph"},{include:"#literal-paragraph"},{include:"#open-block"}]},"callout-list-item":{patterns:[{captures:{"1":{name:"constant.other.symbol.asciidoc"},"2":{name:"constant.numeric.asciidoc"},"3":{name:"constant.other.symbol.asciidoc"},"4":{patterns:[{include:"#inlines"}]}},match:/^(<)(\p{Nd}+)(>)[\p{Zs}\t]+([^\n]*)(?=\n?$)/dgv,name:"callout.asciidoc"}]},characters:{patterns:[{captures:{"1":{name:"constant.character.asciidoc"},"3":{name:"constant.character.asciidoc"}},match:/(?<!\\)(&)(\P{space}+?)(;)/dgv,name:"markup.character-reference.asciidoc"}]},comment:{patterns:[{begin:/^(\/{4,})(?=\n?$)/dgv,end:/^\1(?=\n?$)()/dgv,name:"comment.block.asciidoc",patterns:[{include:"#inlines"}]},{match:/^\/{2}([^\/][^\n]*)?(?=\n?$)/dgv,name:"comment.inline.asciidoc"}]},"comment-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(comment)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"comment.block.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(comment)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{include:"#inlines"}]}]},emphasis:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.italic.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\]]+?\])?((__)((?!_)[^\n]+?)(__))/dgv,name:"markup.emphasis.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.italic.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?!_{4,}\p{space}*(?=\n?$))(?<=^|[^\p{Alpha}\p{M}\p{Nd}\p{Pc}\;\:])(\[[^\]]+?\])?((_)(\P{space}|\P{space}[^\n]*?\P{space})(_))(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.emphasis.constrained.asciidoc"}]},"example-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(example)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|====)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.example.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(example)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(={4,})(?=\n?$)/dgv,comment:"example block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{begin:/^(-{2})(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{include:"#inlines"}]},{begin:/^(={4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.example.asciidoc",patterns:[{include:"$self"}]}]},"footnote-macro":{patterns:[{begin:/(?<!\\)footnote(?:(ref):|:([\p{L}\p{M}\p{N}\p{Pc}\-]+)?)\[(?:|([^\n]*?[^\\]))\]/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"support.constant.attribute-name.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.other.footnote.asciidoc",patterns:[{include:"#inlines"}]}]},"front-matter-block":{patterns:[{begin:/^(-{3}(?=\n?$))/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.front-matter.asciidoc",patterns:[{include:"source.yaml"}]}]},"general-block-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"punctuation.separator.asciidoc"},"3":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"4":{name:"punctuation.separator.asciidoc"},"5":{name:"string.unquoted.asciidoc",patterns:[{include:"#attribute-reference"}]},"6":{name:"punctuation.separator.asciidoc"}},match:/^([\p{Alpha}\p{M}\p{Nd}\p{Pc}]+)(::)(\P{space}*?)(\[)((?:\\\]|[^\]])*?)(\])(?=\n?$)/dgv,name:"markup.macro.block.general.asciidoc"}]},"hard-break-backslash":{patterns:[{captures:{"1":{name:"constant.other.symbol.hard-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\+ \\)(?=\n?$)/dgv}]},"horizontal-rule":{patterns:[{match:/^(?:'|<){3,}(?=\n?$)|^ {0,3}([\-\*'])( *)\1\2\1(?=\n?$)/dgv,name:"constant.other.symbol.horizontal-rule.asciidoc"}]},"image-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(image|icon):([^\:\[][^\[]*)\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.macro.image.asciidoc"}]},"include-directive":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"punctuation.separator.asciidoc"},"3":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"4":{name:"punctuation.separator.asciidoc"},"5":{name:"string.unquoted.asciidoc",patterns:[{include:"#attribute-reference"}]},"6":{name:"punctuation.separator.asciidoc"}},match:/^(include)(::)([^\[]+)(\[)([^\n]*?)(\])(?=\n?$)/dgv}]},inlines:{patterns:[{include:"#typographic-quotes"},{include:"#strong"},{include:"#monospace"},{include:"#emphasis"},{include:"#superscript"},{include:"#subscript"},{include:"#mark"},{include:"#general-block-macro"},{include:"#anchor-macro"},{include:"#footnote-macro"},{include:"#image-macro"},{include:"#kbd-macro"},{include:"#link-macro"},{include:"#stem-macro"},{include:"#menu-macro"},{include:"#passthrough-macro"},{include:"#xref-macro"},{include:"#attribute-reference"},{include:"#characters"},{include:"#bibtex-macro"},{include:"#bibliography-anchor"}]},"kbd-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(kbd|btn):(\[)((?:\\\]|[^\]])+?)(\])/dgv,name:"markup.macro.kbd.asciidoc"}]},keywords:{patterns:[{comment:"Admonition",match:/(NOTE|TIP|IMPORTANT|WARNING|CAUTION)/dgv,name:"entity.name.function.asciidoc"},{comment:"Paragraph or verbatim",match:/(comment|example|literal|listing|normal|pass|quote|sidebar|source|verse|abstract|partintro)/dgv,name:"entity.name.function.asciidoc"},{comment:"Diagram",match:/(actdiag|blockdiag|ditaa|graphviz|meme|mermaid|nwdiag|packetdiag|pikchr|plantuml|rackdiag|seqdiag|shaape|wavedrom)/dgv,name:"entity.name.function.asciidoc"},{comment:"Others",match:/(sect[1-4]|preface|colophon|dedication|glossary|bibliography|synopsis|appendix|index|normal|partintro|music|latex|stem)/dgv,name:"entity.name.function.asciidoc"}]},"line-break":{patterns:[{captures:{"1":{name:"variable.line-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\+)(?=\n?$)/dgv}]},"line-break-backslash":{patterns:[{captures:{"1":{name:"variable.line-break.asciidoc"}},match:/(?<=\P{space})[\p{Zs}\t]+(\\)(?=\n?$)/dgv}]},"link-macro":{patterns:[{captures:{"1":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"2":{name:"string.unquoted.asciidoc"}},match:/(?:^|<|[\p{space}\>\(\)\[\]\;])((?<!\\)(?:https?|file|ftp|irc):\/\/[^\p{space}\[\]\<]*[^\p{space}\.\,\[\]\<\)])(?:\[((?:\\\]|[^\]])*?)\])?/dgv,name:"markup.other.url.asciidoc"},{captures:{"1":{name:"markup.substitution.attribute-reference.asciidoc"},"2":{name:"string.unquoted.asciidoc"}},match:/(?:^|<|[\p{Zs}\t\>\(\)\[\]\;])((?<!\\)\{uri-[\p{L}\p{M}\p{N}\p{Pc}]+(?:[\-][\p{L}\p{M}\p{N}\p{Pc}]+)*(?<!\\)\})\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.other.url.asciidoc"},{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc",patterns:[{include:"#attribute-reference"}]},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(link|mailto):([^\p{space}\[]+)\[((?:\\\]|[^\]])*?)\]/dgv,name:"markup.other.url.asciidoc"},{match:/[\p{Alpha}\p{M}\p{Nd}\p{Pc}][\p{Alpha}\p{M}\p{Nd}\p{Pc}\.\%\+\-]*(@)[\p{Alpha}\p{Nd}][\p{Alpha}\p{Nd}\.\-]*(\.)\p{Alpha}{2,4}\b/dgv,name:"markup.link.email.asciidoc"}]},list:{patterns:[{captures:{"1":{name:"markup.list.bullet.asciidoc"},"2":{name:"markup.todo.box.asciidoc"}},match:/^\p{space}*(-)[\p{Zs}\t](\[[\p{Zs}\t\*x]\])(?=[\p{Zs}\t])/dgv,name:"markup.todo.asciidoc"},{captures:{"1":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*(-|\*{1,5}|•{1,5})(?=[\p{Zs}\t])/dgv,name:"markup.list.asciidoc"},{captures:{"1":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*(\.{1,5}|\p{Nd}+\.|[a-zA-Z]\.|[IVXivx]+\))(?=[\p{Zs}\t])/dgv,name:"markup.list.asciidoc"},{captures:{"1":{patterns:[{include:"#link-macro"},{include:"#attribute-reference"}]},"2":{name:"markup.list.bullet.asciidoc"}},match:/^[\p{Zs}\t]*([^\n]*?\P{space})(:{2,4}|;;)((?=\n?$)|[\p{Zs}\t]+)/dgv,name:"markup.heading.list.asciidoc"}]},"listing-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(listing)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.listing.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(listing)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",end:/^((?!))(?=\n?$)/dgv},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv},{include:"#inlines"}]}]},"literal-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(literal)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.literal.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(literal)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\.{4,})(?=\n?$)/dgv,comment:"literal block",end:/^((?!))(?=\n?$)/dgv},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv},{include:"#inlines"}]},{begin:/^(\.{4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.literal.asciidoc"}]},mark:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.mark.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\]]+?\])((##)([^\n]+?)(##))/dgv,name:"markup.mark.unconstrained.asciidoc"},{captures:{"1":{name:"markup.highlight.asciidoc"},"2":{name:"punctuation.definition.asciidoc"},"4":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)((##)([^\n]+?)(##))/dgv,name:"markup.mark.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.mark.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\#])(\[[^\]]+?\])((#)(\P{space}|\P{space}[^\n]*?\P{space})(#)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.mark.constrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.highlight.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\#])(\[[^\]]+?\])?((#)(\P{space}|\P{space}[^\n]*?\P{space})(#)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.mark.constrained.asciidoc"}]},"menu-macro":{patterns:[{captures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.link.asciidoc"},"3":{name:"string.unquoted.asciidoc"}},match:/(?<!\\)(menu):([\p{Alpha}\p{M}\p{Nd}\p{Pc}]|[\p{Alpha}\p{M}\p{Nd}\p{Pc}][^\n]*?\P{space})\[[\p{Zs}\t]*([^\n]+?)?\]/dgv,name:"markup.other.menu.asciidoc"}]},monospace:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.raw.monospace.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((``)([^\n]+?)(``))/dgv,name:"markup.monospace.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.raw.monospace.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}"'\`])(\[[^\n]+?\])?((`)(\P{space}|\P{space}[^\n]*?\P{space})(`))(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}"'\`])/dgv,name:"markup.monospace.constrained.asciidoc"}]},"open-block":{patterns:[{begin:/^(-{2})(?=\n?$)/dgv,beginCaptures:{"1":{name:"constant.other.symbol.asciidoc"}},end:/^((?!))(?=\n?$)/dgv,endCaptures:{"1":{name:"constant.other.symbol.asciidoc"}},name:"markup.block.open.asciidoc",patterns:[{include:"$self"}]}]},"passthrough-macro":{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"support.constant.asciidoc"},"4":{name:"string.unquoted.asciidoc",patterns:[{include:"text.html.basic"}]},"5":{name:"support.constant.asciidoc"}},match:/(?:(?<!\\)(\[([^\]]+?)\]))?\\{0,2}(?<delim>\+{2,3}|\${2})([^\n]*?)(\3)/dgv,name:"markup.macro.inline.passthrough.asciidoc"},{begin:/(?<!\\)(pass:)([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.passthrough.asciidoc",patterns:[{include:"text.html.basic"}]}]},"passthrough-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(pass)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\+\+)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.passthrough.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(pass)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\+{4,})\p{space}*(?=\n?$)/dgv,comment:"passthrough block",end:/(?<=\1)()/dgv,patterns:[{include:"text.html.basic"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)()/dgv,patterns:[{include:"text.html.basic"}]}]},{begin:/(^\+{4,}(?=\n?$))/dgv,end:/\1()/dgv,name:"markup.block.passthrough.asciidoc",patterns:[{include:"text.html.basic"}]}]},"quote-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(quote|verse)((?:,|#|\\.|%)([^\\,\\]]+))*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=____|""|--)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(quote|verse)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{include:"#inlines"},{begin:/^([_]{4,})\p{space}*(?=\n?$)/dgv,comment:"quotes block",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^("{2})\p{space}*(?=\n?$)/dgv,comment:"air quotes",end:/(?<=\1)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/(?<=\1)(?=\n?$)()/dgv,patterns:[{include:"#inlines"},{include:"#list"}]}]},{begin:/^("")(?=\n?$)/dgv,end:/^\1(?=\n?$)()/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{include:"#inlines"},{include:"#list"}]},{begin:/^[\p{Zs}\t]*(>) /dgv,end:/^[\p{Zs}\t]*?(?=\n?$)/dgv,name:"markup.italic.quotes.asciidoc",patterns:[{include:"#inlines"},{include:"#list"}]}]},"sidebar-paragraph":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(sidebar)((?:,|#|\\.|%)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\*\*\*\*)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.block.sidebar.asciidoc",patterns:[{captures:{"0":{patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(sidebar)((?:,|#|\.|%)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#block-title"},{begin:/^(\*{4,})(?=\n?$)/dgv,comment:"sidebar block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{begin:/^(-{2})(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"$self"}]},{include:"#inlines"}]},{begin:/^(\*{4,})(?=\n?$)/dgv,end:/^((?!))(?=\n?$)/dgv,name:"markup.block.sidebar.asciidoc",patterns:[{include:"$self"}]}]},"source-asciidoctor":{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.c.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.c",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.c"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ll][Oo][Jj][Uu][Rr][Ee])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.clojure.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ll][Oo][Jj][Uu][Rr][Ee])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.clojure",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.clojure"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Oo][Ff][Ff][Ee][Ee]-?([Ssſ][Cc][Rr][Ii][Pp][Tt])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.coffee.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Oo][Ff][Ff][Ee][Ee]-?([Ssſ][Cc][Rr][Ii][Pp][Tt])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.coffee",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.coffee"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc]([Pp][Pp]|\\+\\+))((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.cpp.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc]([Pp][Pp]|\+\+))((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.cpp",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cpp"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Cc][Ssſ]([Hh][Aa][Rr][Pp])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.cs.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Cc][Ssſ]([Hh][Aa][Rr][Pp])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.cs",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.cs"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Dd][Ii][Ff][Ff]|[Pp][Aa][Tt][Cc][Hh]|[Rr][Ee][Jj])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.diff.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Dd][Ii][Ff][Ff]|[Pp][Aa][Tt][Cc][Hh]|[Rr][Ee][Jj])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.diff",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.diff"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Dd][Oo][Cc][KKk][Ee][Rr]([Ff][Ii][Ll][Ee])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.dockerfile.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Dd][Oo][Cc][KKk][Ee][Rr]([Ff][Ii][Ll][Ee])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.dockerfile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.dockerfile"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Ll][Ii][Xx][Ii][Rr])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.elixir.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Ll][Ii][Xx][Ii][Rr])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.elixir",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elixir"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Ll][Mm])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.elm.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Ll][Mm])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.elm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.elm"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ee][Rr][Ll][Aa][Nn][Gg])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.erlang.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ee][Rr][Ll][Aa][Nn][Gg])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.erlang",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.erlang"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Gg][Oo]([Ll][Aa][Nn][Gg])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.go.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Gg][Oo]([Ll][Aa][Nn][Gg])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.go",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.go"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Gg][Rr][Oo][Oo][Vv][Yy])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.groovy.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Gg][Rr][Oo][Oo][Vv][Yy])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.groovy",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.groovy"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Hh][Aa][Ssſ][KKk][Ee][Ll][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.haskell.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Hh][Aa][Ssſ][KKk][Ee][Ll][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.haskell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.haskell"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Hh][Tt][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.basic.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Hh][Tt][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.basic",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.basic"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Aa][Vv][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.java.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Aa][Vv][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.java",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.java"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Aa][Vv][Aa][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Jj][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.js.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Aa][Vv][Aa][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Jj][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.js",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Ssſ][Oo][Nn])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.json.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Ssſ][Oo][Nn])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.json",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.json"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Ssſ][Xx])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.js.jsx.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Ssſ][Xx])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.js.jsx",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.js.jsx"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Jj][Uu][Ll][Ii][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.julia.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Jj][Uu][Ll][Ii][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.julia",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.julia"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([KKk][Oo][Tt][Ll][Ii][Nn]|[KKk][Tt][Ssſ]?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.kotlin.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([KKk][Oo][Tt][Ll][Ii][Nn]|[KKk][Tt][Ssſ]?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.kotlin",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.kotlin"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ll][Ee][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.less.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ll][Ee][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css.less",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.less"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Aa][KKk][Ee]([Ff][Ii][Ll][Ee])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.makefile.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Aa][KKk][Ee]([Ff][Ii][Ll][Ee])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.makefile",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.makefile"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Aa][Rr][KKk][Dd][Oo][Ww][Nn]|[Mm][Dd][Oo][Ww][Nn]|[Mm][Dd])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.gfm.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Aa][Rr][KKk][Dd][Oo][Ww][Nn]|[Mm][Dd][Oo][Ww][Nn]|[Mm][Dd])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.gfm",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.gfm"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Mm][Uu][Ssſ][Tt][Aa][Cc][Hh][Ee])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.mustache.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Mm][Uu][Ssſ][Tt][Aa][Cc][Hh][Ee])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.mustache",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.mustache"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Oo][Bb][Jj][Cc]|[Oo][Bb][Jj][Ee][Cc][Tt][Ii][Vv][Ee]-[Cc])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.objc.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Oo][Bb][Jj][Cc]|[Oo][Bb][Jj][Ee][Cc][Tt][Ii][Vv][Ee]-[Cc])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.objc",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.objc"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Oo][Cc][Aa][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ocaml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Oo][Cc][Aa][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ocaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ocaml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Ee][Rr][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.perl.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Ee][Rr][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.perl",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Ee][Rr][Ll]6)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.perl6.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Ee][Rr][Ll]6)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.perl6",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.perl6"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Hh][Pp])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.html.php.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Hh][Pp])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.html.php",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.html.php"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Rr][Oo][Pp][Ee][Rr][Tt][Ii][Ee][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.asciidoc.properties.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Rr][Oo][Pp][Ee][Rr][Tt][Ii][Ee][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.asciidoc.properties",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.asciidoc.properties"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Pp][Yy]([Tt][Hh][Oo][Nn])?)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.python.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Pp][Yy]([Tt][Hh][Oo][Nn])?)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.python",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.python"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.r.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.r",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.r"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr][Uu][Bb][Yy]|[Rr][Bb])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ruby.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr][Uu][Bb][Yy]|[Rr][Bb])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ruby",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ruby"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Rr][Uu][Ssſ][Tt]|[Rr][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.rust.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Rr][Uu][Ssſ][Tt]|[Rr][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.rust",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.rust"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Aa][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.sass.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Aa][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.sass",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sass"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Cc][Aa][Ll][Aa])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.scala.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Cc][Aa][Ll][Aa])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.scala",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.scala"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Cc][Ssſ][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.css.scss.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Cc][Ssſ][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.css.scss",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.css.scss"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Hh]|[Bb][Aa][Ssſ][Hh]|[Ssſ][Hh][Ee][Ll][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.shell.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Hh]|[Bb][Aa][Ssſ][Hh]|[Ssſ][Hh][Ee][Ll][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.shell",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.shell"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Qq][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.sql.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Qq][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.sql",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.sql"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Ssſ][Ww][Ii][Ff][Tt])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.swift.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Ssſ][Ww][Ii][Ff][Tt])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.swift",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.swift"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Tt][Oo][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.toml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Tt][Oo][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.toml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.toml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Tt][Yy][Pp][Ee][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Tt][Ssſ])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.ts.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Tt][Yy][Pp][Ee][Ssſ][Cc][Rr][Ii][Pp][Tt]|[Tt][Ssſ])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.ts",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.ts"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Xx][Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.xml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Xx][Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"text.embedded.xml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"text.xml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)(?:,|#)[\\p{Zs}\\t]*([Yy][Aa]?[Mm][Ll])((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,name:"markup.code.yaml.asciidoc",patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)(?:,|#)[\p{Zs}\t]*([Yy][Aa]?[Mm][Ll])((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",contentName:"source.embedded.yaml",end:/^((?!))(?=\n?$)/dgv,patterns:[{include:"#block-callout"},{include:"#include-directive"},{include:"source.yaml"}]}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?:(?=(^\\[(source)((?:,|#)[^\\]]+)*\\](?=\\n?$)))\\1))","dgv",{"hiddenCaptures":[1]}),end:/((?<=--|\.\.\.\.)(?=\n?$)|^[\p{Zs}\t]*(?=\n?$))/dgv,patterns:[{captures:{"0":{name:"markup.heading.asciidoc",patterns:[{include:"#block-attribute-inner"}]}},match:/^\[(source)((?:,|#)([^\,\]]+))*\](?=\n?$)/dgv},{include:"#inlines"},{include:"#block-title"},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,comment:"listing block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]},{begin:/^(-{2})\p{space}*(?=\n?$)/dgv,comment:"open block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]},{begin:/^(\.{4})\p{space}*(?=\n?$)/dgv,comment:"literal block",end:/^((?!))(?=\n?$)/dgv,name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]}]},{begin:/^(-{4,})\p{space}*(?=\n?$)/dgv,beginCaptures:{"0":{name:"support.asciidoc"}},end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"},{include:"#include-directive"}]}]},"source-markdown":{patterns:[{begin:/^\p{space}*(`{3,})\p{space}*(c)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.c",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.c.asciidoc",patterns:[{include:"#block-callout"},{include:"source.c"}]},{begin:/^\p{space}*(`{3,})\p{space}*(clojure)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.clojure",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.clojure.asciidoc",patterns:[{include:"#block-callout"},{include:"source.clojure"}]},{begin:/^\p{space}*(`{3,})\p{space}*(coffee-?(script)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.coffee",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.coffee.asciidoc",patterns:[{include:"#block-callout"},{include:"source.coffee"}]},{begin:/^\p{space}*(`{3,})\p{space}*(c(pp|\+\+))\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.cpp",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.cpp.asciidoc",patterns:[{include:"#block-callout"},{include:"source.cpp"}]},{begin:/^\p{space}*(`{3,})\p{space}*(css)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css"}]},{begin:/^\p{space}*(`{3,})\p{space}*(cs(harp)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.cs",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.cs.asciidoc",patterns:[{include:"#block-callout"},{include:"source.cs"}]},{begin:/^\p{space}*(`{3,})\p{space}*(diff|patch|rej)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.diff",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.diff.asciidoc",patterns:[{include:"#block-callout"},{include:"source.diff"}]},{begin:/^\p{space}*(`{3,})\p{space}*(docker(file)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.dockerfile",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.dockerfile.asciidoc",patterns:[{include:"#block-callout"},{include:"source.dockerfile"}]},{begin:/^\p{space}*(`{3,})\p{space}*(elixir)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.elixir",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.elixir.asciidoc",patterns:[{include:"#block-callout"},{include:"source.elixir"}]},{begin:/^\p{space}*(`{3,})\p{space}*(elm)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.elm",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.elm.asciidoc",patterns:[{include:"#block-callout"},{include:"source.elm"}]},{begin:/^\p{space}*(`{3,})\p{space}*(erlang)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.erlang",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.erlang.asciidoc",patterns:[{include:"#block-callout"},{include:"source.erlang"}]},{begin:/^\p{space}*(`{3,})\p{space}*(go(lang)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.go",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.go.asciidoc",patterns:[{include:"#block-callout"},{include:"source.go"}]},{begin:/^\p{space}*(`{3,})\p{space}*(groovy)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.groovy",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.groovy.asciidoc",patterns:[{include:"#block-callout"},{include:"source.groovy"}]},{begin:/^\p{space}*(`{3,})\p{space}*(haskell)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.haskell",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.haskell.asciidoc",patterns:[{include:"#block-callout"},{include:"source.haskell"}]},{begin:/^\p{space}*(`{3,})\p{space}*(html)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.basic",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.basic.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.basic"}]},{begin:/^\p{space}*(`{3,})\p{space}*(java)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.java",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.java.asciidoc",patterns:[{include:"#block-callout"},{include:"source.java"}]},{begin:/^\p{space}*(`{3,})\p{space}*(javascript|js)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.js",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.js.asciidoc",patterns:[{include:"#block-callout"},{include:"source.js"}]},{begin:/^\p{space}*(`{3,})\p{space}*(json)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.json",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.json.asciidoc",patterns:[{include:"#block-callout"},{include:"source.json"}]},{begin:/^\p{space}*(`{3,})\p{space}*(jsx)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.js.jsx",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.js.jsx.asciidoc",patterns:[{include:"#block-callout"},{include:"source.js.jsx"}]},{begin:/^\p{space}*(`{3,})\p{space}*(julia)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.julia",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.julia.asciidoc",patterns:[{include:"#block-callout"},{include:"source.julia"}]},{begin:/^\p{space}*(`{3,})\p{space}*(kotlin|kts?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.kotlin",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.kotlin.asciidoc",patterns:[{include:"#block-callout"},{include:"source.kotlin"}]},{begin:/^\p{space}*(`{3,})\p{space}*(less)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css.less",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.less.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css.less"}]},{begin:/^\p{space}*(`{3,})\p{space}*(make(file)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.makefile",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.makefile.asciidoc",patterns:[{include:"#block-callout"},{include:"source.makefile"}]},{begin:/^\p{space}*(`{3,})\p{space}*(markdown|mdown|md)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.gfm",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.gfm.asciidoc",patterns:[{include:"#block-callout"},{include:"source.gfm"}]},{begin:/^\p{space}*(`{3,})\p{space}*(mustache)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.mustache",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.mustache.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.mustache"}]},{begin:/^\p{space}*(`{3,})\p{space}*(objc|objective-c)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.objc",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.objc.asciidoc",patterns:[{include:"#block-callout"},{include:"source.objc"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ocaml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ocaml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ocaml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ocaml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(perl)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.perl",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.perl.asciidoc",patterns:[{include:"#block-callout"},{include:"source.perl"}]},{begin:/^\p{space}*(`{3,})\p{space}*(perl6)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.perl6",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.perl6.asciidoc",patterns:[{include:"#block-callout"},{include:"source.perl6"}]},{begin:/^\p{space}*(`{3,})\p{space}*(php)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.html.php",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.html.php.asciidoc",patterns:[{include:"#block-callout"},{include:"text.html.php"}]},{begin:/^\p{space}*(`{3,})\p{space}*(properties)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.asciidoc.properties",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.asciidoc.properties.asciidoc",patterns:[{include:"#block-callout"},{include:"source.asciidoc.properties"}]},{begin:/^\p{space}*(`{3,})\p{space}*(py(thon)?)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.python",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.python.asciidoc",patterns:[{include:"#block-callout"},{include:"source.python"}]},{begin:/^\p{space}*(`{3,})\p{space}*(r)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.r",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.r.asciidoc",patterns:[{include:"#block-callout"},{include:"source.r"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ruby|rb)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ruby",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ruby.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ruby"}]},{begin:/^\p{space}*(`{3,})\p{space}*(rust|rs)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.rust",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.rust.asciidoc",patterns:[{include:"#block-callout"},{include:"source.rust"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sass)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.sass",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.sass.asciidoc",patterns:[{include:"#block-callout"},{include:"source.sass"}]},{begin:/^\p{space}*(`{3,})\p{space}*(scala)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.scala",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.scala.asciidoc",patterns:[{include:"#block-callout"},{include:"source.scala"}]},{begin:/^\p{space}*(`{3,})\p{space}*(scss)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.css.scss",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.css.scss.asciidoc",patterns:[{include:"#block-callout"},{include:"source.css.scss"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sh|bash|shell)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.shell",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.shell.asciidoc",patterns:[{include:"#block-callout"},{include:"source.shell"}]},{begin:/^\p{space}*(`{3,})\p{space}*(sql)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.sql",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.sql.asciidoc",patterns:[{include:"#block-callout"},{include:"source.sql"}]},{begin:/^\p{space}*(`{3,})\p{space}*(swift)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.swift",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.swift.asciidoc",patterns:[{include:"#block-callout"},{include:"source.swift"}]},{begin:/^\p{space}*(`{3,})\p{space}*(toml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.toml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.toml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.toml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(typescript|ts)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.ts",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.ts.asciidoc",patterns:[{include:"#block-callout"},{include:"source.ts"}]},{begin:/^\p{space}*(`{3,})\p{space}*(xml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"text.embedded.xml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.xml.asciidoc",patterns:[{include:"#block-callout"},{include:"text.xml"}]},{begin:/^\p{space}*(`{3,})\p{space}*(ya?ml)\p{space}*(?=\n?$)/dgiv,beginCaptures:{"0":{name:"support.asciidoc"}},contentName:"source.embedded.yaml",end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.code.yaml.asciidoc",patterns:[{include:"#block-callout"},{include:"source.yaml"}]},{begin:/^\p{space}*(`{3,})[^\n]*(?=\n?$)/dgv,beginCaptures:{"0":{name:"support.asciidoc"}},end:/^\p{space}*\1\p{space}*(?=\n?$)()/dgv,endCaptures:{"0":{name:"support.asciidoc"}},name:"markup.raw.asciidoc",patterns:[{include:"#block-callout"}]}]},"source-paragraphs":{patterns:[{include:"#source-asciidoctor"},{include:"#source-markdown"}]},"stem-macro":{patterns:[{begin:/(?<!\\)(stem|(?:latex|ascii)math):([a-z\,]*)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.macro.inline.stem.asciidoc"}]},strong:{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.bold.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\\\)(\[[^\n]+?\])?((\*\*)([^\n]+?)(\*\*))/dgv,name:"markup.strong.unconstrained.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.bold.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<![\\\;\:\p{Alpha}\p{M}\p{Nd}\p{Pc}\*])(\[[^\n]+?\])?((\*)(\P{space}|\P{space}[^\n]*?\P{space})(\*)(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}]))/dgv,name:"markup.strong.constrained.asciidoc"}]},subscript:{patterns:[{captures:{"1":{name:"markup.meta.sub.attribute-list.asciidoc"},"2":{name:"markup.sub.subscript.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((~)(\P{space}+?)(~))/dgv,name:"markup.subscript.asciidoc"}]},superscript:{patterns:[{captures:{"1":{name:"markup.meta.super.attribute-list.asciidoc"},"2":{name:"markup.super.superscript.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},match:/(?<!\\)(\[[^\n]+?\])?((\^)(\P{space}+?)(\^))/dgv,name:"markup.superscript.asciidoc"}]},"table-csv":{patterns:[{begin:/^(,===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.csv.asciidoc",patterns:[{include:"text.csv"},{captures:{"0":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator",match:/,/dgv},{include:"#general-block-macro"}]}]},"table-dsv":{patterns:[{begin:/^(:===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.dsv.asciidoc",patterns:[{captures:{"0":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator",match:/:/dgv},{include:"#general-block-macro"}]}]},"table-nested":{patterns:[{begin:/^(!===)(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"markup.table.content.asciidoc",end:/^((?!))(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.nested.asciidoc",patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator and attributes",match:/(^|[^\p{Zs}\t\\]*)(?<!\\)(!)/dgv},{include:"#tables-includes"}]}]},"table-psv":{patterns:[{begin:/^(\|===)\p{space}*(?=\n?$)/dgv,beginCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},contentName:"markup.table.content.asciidoc",end:/^((?!))\p{space}*(?=\n?$)/dgv,endCaptures:{"0":{name:"markup.table.delimiter.asciidoc"}},name:"markup.table.asciidoc",patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"2":{name:"markup.table.cell.delimiter.asciidoc"}},comment:"cell separator and attributes",match:/(^|[^\p{Zs}\t\\]*)(?<!\\)(\|)/dgv},{include:"#tables-includes"}]}]},tables:{patterns:[{include:"#table-psv"},{include:"#table-nested"},{include:"#table-csv"},{include:"#table-dsv"}]},"tables-includes":{patterns:[{include:"#comment"},{include:"#callout-list-item"},{include:"#attribute-entry"},{include:"#block-title"},{include:"#explicit-paragraph"},{include:"#section"},{include:"#blocks"},{include:"#list"},{include:"#inlines"},{include:"#line-break"}]},titles:{patterns:[{begin:/^((?:=|#){6})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-5.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){5})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-4.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){4})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-3.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){3})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-2.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){2})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-1.asciidoc",patterns:[{include:"$self"}]},{begin:/^((?:=|#){1})([\p{Zs}\t]+)(?=\P{space}+)/dgv,beginCaptures:{"1":{name:"markup.heading.marker.asciidoc"},"2":{name:"markup.heading.space.asciidoc"}},end:/(?=\n?$)/dgv,name:"markup.heading.heading-0.asciidoc",patterns:[{include:"$self"}]}]},"typographic-quotes":{patterns:[{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},comment:"double-quoted",match:/(?:^|(?<![\p{Alpha}\p{M}\p{Nd}\p{Pc}]|;|:))(\[([^\]]+?)\])?("`)(\P{space}|\P{space}[^\n]*?\P{space})(`")(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.italic.quote.typographic-quotes.asciidoc"},{captures:{"1":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"punctuation.definition.asciidoc"},"5":{name:"punctuation.definition.asciidoc"}},comment:"single-quoted",match:/(?:^|(?<![\p{Alpha}\p{M}\p{Nd}\p{Pc}]|;|:))(\[([^\]]+?)\])?('`)(\P{space}|\P{space}[^\n]*?\P{space})(`')(?![\p{Alpha}\p{M}\p{Nd}\p{Pc}])/dgv,name:"markup.italic.quote.typographic-quotes.asciidoc"}]},"xref-macro":{patterns:[{captures:{"1":{name:"constant.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"},"3":{name:"string.unquoted.asciidoc"},"4":{name:"constant.asciidoc"}},match:/(?<!\\)(<<)([\p{Alpha}\p{M}\p{Nd}\p{Pc}"\:\.\/]+,)?([^\n]*?)(>>)/dgv,name:"markup.reference.xref.asciidoc"},{begin:/(?<!\\)(xref:)([\p{Alpha}\p{M}\p{Nd}\p{Pc}"\:\.\/][^\n]*?)(\[)/dgv,beginCaptures:{"1":{name:"entity.name.function.asciidoc"},"2":{name:"markup.meta.attribute-list.asciidoc"}},contentName:"string.unquoted.asciidoc",end:/\]|^(?=\n?$)/dgv,name:"markup.reference.xref.asciidoc"}]}},scopeName:"text.asciidoc",embeddedLangs:[],aliases:["adoc"],embeddedLangsLazy:["html","yaml","csv","c","clojure","coffee","cpp","css","csharp","diff","docker","elixir","elm","erlang","go","groovy","haskell","java","javascript","json","jsx","julia","kotlin","less","make","objective-c","ocaml","perl","python","r","ruby","rust","sass","scala","scss","shellscript","sql","swift","toml","typescript","xml"]})
|
|
4
4
|
|
|
5
5
|
export default [
|
|
6
6
|
lang
|