@shikijs/langs-precompiled 3.12.0 → 3.12.2
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/markdown.mjs +1 -1
- package/dist/nextflow.mjs +1 -1
- package/dist/swift.mjs +1 -1
- package/package.json +3 -3
package/dist/markdown.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmulatedRegExp } from 'oniguruma-to-es'
|
|
2
2
|
|
|
3
|
-
const lang = Object.freeze({displayName:"Markdown",name:"markdown",patterns:[{include:"#frontMatter"},{include:"#block"}],repository:{ampersand:{match:/&(?!([0-9A-Za-z]+|#[0-9]+|#x\p{AHex}+);)/dgv,name:"meta.other.valid-ampersand.markdown"},block:{patterns:[{include:"#separator"},{include:"#heading"},{include:"#blockquote"},{include:"#lists"},{include:"#fenced_code_block"},{include:"#raw_block"},{include:"#link-def"},{include:"#html"},{include:"#table"},{include:"#paragraph"}]},blockquote:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}(>) ?","dgv",{"strategy":"clip_search"}),captures:{"2":{name:"punctuation.definition.quote.begin.markdown"}},name:"markup.quote.markdown",patterns:[{include:"#block"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(>) ?","dgv",{"strategy":"clip_search"})},bold:{begin:/*@__PURE__*/ new EmulatedRegExp("(?<open>(\\*\\*(?=[\\p{L}\\p{M}\\p{N}\\p{Pc}])|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\*\\*|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\b__))(?=\\P{space})(?=(?:(?=((<(?:(?=([^\\>]*))\\5)>|(?<raw>`+)(?:(?=(([^\\`]|(?!(?<!`)\\6(?!`))`)*))\\7)\\6|\\\\(?:(?=([\\-\\]\\!\\#\\(-\\+\\.\\>\\[\\\\_\\`\\{\\}]?))\\9)|\\[((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\17)\\])*))\\16)\\])*))\\15)\\])*))\\14)\\])*))\\13)\\])*))\\11)\\](( ?\\[(?:(?=([^\\]]*))\\20)\\])|(\\((?:(?=([\\t ]*))\\22)<?([^\\n]*?)>?(?:(?=([\\t ]*))\\24)((?<title>[\"'])([^\\n]*?)\\26)?\\))))|(?!(?<=\\P{space})\\1)[^\\n])+))\\3)(?<=\\P{space})(?=__\\b|\\*\\*)\\1)","dgv",{"hiddenCaptures":[3,5,7,9,11,13,14,15,16,17,20,22,24]}),captures:{"1":{name:"punctuation.definition.bold.markdown"}},end:/(?<=\P{space})((?!))/dgv,name:"markup.bold.markdown",patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"},{include:"#strikethrough"}]},bracket:{match:/<(?![\!\$\/\?A-Za-z])/dgv,name:"meta.other.valid-bracket.markdown"},escape:{match:/\\[\-\]\!\#\(-\+\.\>\[\\_\`\{\}]/dgv,name:"constant.character.escape.markdown"},fenced_code_block:{patterns:[{include:"#fenced_code_block_css"},{include:"#fenced_code_block_basic"},{include:"#fenced_code_block_ini"},{include:"#fenced_code_block_java"},{include:"#fenced_code_block_lua"},{include:"#fenced_code_block_makefile"},{include:"#fenced_code_block_perl"},{include:"#fenced_code_block_r"},{include:"#fenced_code_block_ruby"},{include:"#fenced_code_block_php"},{include:"#fenced_code_block_sql"},{include:"#fenced_code_block_vs_net"},{include:"#fenced_code_block_xml"},{include:"#fenced_code_block_xsl"},{include:"#fenced_code_block_yaml"},{include:"#fenced_code_block_dosbatch"},{include:"#fenced_code_block_clojure"},{include:"#fenced_code_block_coffee"},{include:"#fenced_code_block_c"},{include:"#fenced_code_block_cpp"},{include:"#fenced_code_block_diff"},{include:"#fenced_code_block_dockerfile"},{include:"#fenced_code_block_git_commit"},{include:"#fenced_code_block_git_rebase"},{include:"#fenced_code_block_go"},{include:"#fenced_code_block_groovy"},{include:"#fenced_code_block_pug"},{include:"#fenced_code_block_js"},{include:"#fenced_code_block_js_regexp"},{include:"#fenced_code_block_json"},{include:"#fenced_code_block_jsonc"},{include:"#fenced_code_block_less"},{include:"#fenced_code_block_objc"},{include:"#fenced_code_block_swift"},{include:"#fenced_code_block_scss"},{include:"#fenced_code_block_perl6"},{include:"#fenced_code_block_powershell"},{include:"#fenced_code_block_python"},{include:"#fenced_code_block_julia"},{include:"#fenced_code_block_regexp_python"},{include:"#fenced_code_block_rust"},{include:"#fenced_code_block_scala"},{include:"#fenced_code_block_shell"},{include:"#fenced_code_block_ts"},{include:"#fenced_code_block_tsx"},{include:"#fenced_code_block_csharp"},{include:"#fenced_code_block_fsharp"},{include:"#fenced_code_block_dart"},{include:"#fenced_code_block_handlebars"},{include:"#fenced_code_block_markdown"},{include:"#fenced_code_block_log"},{include:"#fenced_code_block_erlang"},{include:"#fenced_code_block_elixir"},{include:"#fenced_code_block_latex"},{include:"#fenced_code_block_bibtex"},{include:"#fenced_code_block_twig"},{include:"#fenced_code_block_unknown"}]},fenced_code_block_basic:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(html?|shtml|xhtml|inc|tmpl|tpl)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.html",patterns:[{include:"text.html.basic"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_bibtex:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(bibtex)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.bibtex",patterns:[{include:"text.bibtex"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_c:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([ch])((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.c",patterns:[{include:"source.c"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_clojure:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(cl(?:js??|ojure))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.clojure",patterns:[{include:"source.clojure"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_coffee:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(coffee|Cakefile|coffee[^\\n]erb)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.coffee",patterns:[{include:"source.coffee"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_cpp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(c(?:pp|\\+\\+|xx))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.cpp source.cpp",patterns:[{include:"source.cpp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_csharp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(c(?:s|sharp|#))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.csharp",patterns:[{include:"source.cs"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_css:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(css(?:|[^\\n]erb))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.css",patterns:[{include:"source.css"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dart:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(dart)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dart",patterns:[{include:"source.dart"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_diff:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(patch|diff|rej)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.diff",patterns:[{include:"source.diff"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dockerfile:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([Dd]ockerfile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dockerfile",patterns:[{include:"source.dockerfile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dosbatch:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(bat(?:|ch))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dosbatch",patterns:[{include:"source.batchfile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_elixir:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(elixir)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.elixir",patterns:[{include:"source.elixir"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_erlang:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(erlang)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.erlang",patterns:[{include:"source.erlang"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_fsharp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(f(?:s|sharp|#))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.fsharp",patterns:[{include:"source.fsharp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_git_commit:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:COMMIT_EDIT|MERGE_)MSG)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.git_commit",patterns:[{include:"text.git-commit"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_git_rebase:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(git-rebase-todo)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.git_rebase",patterns:[{include:"text.git-rebase"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_go:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(go(?:|lang))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.go",patterns:[{include:"source.go"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_groovy:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(g(?:roovy|vy))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.groovy",patterns:[{include:"source.groovy"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_handlebars:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(h(?:andlebars|bs))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.handlebars",patterns:[{include:"text.html.handlebars"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ini:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ini|conf)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.ini",patterns:[{include:"source.ini"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_java:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(java|bsh)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.java",patterns:[{include:"source.java"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_js:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jsx??|javascript|es6|mjs|cjs|dataviewjs|\\{\\.js[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.javascript",patterns:[{include:"source.js"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_js_regexp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(regexp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.js_regexp",patterns:[{include:"source.js.regexp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_json:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(json5??|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.json",patterns:[{include:"source.json"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_jsonc:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jsonc)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.jsonc",patterns:[{include:"source.json.comments"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_julia:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(julia|\\{\\.julia[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.julia",patterns:[{include:"source.julia"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_latex:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:la|)tex)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.latex",patterns:[{include:"text.tex.latex"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_less:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(less)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.less",patterns:[{include:"source.css.less"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_log:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(log)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.log",patterns:[{include:"text.log"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_lua:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(lua)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.lua",patterns:[{include:"source.lua"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_makefile:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:[Mm]|GNUm|OCamlM)akefile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.makefile",patterns:[{include:"source.makefile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_markdown:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(m(?:arkdown|d))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.markdown",patterns:[{include:"text.html.markdown"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_objc:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(objectivec|objective-c|mm|objc|obj-c|[hm])((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.objc",patterns:[{include:"source.objc"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_perl:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(perl|pl|pm|pod|t|PL|psgi|vcl)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.perl",patterns:[{include:"source.perl"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_perl6:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(perl6|p6|pl6|pm6|nqp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.perl6",patterns:[{include:"source.perl.6"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_php:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(php3??|php4|php5|phpt|phtml|aw|ctp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.php",patterns:[{include:"text.html.basic"},{include:"source.php"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_powershell:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(p(?:owershell|s1|sm1|sd1|wsh))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.powershell",patterns:[{include:"source.powershell"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_pug:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jade|pug)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.pug",patterns:[{include:"text.pug"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_python:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(python|py3??|rpy|pyw|cpy|SConstruct|Sconstruct|sconstruct|SConscript|gypi??|\\{\\.python[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.python",patterns:[{include:"source.python"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_r:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([RSrs]|Rprofile|\\{\\.r[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.r",patterns:[{include:"source.r"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_regexp_python:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(re)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.regexp_python",patterns:[{include:"source.regexp.python"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ruby:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ruby|rbx??|rjs|Rakefile|rake|cgi|fcgi|gemspec|irbrc|Capfile|ru|prawn|Cheffile|Gemfile|Guardfile|Hobofile|Vagrantfile|Appraisals|Rantfile|Berksfile|Berksfile[^\\n]lock|Thorfile|Puppetfile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.ruby",patterns:[{include:"source.ruby"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_rust:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(rust|rs|\\{\\.rust[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.rust",patterns:[{include:"source.rust"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_scala:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(s(?:cala|bt))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.scala",patterns:[{include:"source.scala"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_scss:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(scss)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.scss",patterns:[{include:"source.css.scss"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_shell:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(shell|sh|bash|zsh|bashrc|bash_profile|bash_login|profile|bash_logout|[^\\n]textmate_init|\\{\\.bash[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.shellscript",patterns:[{include:"source.shell"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_sql:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(sql|ddl|dml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.sql",patterns:[{include:"source.sql"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_swift:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(swift)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.swift",patterns:[{include:"source.swift"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ts:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(t(?:ypescript|s))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.typescript",patterns:[{include:"source.ts"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_tsx:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(tsx)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.typescriptreact",patterns:[{include:"source.tsx"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_twig:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(twig)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.twig",patterns:[{include:"source.twig"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_unknown:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(?=([^\\`]*)?(?=\\n?$))","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown"},fenced_code_block_vs_net:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(vb)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.vs_net",patterns:[{include:"source.asp.vb.net"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_xml:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(xml|xsd|tld|jsp|pt|cpt|dtml|rss|opml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.xml",patterns:[{include:"text.xml"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_xsl:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(xslt??)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.xsl",patterns:[{include:"text.xml.xsl"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_yaml:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ya?ml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.yaml",patterns:[{include:"source.yaml"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},frontMatter:{applyEndPatternLast:1,begin:/^(?=(-{3,}))/dgv,end:/^(?: {0,3}\1-*[\t ]*|[\t ]*\.{3})(?=\n?$)()/dgv,endCaptures:{"0":{name:"punctuation.definition.end.frontmatter"}},patterns:[{begin:/^(-{3,})([^\n]*)(?=\n?$)/dgv,beginCaptures:{"1":{name:"punctuation.definition.begin.frontmatter"},"2":{name:"comment.frontmatter"}},contentName:"meta.embedded.block.frontmatter",patterns:[{include:"source.yaml"}],while:/^(?!(?: {0,3}\1-*[\t ]*|[\t ]*\.{3})(?=\n?$))()/dgv}]},heading:{captures:{"1":{patterns:[{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{6})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.6.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{5})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.5.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{4})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.4.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{3})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.3.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{2})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.2.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{1})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.1.markdown"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?:^|^) {0,3}(#{1,6}\\p{space}+([^\\n]*?)(\\p{space}+#{1,6})?\\p{space}*)(?=\\n?$)","dgv",{"strategy":"clip_search"}),name:"markup.heading.markdown"},"heading-setext":{patterns:[{match:/^(={3,})(?=[\t ]*(?=\n?$)\n?)/dgv,name:"markup.heading.setext.1.markdown"},{match:/^(-{3,})(?=[\t ]*(?=\n?$)\n?)/dgv,name:"markup.heading.setext.2.markdown"}]},html:{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(<!--)","dgv",{"strategy":"clip_search"}),captures:{"1":{name:"punctuation.definition.comment.html"},"2":{name:"punctuation.definition.comment.html"}},end:/(-->)/dgv,name:"comment.block.html"},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=<(script|style|pre)(\\p{space}|(?=\\n?$)|>)(?![^\\n]*?</(script|style|pre)>))","dgiv",{"strategy":"clip_search"}),end:/([^\n]*)((<\/)(script|style|pre)(>))/dgiv,endCaptures:{"1":{patterns:[{include:"text.html.derivative"}]},"2":{name:"meta.tag.structure.$4.end.html"},"3":{name:"punctuation.definition.tag.begin.html"},"4":{name:"entity.name.tag.html"},"5":{name:"punctuation.definition.tag.end.html"}},patterns:[{begin:/(\p{space}*|(?=\n?$))/dgv,patterns:[{include:"text.html.derivative"}],while:/^(?![^\n]*<\/(script|style|pre)>)/dgiv}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=</?[A-Za-z]+[^\\&\\/\\;gt\\p{space}]*(\\p{space}|(?=\\n?$)|/?>))","dgiv",{"strategy":"clip_search"}),patterns:[{include:"text.html.derivative"}],while:/^(?!\p{space}*(?=\n?$))/dgv},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=(<(?:[\\-0-9A-Za-z](/?>|\\p{space}[^\\n]*?>)|/[\\-0-9A-Za-z]>))\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"}),patterns:[{include:"text.html.derivative"}],while:/^(?!\p{space}*(?=\n?$))/dgv}]},"image-inline":{captures:{"1":{name:"punctuation.definition.link.description.begin.markdown"},"2":{name:"string.other.link.description.markdown"},"4":{name:"punctuation.definition.link.description.end.markdown"},"5":{name:"punctuation.definition.metadata.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.image.markdown"},"9":{name:"punctuation.definition.link.markdown"},"10":{name:"markup.underline.link.image.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"},"18":{name:"string.other.link.description.title.markdown"},"19":{name:"punctuation.definition.string.begin.markdown"},"20":{name:"punctuation.definition.string.end.markdown"},"21":{name:"punctuation.definition.metadata.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(!\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\()[\\t ]*((<)((?:\\\\[\\<\\>]|[^\\n\\<\\>])*)(>)|((?<url>(?:(?=([^\\(\\)\\p{space}]+))\\18)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\19)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\20)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\21)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\22)|\\((?:)*\\))*\\))*\\))*\\))*\\))*))[\\t ]*(?:((\\()[^\\n]+?(\\)))|((\")[^\\n]+?(\"))|((')[^\\n]+?(')))?\\p{space}*(\\))","dgv",{"hiddenCaptures":[3,5,6,7,8,9,18,19,20,21,22]}),name:"meta.image.inline.markdown"},"image-ref":{captures:{"1":{name:"punctuation.definition.link.description.begin.markdown"},"2":{name:"string.other.link.description.markdown"},"4":{name:"punctuation.definition.link.description.end.markdown"},"5":{name:"punctuation.definition.constant.markdown"},"6":{name:"constant.other.reference.link.markdown"},"7":{name:"punctuation.definition.constant.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(!\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\]) ?(\\[)([^\\n]*?)(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9]}),name:"meta.image.reference.markdown"},inline:{patterns:[{include:"#ampersand"},{include:"#bracket"},{include:"#bold"},{include:"#italic"},{include:"#raw"},{include:"#strikethrough"},{include:"#escape"},{include:"#image-inline"},{include:"#image-ref"},{include:"#link-email"},{include:"#link-inet"},{include:"#link-inline"},{include:"#link-ref"},{include:"#link-ref-literal"},{include:"#link-ref-shortcut"}]},italic:{begin:/*@__PURE__*/ new EmulatedRegExp("(?<open>(\\*(?=[\\p{L}\\p{M}\\p{N}\\p{Pc}])|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\*|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\b_))(?=\\P{space})(?=(?:(?=((<(?:(?=([^\\>]*))\\5)>|(?<raw>`+)(?:(?=(([^\\`]|(?!(?<!`)\\6(?!`))`)*))\\7)\\6|\\\\(?:(?=([\\-\\]\\!\\#\\(-\\+\\.\\>\\[\\\\_\\`\\{\\}]?))\\9)|\\[((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\17)\\])*))\\16)\\])*))\\15)\\])*))\\14)\\])*))\\13)\\])*))\\11)\\](( ?\\[(?:(?=([^\\]]*))\\20)\\])|(\\((?:(?=([\\t ]*))\\22)<?([^\\n]*?)>?(?:(?=([\\t ]*))\\24)((?<title>[\"'])([^\\n]*?)\\26)?\\))))|\\1\\1|(?!(?<=\\P{space})\\1)[^\\n])+))\\3)(?<=\\P{space})(?=_\\b|\\*)\\1)","dgv",{"hiddenCaptures":[3,5,7,9,11,13,14,15,16,17,20,22,24]}),captures:{"1":{name:"punctuation.definition.italic.markdown"}},end:/(?<=\P{space})((?!))((?!\1)|(?=\1\1))/dgv,name:"markup.italic.markdown",patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"},{include:"#strikethrough"}]},"link-def":{captures:{"1":{name:"punctuation.definition.constant.markdown"},"2":{name:"constant.other.reference.link.markdown"},"3":{name:"punctuation.definition.constant.markdown"},"4":{name:"punctuation.separator.key-value.markdown"},"5":{name:"punctuation.definition.link.markdown"},"6":{name:"markup.underline.link.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.markdown"},"9":{name:"string.other.link.description.title.markdown"},"10":{name:"punctuation.definition.string.begin.markdown"},"11":{name:"punctuation.definition.string.end.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"}},match:/\p{space}*(\[)([^\]]+?)(\])(:)[\t ]*(?:(<)((?:\\[\<\>]|[^\n\<\>])*)(>)|(\P{space}+?))[\t ]*(?:((\()[^\n]+?(\)))|((")[^\n]+?("))|((')[^\n]+?(')))?\p{space}*(?=\n?$)/dgv,name:"meta.link.reference.def.markdown"},"link-email":{captures:{"1":{name:"punctuation.definition.link.markdown"},"2":{name:"markup.underline.link.markdown"},"4":{name:"punctuation.definition.link.markdown"}},match:/(<)((?:mailto:)?[\!\#-'\*\+\--9\=\?A-Z\^-\~]+@[\-0-9A-Za-z]+(?:\.[\-0-9A-Za-z]+)*)(>)/dgv,name:"meta.link.email.lt-gt.markdown"},"link-inet":{captures:{"1":{name:"punctuation.definition.link.markdown"},"2":{name:"markup.underline.link.markdown"},"3":{name:"punctuation.definition.link.markdown"}},match:/(<)((?:https?|ftp):\/\/[^\n]*?)(>)/dgv,name:"meta.link.inet.markdown"},"link-inline":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown",patterns:[{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#strikethrough"},{include:"#image-inline"}]},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.metadata.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.markdown"},"9":{name:"punctuation.definition.link.markdown"},"10":{name:"markup.underline.link.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"},"18":{name:"string.other.link.description.title.markdown"},"19":{name:"punctuation.definition.string.begin.markdown"},"20":{name:"punctuation.definition.string.end.markdown"},"21":{name:"punctuation.definition.metadata.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\()[\\t ]*((<)((?:\\\\[\\<\\>]|[^\\n\\<\\>])*)(>)|((?<url>(?:(?=([^\\(\\)\\p{space}]+))\\18)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\19)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\20)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\21)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\22)|\\((?:)*\\))*\\))*\\))*\\))*\\))*))[\\t ]*(?:((\\()[^\\(\\)]*(\\)))|((\")[^\"]*(\"))|((')[^']*(')))?\\p{space}*(\\))","dgv",{"hiddenCaptures":[3,5,6,7,8,9,18,19,20,21,22]}),name:"meta.link.inline.markdown"},"link-ref":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown",patterns:[{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#strikethrough"},{include:"#image-inline"}]},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.constant.begin.markdown"},"6":{name:"constant.other.reference.link.markdown"},"7":{name:"punctuation.definition.constant.end.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<![\\]\\\\])(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\[)((?:(?=([^\\]]*))\\13))(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9,13]}),name:"meta.link.reference.markdown"},"link-ref-literal":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown"},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.constant.begin.markdown"},"6":{name:"punctuation.definition.constant.end.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<![\\]\\\\])(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\]) ?(\\[)(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9]}),name:"meta.link.reference.literal.markdown"},"link-ref-shortcut":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown"},"3":{name:"punctuation.definition.link.title.end.markdown"}},match:/(?<![\]\\])(\[)((?:[^\]\[\\\p{space}]|\\[\]\[])+?)((?<!\\)\])/dgv,name:"meta.link.reference.markdown"},list_paragraph:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?=\\P{space})(?![\\*-\\>]\\p{space}|[0-9]+\\.\\p{space})","dgv",{"strategy":"clip_search"}),name:"meta.paragraph.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"},{include:"#heading-setext"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*(?=\\n?$)|#| {0,3}([\\-\\*\\>_] {2,}){3,}[\\t ]*(?=\\n?$)\\n?| {0,3}[\\*-\\>]| {0,3}[0-9]+\\.)","dgv",{"strategy":"clip_search"})},lists:{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {0,3})([\\-\\*\\+])([\\t ])","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.list.begin.markdown"}},name:"markup.list.unnumbered.markdown",patterns:[{include:"#block"},{include:"#list_paragraph"}],while:/*@__PURE__*/ new EmulatedRegExp("((^|^)( {2,4}|\\t))|^([\\t ]*)(?=\\n?$)","dgv",{"strategy":"clip_search"})},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {0,3})([0-9]+[\\)\\.])([\\t ])","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.list.begin.markdown"}},name:"markup.list.numbered.markdown",patterns:[{include:"#block"},{include:"#list_paragraph"}],while:/*@__PURE__*/ new EmulatedRegExp("((^|^)( {2,4}|\\t))|^([\\t ]*)(?=\\n?$)","dgv",{"strategy":"clip_search"})}]},paragraph:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}(?=[^\\t\\n ])","dgv",{"strategy":"clip_search"}),name:"meta.paragraph.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"},{include:"#heading-setext"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?=\\p{space}*[\\-\\=]{3,}\\p{space}*(?=\\n?$))| {4,}(?=[^\\t\\n ]))","dgv",{"strategy":"clip_search"})},raw:{captures:{"1":{name:"punctuation.definition.raw.markdown"},"3":{name:"punctuation.definition.raw.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(`+)((?:(?=((?:[^\\`]|(?!(?<!`)\\1(?!`))`)*))\\3))(\\1)","dgv",{"hiddenCaptures":[3]}),name:"markup.inline.raw.string.markdown"},raw_block:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {4}|\\t)","dgv",{"strategy":"clip_search"}),name:"markup.raw.block.markdown",while:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {4}|\\t)","dgv",{"strategy":"clip_search"})},separator:{match:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}([\\-\\*_])( {0,2}\\2){2,}[\\t ]*(?=\\n?$)\\n?","dgv",{"strategy":"clip_search"}),name:"meta.separator.markdown"},strikethrough:{captures:{"1":{name:"punctuation.definition.strikethrough.markdown"},"2":{patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"}]},"3":{name:"punctuation.definition.strikethrough.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!\\\\)(~{2,})(?!(?<=[\\p{L}\\p{M}\\p{N}\\p{Pc}]~~)_)((?:(?=((?:[^\\~]|(?!(?<![\\\\\\~])\\1(?!~))~)*))\\3))(\\1)(?!(?<=_\\1)[\\p{L}\\p{M}\\p{N}\\p{Pc}])","dgv",{"hiddenCaptures":[3]}),name:"markup.strikethrough.markdown"},table:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\|)(?=[^\\|][^\\n]+\\|\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"}),beginCaptures:{"2":{name:"punctuation.definition.table.markdown"}},name:"markup.table.markdown",patterns:[{match:/\|/dgv,name:"punctuation.definition.table.markdown"},{captures:{"1":{name:"punctuation.separator.table.markdown"}},match:/(?<=\|)\p{space}*(:?-+:?)\p{space}*(?=\|)/dgv},{captures:{"1":{patterns:[{include:"#inline"}]}},match:/(?<=\|)\p{space}*(?=\P{space})((\\\||[^\|])+)(?<=\P{space})\p{space}*(?=\|)/dgv}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?=\\|)","dgv",{"strategy":"clip_search"})}},scopeName:"text.html.markdown",embeddedLangs:[],aliases:["md"],embeddedLangsLazy:["css","html","ini","java","lua","make","perl","r","ruby","php","sql","vb","xml","xsl","yaml","bat","clojure","coffee","c","cpp","diff","docker","git-commit","git-rebase","go","groovy","pug","javascript","json","jsonc","less","objective-c","swift","scss","raku","powershell","python","julia","regexp","rust","scala","shellscript","typescript","tsx","csharp","fsharp","dart","handlebars","log","erlang","elixir","latex","bibtex","html-derivative"]})
|
|
3
|
+
const lang = Object.freeze({displayName:"Markdown",name:"markdown",patterns:[{include:"#frontMatter"},{include:"#block"}],repository:{ampersand:{match:/&(?!([0-9A-Za-z]+|#[0-9]+|#x\p{AHex}+);)/dgv,name:"meta.other.valid-ampersand.markdown"},block:{patterns:[{include:"#separator"},{include:"#heading"},{include:"#blockquote"},{include:"#lists"},{include:"#fenced_code_block"},{include:"#raw_block"},{include:"#link-def"},{include:"#html"},{include:"#table"},{include:"#paragraph"}]},blockquote:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}(>) ?","dgv",{"strategy":"clip_search"}),captures:{"2":{name:"punctuation.definition.quote.begin.markdown"}},name:"markup.quote.markdown",patterns:[{include:"#block"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(>) ?","dgv",{"strategy":"clip_search"})},bold:{begin:/*@__PURE__*/ new EmulatedRegExp("(?<open>(\\*\\*(?=[\\p{L}\\p{M}\\p{N}\\p{Pc}])|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\*\\*|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\b__))(?=\\P{space})(?=(?:(?=((<(?:(?=([^\\>]*))\\5)>|(?<raw>`+)(?:(?=(([^\\`]|(?!(?<!`)\\6(?!`))`)*))\\7)\\6|\\\\(?:(?=([\\-\\]\\!\\#\\(-\\+\\.\\>\\[\\\\_\\`\\{\\}]?))\\9)|\\[((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\17)\\])*))\\16)\\])*))\\15)\\])*))\\14)\\])*))\\13)\\])*))\\11)\\](( ?\\[(?:(?=([^\\]]*))\\20)\\])|(\\((?:(?=([\\t ]*))\\22)<?([^\\n]*?)>?(?:(?=([\\t ]*))\\24)((?<title>[\"'])([^\\n]*?)\\26)?\\))))|(?!(?<=\\P{space})\\1)[^\\n])+))\\3)(?<=\\P{space})(?=__\\b|\\*\\*)\\1)","dgv",{"hiddenCaptures":[3,5,7,9,11,13,14,15,16,17,20,22,24]}),captures:{"1":{name:"punctuation.definition.bold.markdown"}},end:/(?<=\P{space})((?!))/dgv,name:"markup.bold.markdown",patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"},{include:"#strikethrough"}]},bracket:{match:/<(?![\!\$\/\?A-Za-z])/dgv,name:"meta.other.valid-bracket.markdown"},escape:{match:/\\[\-\]\!\#\(-\+\.\>\[\\_\`\{\}]/dgv,name:"constant.character.escape.markdown"},fenced_code_block:{patterns:[{include:"#fenced_code_block_css"},{include:"#fenced_code_block_basic"},{include:"#fenced_code_block_ini"},{include:"#fenced_code_block_java"},{include:"#fenced_code_block_lua"},{include:"#fenced_code_block_makefile"},{include:"#fenced_code_block_perl"},{include:"#fenced_code_block_r"},{include:"#fenced_code_block_ruby"},{include:"#fenced_code_block_php"},{include:"#fenced_code_block_sql"},{include:"#fenced_code_block_vs_net"},{include:"#fenced_code_block_xml"},{include:"#fenced_code_block_xsl"},{include:"#fenced_code_block_yaml"},{include:"#fenced_code_block_dosbatch"},{include:"#fenced_code_block_clojure"},{include:"#fenced_code_block_coffee"},{include:"#fenced_code_block_c"},{include:"#fenced_code_block_cpp"},{include:"#fenced_code_block_diff"},{include:"#fenced_code_block_dockerfile"},{include:"#fenced_code_block_git_commit"},{include:"#fenced_code_block_git_rebase"},{include:"#fenced_code_block_go"},{include:"#fenced_code_block_groovy"},{include:"#fenced_code_block_pug"},{include:"#fenced_code_block_ignore"},{include:"#fenced_code_block_js"},{include:"#fenced_code_block_js_regexp"},{include:"#fenced_code_block_json"},{include:"#fenced_code_block_jsonc"},{include:"#fenced_code_block_jsonl"},{include:"#fenced_code_block_less"},{include:"#fenced_code_block_objc"},{include:"#fenced_code_block_swift"},{include:"#fenced_code_block_scss"},{include:"#fenced_code_block_perl6"},{include:"#fenced_code_block_powershell"},{include:"#fenced_code_block_python"},{include:"#fenced_code_block_julia"},{include:"#fenced_code_block_regexp_python"},{include:"#fenced_code_block_rust"},{include:"#fenced_code_block_scala"},{include:"#fenced_code_block_shell"},{include:"#fenced_code_block_ts"},{include:"#fenced_code_block_tsx"},{include:"#fenced_code_block_csharp"},{include:"#fenced_code_block_fsharp"},{include:"#fenced_code_block_dart"},{include:"#fenced_code_block_handlebars"},{include:"#fenced_code_block_markdown"},{include:"#fenced_code_block_log"},{include:"#fenced_code_block_erlang"},{include:"#fenced_code_block_elixir"},{include:"#fenced_code_block_latex"},{include:"#fenced_code_block_bibtex"},{include:"#fenced_code_block_twig"},{include:"#fenced_code_block_yang"},{include:"#fenced_code_block_abap"},{include:"#fenced_code_block_restructuredtext"},{include:"#fenced_code_block_unknown"}]},fenced_code_block_abap:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(abap)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.abap",patterns:[{include:"source.abap"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_basic:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(html?|shtml|xhtml|inc|tmpl|tpl)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.html",patterns:[{include:"text.html.basic"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_bibtex:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(bibtex)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.bibtex",patterns:[{include:"text.bibtex"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_c:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([ch])((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.c",patterns:[{include:"source.c"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_clojure:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(cl(?:js??|ojure))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.clojure",patterns:[{include:"source.clojure"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_coffee:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(coffee|Cakefile|coffee[^\\n]erb)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.coffee",patterns:[{include:"source.coffee"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_cpp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(c(?:pp|\\+\\+|xx))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.cpp source.cpp",patterns:[{include:"source.cpp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_csharp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(c(?:s|sharp|#))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.csharp",patterns:[{include:"source.cs"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_css:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(css(?:|[^\\n]erb))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.css",patterns:[{include:"source.css"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dart:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(dart)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dart",patterns:[{include:"source.dart"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_diff:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(patch|diff|rej)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.diff",patterns:[{include:"source.diff"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dockerfile:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([Dd]ockerfile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dockerfile",patterns:[{include:"source.dockerfile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_dosbatch:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(bat(?:|ch))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.dosbatch",patterns:[{include:"source.batchfile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_elixir:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(elixir)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.elixir",patterns:[{include:"source.elixir"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_erlang:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(erlang)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.erlang",patterns:[{include:"source.erlang"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_fsharp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(f(?:s|sharp|#))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.fsharp",patterns:[{include:"source.fsharp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_git_commit:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:COMMIT_EDIT|MERGE_)MSG)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.git_commit",patterns:[{include:"text.git-commit"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_git_rebase:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(git-rebase-todo)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.git_rebase",patterns:[{include:"text.git-rebase"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_go:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(go(?:|lang))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.go",patterns:[{include:"source.go"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_groovy:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(g(?:roovy|vy))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.groovy",patterns:[{include:"source.groovy"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_handlebars:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(h(?:andlebars|bs))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.handlebars",patterns:[{include:"text.html.handlebars"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ignore:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:git|)ignore)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.ignore",patterns:[{include:"source.ignore"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ini:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ini|conf)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.ini",patterns:[{include:"source.ini"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_java:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(java|bsh)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.java",patterns:[{include:"source.java"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_js:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jsx??|javascript|es6|mjs|cjs|dataviewjs|\\{\\.js[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.javascript",patterns:[{include:"source.js"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_js_regexp:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(regexp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.js_regexp",patterns:[{include:"source.js.regexp"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_json:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(json5??|sublime-settings|sublime-menu|sublime-keymap|sublime-mousemap|sublime-theme|sublime-build|sublime-project|sublime-completions)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.json",patterns:[{include:"source.json"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_jsonc:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jsonc)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.jsonc",patterns:[{include:"source.json.comments"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_jsonl:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jsonl(?:|ines))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.jsonl",patterns:[{include:"source.json.lines"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_julia:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(julia|\\{\\.julia[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.julia",patterns:[{include:"source.julia"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_latex:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:la|)tex)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.latex",patterns:[{include:"text.tex.latex"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_less:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(less)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.less",patterns:[{include:"source.css.less"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_log:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(log)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.log",patterns:[{include:"text.log"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_lua:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(lua)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.lua",patterns:[{include:"source.lua"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_makefile:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*((?:[Mm]|GNUm|OCamlM)akefile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.makefile",patterns:[{include:"source.makefile"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_markdown:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(m(?:arkdown|d))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.markdown",patterns:[{include:"text.html.markdown"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_objc:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(objectivec|objective-c|mm|objc|obj-c|[hm])((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.objc",patterns:[{include:"source.objc"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_perl:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(perl|pl|pm|pod|t|PL|psgi|vcl)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.perl",patterns:[{include:"source.perl"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_perl6:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(perl6|p6|pl6|pm6|nqp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.perl6",patterns:[{include:"source.perl.6"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_php:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(php3??|php4|php5|phpt|phtml|aw|ctp)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.php",patterns:[{include:"text.html.basic"},{include:"source.php"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_powershell:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(p(?:owershell|s1|sm1|sd1|wsh))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.powershell",patterns:[{include:"source.powershell"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_pug:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(jade|pug)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.pug",patterns:[{include:"text.pug"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_python:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(python|py3??|rpy|pyw|cpy|SConstruct|Sconstruct|sconstruct|SConscript|gypi??|\\{\\.python[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.python",patterns:[{include:"source.python"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_r:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*([RSrs]|Rprofile|\\{\\.r[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.r",patterns:[{include:"source.r"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_regexp_python:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(re)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.regexp_python",patterns:[{include:"source.regexp.python"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_restructuredtext:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(r(?:estructuredtext|st))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.restructuredtext",patterns:[{include:"source.rst"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ruby:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ruby|rbx??|rjs|Rakefile|rake|cgi|fcgi|gemspec|irbrc|Capfile|ru|prawn|Cheffile|Gemfile|Guardfile|Hobofile|Vagrantfile|Appraisals|Rantfile|Berksfile|Berksfile[^\\n]lock|Thorfile|Puppetfile)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.ruby",patterns:[{include:"source.ruby"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_rust:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(rust|rs|\\{\\.rust[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.rust",patterns:[{include:"source.rust"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_scala:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(s(?:cala|bt))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.scala",patterns:[{include:"source.scala"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_scss:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(scss)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.scss",patterns:[{include:"source.css.scss"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_shell:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(shell|sh|bash|zsh|bashrc|bash_profile|bash_login|profile|bash_logout|[^\\n]textmate_init|\\{\\.bash[^\\n]+?\\})((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.shellscript",patterns:[{include:"source.shell"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_sql:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(sql|ddl|dml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.sql",patterns:[{include:"source.sql"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_swift:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(swift)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.swift",patterns:[{include:"source.swift"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_ts:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(t(?:ypescript|s))((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.typescript",patterns:[{include:"source.ts"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_tsx:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(tsx)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.typescriptreact",patterns:[{include:"source.tsx"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_twig:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(twig)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.twig",patterns:[{include:"source.twig"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_unknown:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(?=([^\\`]*)?(?=\\n?$))","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown"},fenced_code_block_vs_net:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(vb)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.vs_net",patterns:[{include:"source.asp.vb.net"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_xml:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(xml|xsd|tld|jsp|pt|cpt|dtml|rss|opml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.xml",patterns:[{include:"text.xml"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_xsl:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(xslt??)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.xsl",patterns:[{include:"text.xml.xsl"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_yaml:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(ya?ml)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.yaml",patterns:[{include:"source.yaml"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},fenced_code_block_yang:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)(`{3,}|~{3,})\\p{space}*(yang)((\\p{space}+|[\\,\\:\\?\\{])[^\\`]*)?(?=\\n?$)","dgiv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.markdown"},"4":{name:"fenced_code.block.language.markdown"},"5":{name:"fenced_code.block.language.attributes.markdown"}},end:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?!)|\\p{space}{0,3})((?!))\\p{space}*(?=\\n?$)","dgv",{"strategy":"clip_search"}),endCaptures:{"3":{name:"punctuation.definition.markdown"}},name:"markup.fenced_code.block.markdown",patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\p{space}*)([^\\n]*)","dgv",{"strategy":"clip_search"}),contentName:"meta.embedded.block.yang",patterns:[{include:"source.yang"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*([\\`\\~]{3,})\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"})}]},frontMatter:{applyEndPatternLast:1,begin:/^(?=(-{3,}))/dgv,end:/^(?: {0,3}\1-*[\t ]*|[\t ]*\.{3})(?=\n?$)()/dgv,endCaptures:{"0":{name:"punctuation.definition.end.frontmatter"}},patterns:[{begin:/^(-{3,})([^\n]*)(?=\n?$)/dgv,beginCaptures:{"1":{name:"punctuation.definition.begin.frontmatter"},"2":{name:"comment.frontmatter"}},contentName:"meta.embedded.block.frontmatter",patterns:[{include:"source.yaml"}],while:/^(?!(?: {0,3}\1-*[\t ]*|[\t ]*\.{3})(?=\n?$))()/dgv}]},heading:{captures:{"1":{patterns:[{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{6})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.6.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{5})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.5.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{4})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.4.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{3})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.3.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{2})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.2.markdown"},{captures:{"1":{name:"punctuation.definition.heading.markdown"},"2":{name:"entity.name.section.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"}]},"3":{name:"punctuation.definition.heading.markdown"}},match:/(#{1})\p{space}+([^\n]*?)(?:\p{space}+(#+))?\p{space}*(?=\n?$)/dgv,name:"heading.1.markdown"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?:^|^) {0,3}(#{1,6}\\p{space}+([^\\n]*?)(\\p{space}+#{1,6})?\\p{space}*)(?=\\n?$)","dgv",{"strategy":"clip_search"}),name:"markup.heading.markdown"},"heading-setext":{patterns:[{match:/^(={3,})(?=[\t ]*(?=\n?$)\n?)/dgv,name:"markup.heading.setext.1.markdown"},{match:/^(-{3,})(?=[\t ]*(?=\n?$)\n?)/dgv,name:"markup.heading.setext.2.markdown"}]},html:{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(<!--)","dgv",{"strategy":"clip_search"}),captures:{"1":{name:"punctuation.definition.comment.html"},"2":{name:"punctuation.definition.comment.html"}},end:/(-->)/dgv,name:"comment.block.html"},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=<(script|style|pre)(\\p{space}|(?=\\n?$)|>)(?![^\\n]*?</(script|style|pre)>))","dgiv",{"strategy":"clip_search"}),end:/([^\n]*)((<\/)(script|style|pre)(>))/dgiv,endCaptures:{"1":{patterns:[{include:"text.html.derivative"}]},"2":{name:"meta.tag.structure.$4.end.html"},"3":{name:"punctuation.definition.tag.begin.html"},"4":{name:"entity.name.tag.html"},"5":{name:"punctuation.definition.tag.end.html"}},patterns:[{begin:/(\p{space}*|(?=\n?$))/dgv,patterns:[{include:"text.html.derivative"}],while:/^(?![^\n]*<\/(script|style|pre)>)/dgiv}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=</?[A-Za-z]+[^\\&\\/\\;gt\\p{space}]*(\\p{space}|(?=\\n?$)|/?>))","dgiv",{"strategy":"clip_search"}),patterns:[{include:"text.html.derivative"}],while:/^(?!\p{space}*(?=\n?$))/dgv},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)\\p{space}*(?=(<(?:[\\-0-9A-Za-z](/?>|\\p{space}[^\\n]*?>)|/[\\-0-9A-Za-z]>))\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"}),patterns:[{include:"text.html.derivative"}],while:/^(?!\p{space}*(?=\n?$))/dgv}]},"image-inline":{captures:{"1":{name:"punctuation.definition.link.description.begin.markdown"},"2":{name:"string.other.link.description.markdown"},"4":{name:"punctuation.definition.link.description.end.markdown"},"5":{name:"punctuation.definition.metadata.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.image.markdown"},"9":{name:"punctuation.definition.link.markdown"},"10":{name:"markup.underline.link.image.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"},"18":{name:"string.other.link.description.title.markdown"},"19":{name:"punctuation.definition.string.begin.markdown"},"20":{name:"punctuation.definition.string.end.markdown"},"21":{name:"punctuation.definition.metadata.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(!\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\()[\\t ]*((<)((?:\\\\[\\<\\>]|[^\\n\\<\\>])*)(>)|((?<url>(?:(?=([^\\(\\)\\p{space}]+))\\18)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\19)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\20)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\21)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\22)|\\((?:)*\\))*\\))*\\))*\\))*\\))*))[\\t ]*(?:((\\()[^\\n]+?(\\)))|((\")[^\\n]+?(\"))|((')[^\\n]+?(')))?\\p{space}*(\\))","dgv",{"hiddenCaptures":[3,5,6,7,8,9,18,19,20,21,22]}),name:"meta.image.inline.markdown"},"image-ref":{captures:{"1":{name:"punctuation.definition.link.description.begin.markdown"},"2":{name:"string.other.link.description.markdown"},"4":{name:"punctuation.definition.link.description.end.markdown"},"5":{name:"punctuation.definition.constant.markdown"},"6":{name:"constant.other.reference.link.markdown"},"7":{name:"punctuation.definition.constant.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(!\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\]) ?(\\[)([^\\n]*?)(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9]}),name:"meta.image.reference.markdown"},inline:{patterns:[{include:"#ampersand"},{include:"#bracket"},{include:"#bold"},{include:"#italic"},{include:"#raw"},{include:"#strikethrough"},{include:"#escape"},{include:"#image-inline"},{include:"#image-ref"},{include:"#link-email"},{include:"#link-inet"},{include:"#link-inline"},{include:"#link-ref"},{include:"#link-ref-literal"},{include:"#link-ref-shortcut"}]},italic:{begin:/*@__PURE__*/ new EmulatedRegExp("(?<open>(\\*(?=[\\p{L}\\p{M}\\p{N}\\p{Pc}])|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\*|(?<![\\p{L}\\p{M}\\p{N}\\p{Pc}])\\b_))(?=\\P{space})(?=(?:(?=((<(?:(?=([^\\>]*))\\5)>|(?<raw>`+)(?:(?=(([^\\`]|(?!(?<!`)\\6(?!`))`)*))\\7)\\6|\\\\(?:(?=([\\-\\]\\!\\#\\(-\\+\\.\\>\\[\\\\_\\`\\{\\}]?))\\9)|\\[((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\17)\\])*))\\16)\\])*))\\15)\\])*))\\14)\\])*))\\13)\\])*))\\11)\\](( ?\\[(?:(?=([^\\]]*))\\20)\\])|(\\((?:(?=([\\t ]*))\\22)<?([^\\n]*?)>?(?:(?=([\\t ]*))\\24)((?<title>[\"'])([^\\n]*?)\\26)?\\))))|\\1\\1|(?!(?<=\\P{space})\\1)[^\\n])+))\\3)(?<=\\P{space})(?=_\\b|\\*)\\1)","dgv",{"hiddenCaptures":[3,5,7,9,11,13,14,15,16,17,20,22,24]}),captures:{"1":{name:"punctuation.definition.italic.markdown"}},end:/(?<=\P{space})((?!))((?!\1)|(?=\1\1))/dgv,name:"markup.italic.markdown",patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"},{include:"#strikethrough"}]},"link-def":{captures:{"1":{name:"punctuation.definition.constant.markdown"},"2":{name:"constant.other.reference.link.markdown"},"3":{name:"punctuation.definition.constant.markdown"},"4":{name:"punctuation.separator.key-value.markdown"},"5":{name:"punctuation.definition.link.markdown"},"6":{name:"markup.underline.link.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.markdown"},"9":{name:"string.other.link.description.title.markdown"},"10":{name:"punctuation.definition.string.begin.markdown"},"11":{name:"punctuation.definition.string.end.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"}},match:/\p{space}*(\[)([^\]]+?)(\])(:)[\t ]*(?:(<)((?:\\[\<\>]|[^\n\<\>])*)(>)|(\P{space}+?))[\t ]*(?:((\()[^\n]+?(\)))|((")[^\n]+?("))|((')[^\n]+?(')))?\p{space}*(?=\n?$)/dgv,name:"meta.link.reference.def.markdown"},"link-email":{captures:{"1":{name:"punctuation.definition.link.markdown"},"2":{name:"markup.underline.link.markdown"},"4":{name:"punctuation.definition.link.markdown"}},match:/(<)((?:mailto:)?[\!\#-'\*\+\--9\=\?A-Z\^-\~]+@[\-0-9A-Za-z]+(?:\.[\-0-9A-Za-z]+)*)(>)/dgv,name:"meta.link.email.lt-gt.markdown"},"link-inet":{captures:{"1":{name:"punctuation.definition.link.markdown"},"2":{name:"markup.underline.link.markdown"},"3":{name:"punctuation.definition.link.markdown"}},match:/(<)((?:https?|ftp):\/\/[^\n]*?)(>)/dgv,name:"meta.link.inet.markdown"},"link-inline":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown",patterns:[{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#strikethrough"},{include:"#image-inline"}]},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.metadata.markdown"},"7":{name:"punctuation.definition.link.markdown"},"8":{name:"markup.underline.link.markdown"},"9":{name:"punctuation.definition.link.markdown"},"10":{name:"markup.underline.link.markdown"},"12":{name:"string.other.link.description.title.markdown"},"13":{name:"punctuation.definition.string.begin.markdown"},"14":{name:"punctuation.definition.string.end.markdown"},"15":{name:"string.other.link.description.title.markdown"},"16":{name:"punctuation.definition.string.begin.markdown"},"17":{name:"punctuation.definition.string.end.markdown"},"18":{name:"string.other.link.description.title.markdown"},"19":{name:"punctuation.definition.string.begin.markdown"},"20":{name:"punctuation.definition.string.end.markdown"},"21":{name:"punctuation.definition.metadata.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\()[\\t ]*((<)((?:\\\\[\\<\\>]|[^\\n\\<\\>])*)(>)|((?<url>(?:(?=([^\\(\\)\\p{space}]+))\\18)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\19)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\20)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\21)|\\((?:(?:(?=([^\\(\\)\\p{space}]+))\\22)|\\((?:)*\\))*\\))*\\))*\\))*\\))*))[\\t ]*(?:((\\()[^\\(\\)]*(\\)))|((\")[^\"]*(\"))|((')[^']*(')))?\\p{space}*(\\))","dgv",{"hiddenCaptures":[3,5,6,7,8,9,18,19,20,21,22]}),name:"meta.link.inline.markdown"},"link-ref":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown",patterns:[{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#strikethrough"},{include:"#image-inline"}]},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.constant.begin.markdown"},"6":{name:"constant.other.reference.link.markdown"},"7":{name:"punctuation.definition.constant.end.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<![\\]\\\\])(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\])(\\[)((?:(?=([^\\]]*))\\13))(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9,13]}),name:"meta.link.reference.markdown"},"link-ref-literal":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown"},"4":{name:"punctuation.definition.link.title.end.markdown"},"5":{name:"punctuation.definition.constant.begin.markdown"},"6":{name:"punctuation.definition.constant.end.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<![\\]\\\\])(\\[)((?:(?=((?<square>[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:[^\\]\\[\\\\]|\\\\[^\\n]|\\[(?:(?=((?:)*))\\9)\\])*))\\8)\\])*))\\7)\\])*))\\6)\\])*))\\5)\\])*))\\3))(\\]) ?(\\[)(\\])","dgv",{"hiddenCaptures":[3,5,6,7,8,9]}),name:"meta.link.reference.literal.markdown"},"link-ref-shortcut":{captures:{"1":{name:"punctuation.definition.link.title.begin.markdown"},"2":{name:"string.other.link.title.markdown"},"3":{name:"punctuation.definition.link.title.end.markdown"}},match:/(?<![\]\\])(\[)((?:[^\]\[\\\p{space}]|\\[\]\[])+?)((?<!\\)\])/dgv,name:"meta.link.reference.markdown"},list_paragraph:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?=\\P{space})(?![\\*-\\>]\\p{space}|[0-9]+\\.\\p{space})","dgv",{"strategy":"clip_search"}),name:"meta.paragraph.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"},{include:"#heading-setext"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?!\\p{space}*(?=\\n?$)|#| {0,3}([\\-\\*\\>_] {2,}){3,}[\\t ]*(?=\\n?$)\\n?| {0,3}[\\*-\\>]| {0,3}[0-9]+\\.)","dgv",{"strategy":"clip_search"})},lists:{patterns:[{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {0,3})([\\-\\*\\+])([\\t ])","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.list.begin.markdown"}},name:"markup.list.unnumbered.markdown",patterns:[{include:"#block"},{include:"#list_paragraph"}],while:/*@__PURE__*/ new EmulatedRegExp("((^|^)( {2,4}|\\t))|^([\\t ]*)(?=\\n?$)","dgv",{"strategy":"clip_search"})},{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {0,3})([0-9]+[\\)\\.])([\\t ])","dgv",{"strategy":"clip_search"}),beginCaptures:{"3":{name:"punctuation.definition.list.begin.markdown"}},name:"markup.list.numbered.markdown",patterns:[{include:"#block"},{include:"#list_paragraph"}],while:/*@__PURE__*/ new EmulatedRegExp("((^|^)( {2,4}|\\t))|^([\\t ]*)(?=\\n?$)","dgv",{"strategy":"clip_search"})}]},paragraph:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}(?=[^\\t\\n ])","dgv",{"strategy":"clip_search"}),name:"meta.paragraph.markdown",patterns:[{include:"#inline"},{include:"text.html.derivative"},{include:"#heading-setext"}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)((?=\\p{space}*[\\-\\=]{3,}\\p{space}*(?=\\n?$))| {4,}(?=[^\\t\\n ]))","dgv",{"strategy":"clip_search"})},raw:{captures:{"1":{name:"punctuation.definition.raw.markdown"},"3":{name:"punctuation.definition.raw.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(`+)((?:(?=((?:[^\\`]|(?!(?<!`)\\1(?!`))`)*))\\3))(\\1)","dgv",{"hiddenCaptures":[3]}),name:"markup.inline.raw.string.markdown"},raw_block:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {4}|\\t)","dgv",{"strategy":"clip_search"}),name:"markup.raw.block.markdown",while:/*@__PURE__*/ new EmulatedRegExp("(^|^)( {4}|\\t)","dgv",{"strategy":"clip_search"})},separator:{match:/*@__PURE__*/ new EmulatedRegExp("(^|^) {0,3}([\\-\\*_])( {0,2}\\2){2,}[\\t ]*(?=\\n?$)\\n?","dgv",{"strategy":"clip_search"}),name:"meta.separator.markdown"},strikethrough:{captures:{"1":{name:"punctuation.definition.strikethrough.markdown"},"2":{patterns:[{applyEndPatternLast:1,begin:/(?=<[^\>]*?>)/dgv,end:/(?<=>)/dgv,patterns:[{include:"text.html.derivative"}]},{include:"#escape"},{include:"#ampersand"},{include:"#bracket"},{include:"#raw"},{include:"#bold"},{include:"#italic"},{include:"#image-inline"},{include:"#link-inline"},{include:"#link-inet"},{include:"#link-email"},{include:"#image-ref"},{include:"#link-ref-literal"},{include:"#link-ref"},{include:"#link-ref-shortcut"}]},"3":{name:"punctuation.definition.strikethrough.markdown"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!\\\\)(~{2,})(?!(?<=[\\p{L}\\p{M}\\p{N}\\p{Pc}]~~)_)((?:(?=((?:[^\\~]|(?!(?<![\\\\\\~])\\1(?!~))~)*))\\3))(\\1)(?!(?<=_\\1)[\\p{L}\\p{M}\\p{N}\\p{Pc}])","dgv",{"hiddenCaptures":[3]}),name:"markup.strikethrough.markdown"},table:{begin:/*@__PURE__*/ new EmulatedRegExp("(^|^)(\\|)(?=[^\\|][^\\n]+\\|\\p{space}*(?=\\n?$))","dgv",{"strategy":"clip_search"}),beginCaptures:{"2":{name:"punctuation.definition.table.markdown"}},name:"markup.table.markdown",patterns:[{match:/\|/dgv,name:"punctuation.definition.table.markdown"},{captures:{"1":{name:"punctuation.separator.table.markdown"}},match:/(?<=\|)\p{space}*(:?-+:?)\p{space}*(?=\|)/dgv},{captures:{"1":{patterns:[{include:"#inline"}]}},match:/(?<=\|)\p{space}*(?=\P{space})((\\\||[^\|])+)(?<=\P{space})\p{space}*(?=\|)/dgv}],while:/*@__PURE__*/ new EmulatedRegExp("(^|^)(?=\\|)","dgv",{"strategy":"clip_search"})}},scopeName:"text.html.markdown",embeddedLangs:[],aliases:["md"],embeddedLangsLazy:["css","html","ini","java","lua","make","perl","r","ruby","php","sql","vb","xml","xsl","yaml","bat","clojure","coffee","c","cpp","diff","docker","git-commit","git-rebase","go","groovy","pug","javascript","json","jsonc","jsonl","less","objective-c","swift","scss","raku","powershell","python","julia","regexp","rust","scala","shellscript","typescript","tsx","csharp","fsharp","dart","handlebars","log","erlang","elixir","latex","bibtex","abap","rst","html-derivative"]})
|
|
4
4
|
|
|
5
5
|
export default [
|
|
6
6
|
lang
|
package/dist/nextflow.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const lang = Object.freeze({displayName:"Nextflow",name:"nextflow",patterns:[{include:"#nextflow"}],repository:{"enum-def":{begin:/^\p{space}*(enum)\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"storage.type.groovy"}},end:/\}/dgv,patterns:[{include:"source.nextflow-groovy#groovy"},{include:"#enum-values"}]},"enum-values":{patterns:[{begin:/(?<=;|^)\p{space}*\b([0-9A-Z_]+)(?=\p{space}*(?:[\(\,\}]|(?=\n?$)))/dgv,beginCaptures:{"1":{name:"constant.enum.name.groovy"}},end:/,|(?=\})|^(?!\p{space}*[\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*(?:,|(?=\n?$)))/dgv,patterns:[{begin:/\(/dgv,end:/\)/dgv,name:"meta.enum.value.groovy",patterns:[{match:/,/dgv,name:"punctuation.definition.seperator.parameter.groovy"},{include:"#groovy-code"}]}]}]},"function-body":{patterns:[{match:/\p{space}/dgv},{begin:/(?=[\<\p{L}\p{M}\p{N}\p{Pc}][^\(]*\p{space}+[\$\<\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,end:/(?=[\$\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,name:"meta.method.return-type.java",patterns:[{include:"source.nextflow-groovy#types"}]},{begin:/([\$\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\(/dgv,beginCaptures:{"1":{name:"entity.name.function.nextflow"}},end:/\)/dgv,name:"meta.definition.method.signature.java",patterns:[{begin:/(?=[^\)])/dgv,end:/(?=\))/dgv,name:"meta.method.parameters.groovy",patterns:[{begin:/(?=[^\)\,])/dgv,end:/(?=[\)\,])/dgv,name:"meta.method.parameter.groovy",patterns:[{match:/,/dgv,name:"punctuation.definition.separator.groovy"},{begin:/=/dgv,beginCaptures:{"0":{name:"keyword.operator.assignment.groovy"}},end:/(?=[\)\,])/dgv,name:"meta.parameter.default.groovy",patterns:[{include:"source.nextflow-groovy#groovy-code"}]},{include:"source.nextflow-groovy#parameters"}]}]}]},{begin:/(?=<)/dgv,end:/(?=\p{space})/dgv,name:"meta.method.paramerised-type.groovy",patterns:[{begin:/</dgv,end:/>/dgv,name:"storage.type.parameters.groovy",patterns:[{include:"source.nextflow-groovy#types"},{match:/,/dgv,name:"punctuation.definition.seperator.groovy"}]}]},{begin:/\{/dgv,end:/(?=\})/dgv,name:"meta.method.body.java",patterns:[{include:"source.nextflow-groovy#groovy-code"}]}]},"function-def":{applyEndPatternLast:1,begin:/(?<=;|^|\{)(?=\p{space}*(?:def|(?:(?:boolean|byte|char|short|int|float|long|double)|@?(?:[A-Za-z][\p{L}\p{M}\p{N}\p{Pc}]*\.)*[A-Z]+[\p{L}\p{M}\p{N}\p{Pc}]*)[\]\[]*(?:<[^\n]*>)?n)\p{space}+([^\=]+\p{space}+)?[\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,end:/\}|(?=[^\{])/dgv,name:"meta.definition.method.groovy",patterns:[{include:"#function-body"}]},"include-decl":{patterns:[{match:/^\b(include)\b/dgv,name:"keyword.nextflow"},{match:/\b(from)\b/dgv,name:"keyword.nextflow"}]},nextflow:{patterns:[{include:"#enum-def"},{include:"#function-def"},{include:"#process-def"},{include:"#workflow-def"},{include:"#output-def"},{include:"#include-decl"},{include:"source.nextflow-groovy"}]},"output-def":{begin:/^\p{space}*(output)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"}},end:/\}/dgv,name:"output.nextflow",patterns:[{include:"source.nextflow-groovy#groovy"}]},"process-body":{patterns:[{match:/(?:input|output|when|script|shell|exec):/dgv,name:"constant.block.nextflow"},{match:/\b(val|env|file|path|stdin|stdout|tuple)([\(\p{space}])/dgv,name:"entity.name.function.nextflow"},{include:"source.nextflow-groovy#groovy"}]},"process-def":{begin:/^\p{space}*(process)\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"entity.name.function.nextflow"}},end:/\}/dgv,name:"process.nextflow",patterns:[{include:"#process-body"}]},"workflow-body":{patterns:[{match:/(?:take|main|emit|publish):/dgv,name:"constant.block.nextflow"},{include:"source.nextflow-groovy#groovy"}]},"workflow-def":{begin:/^\p{space}*(workflow)(?:\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+))?\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"entity.name.function.nextflow"}},end:/\}/dgv,name:"workflow.nextflow",patterns:[{include:"#workflow-body"}]}},scopeName:"source.nextflow",embeddedLangs:undefined,aliases:["nf"]})
|
|
1
|
+
const lang = Object.freeze({displayName:"Nextflow",name:"nextflow",patterns:[{include:"#nextflow"}],repository:{"enum-def":{begin:/^\p{space}*(enum)\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"storage.type.groovy"}},end:/\}/dgv,patterns:[{include:"source.nextflow-groovy#groovy"},{include:"#enum-values"}]},"enum-values":{patterns:[{begin:/(?<=;|^)\p{space}*\b([0-9A-Z_]+)(?=\p{space}*(?:[\(\,\}]|(?=\n?$)))/dgv,beginCaptures:{"1":{name:"constant.enum.name.groovy"}},end:/,|(?=\})|^(?!\p{space}*[\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*(?:,|(?=\n?$)))/dgv,patterns:[{begin:/\(/dgv,end:/\)/dgv,name:"meta.enum.value.groovy",patterns:[{match:/,/dgv,name:"punctuation.definition.seperator.parameter.groovy"},{include:"#groovy-code"}]}]}]},"function-body":{patterns:[{match:/\p{space}/dgv},{begin:/(?=[\<\p{L}\p{M}\p{N}\p{Pc}][^\(]*\p{space}+[\$\<\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,end:/(?=[\$\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,name:"meta.method.return-type.java",patterns:[{include:"source.nextflow-groovy#types"}]},{begin:/([\$\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\(/dgv,beginCaptures:{"1":{name:"entity.name.function.nextflow"}},end:/\)/dgv,name:"meta.definition.method.signature.java",patterns:[{begin:/(?=[^\)])/dgv,end:/(?=\))/dgv,name:"meta.method.parameters.groovy",patterns:[{begin:/(?=[^\)\,])/dgv,end:/(?=[\)\,])/dgv,name:"meta.method.parameter.groovy",patterns:[{match:/,/dgv,name:"punctuation.definition.separator.groovy"},{begin:/=/dgv,beginCaptures:{"0":{name:"keyword.operator.assignment.groovy"}},end:/(?=[\)\,])/dgv,name:"meta.parameter.default.groovy",patterns:[{include:"source.nextflow-groovy#groovy-code"}]},{include:"source.nextflow-groovy#parameters"}]}]}]},{begin:/(?=<)/dgv,end:/(?=\p{space})/dgv,name:"meta.method.paramerised-type.groovy",patterns:[{begin:/</dgv,end:/>/dgv,name:"storage.type.parameters.groovy",patterns:[{include:"source.nextflow-groovy#types"},{match:/,/dgv,name:"punctuation.definition.seperator.groovy"}]}]},{begin:/\{/dgv,end:/(?=\})/dgv,name:"meta.method.body.java",patterns:[{include:"source.nextflow-groovy#groovy-code"}]}]},"function-def":{applyEndPatternLast:1,begin:/(?<=;|^|\{)(?=\p{space}*(?:def|(?:(?:boolean|byte|char|short|int|float|long|double)|@?(?:[A-Za-z][\p{L}\p{M}\p{N}\p{Pc}]*\.)*[A-Z]+[\p{L}\p{M}\p{N}\p{Pc}]*)[\]\[]*(?:<[^\n]*>)?n)\p{space}+([^\=]+\p{space}+)?[\p{L}\p{M}\p{N}\p{Pc}]+\p{space}*\()/dgv,end:/\}|(?=[^\{])/dgv,name:"meta.definition.method.groovy",patterns:[{include:"#function-body"}]},"include-decl":{patterns:[{match:/^\b(include)\b/dgv,name:"keyword.nextflow"},{match:/\b(from)\b/dgv,name:"keyword.nextflow"}]},nextflow:{patterns:[{include:"#enum-def"},{include:"#function-def"},{include:"#process-def"},{include:"#workflow-def"},{include:"#params-def"},{include:"#output-def"},{include:"#include-decl"},{include:"source.nextflow-groovy"}]},"output-def":{begin:/^\p{space}*(output)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"}},end:/\}/dgv,name:"output.nextflow",patterns:[{include:"source.nextflow-groovy#groovy"}]},"params-def":{begin:/^\p{space}*(params)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"}},end:/\}/dgv,name:"params.nextflow",patterns:[{include:"source.nextflow-groovy#groovy"}]},"process-body":{patterns:[{match:/(?:input|output|when|script|shell|exec):/dgv,name:"constant.block.nextflow"},{match:/\b(val|env|file|path|stdin|stdout|tuple)([\(\p{space}])/dgv,name:"entity.name.function.nextflow"},{include:"source.nextflow-groovy#groovy"}]},"process-def":{begin:/^\p{space}*(process)\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"entity.name.function.nextflow"}},end:/\}/dgv,name:"process.nextflow",patterns:[{include:"#process-body"}]},"workflow-body":{patterns:[{match:/(?:take|main|emit|publish):/dgv,name:"constant.block.nextflow"},{include:"source.nextflow-groovy#groovy"}]},"workflow-def":{begin:/^\p{space}*(workflow)(?:\p{space}+([\p{L}\p{M}\p{N}\p{Pc}]+))?\p{space}*\{/dgv,beginCaptures:{"1":{name:"keyword.nextflow"},"2":{name:"entity.name.function.nextflow"}},end:/\}/dgv,name:"workflow.nextflow",patterns:[{include:"#workflow-body"}]}},scopeName:"source.nextflow",embeddedLangs:undefined,aliases:["nf"]})
|
|
2
2
|
|
|
3
3
|
export default [
|
|
4
4
|
lang
|
package/dist/swift.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { EmulatedRegExp } from 'oniguruma-to-es'
|
|
2
2
|
|
|
3
|
-
const lang = Object.freeze({displayName:"Swift",fileTypes:["swift"],firstLineMatch:/^#!\/[^\n]*\bswift/dgv,name:"swift",patterns:[{include:"#root"}],repository:{"async-throws":{captures:{"1":{name:"invalid.illegal.await-must-precede-throws.swift"},"2":{name:"storage.modifier.exception.swift"},"3":{name:"storage.modifier.async.swift"}},match:/\b(?:((?:throws\p{space}+|rethrows\p{space}+)async)|((?:|re)throws)|(async))\b/dgv},attributes:{patterns:[{begin:/((@)available)(\()/dgv,beginCaptures:{"1":{name:"storage.modifier.attribute.swift"},"2":{name:"punctuation.definition.attribute.swift"},"3":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.attribute.available.swift",patterns:[{captures:{"1":{name:"keyword.other.platform.os.swift"},"2":{name:"constant.numeric.swift"}},match:/\b(swift|(?:iOS|macOS|OSX|watchOS|tvOS|visionOS|UIKitForMac)(?:ApplicationExtension)?)\b(?:\p{space}+([0-9]+(?:\.[0-9]+)*)\b)?/dgv},{begin:/\b((?:introduc|deprecat|obsolet)ed)\p{space}*(:)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{match:/\b[0-9]+(?:\.[0-9]+)*\b/dgv,name:"constant.numeric.swift"}]},{begin:/\b(message|renamed)\p{space}*(:)\p{space}*(?=")/dgv,beginCaptures:{"1":{name:"keyword.other.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#literals"}]},{captures:{"1":{name:"keyword.other.platform.all.swift"},"2":{name:"keyword.other.swift"},"3":{name:"invalid.illegal.character-not-allowed-here.swift"}},match:/(?:(\*)|\b(deprecated|unavailable|noasync)\b)\p{space}*([^\n]*?)(?=[\)\,])/dgv}]},{begin:/((@)objc)(\()/dgv,beginCaptures:{"1":{name:"storage.modifier.attribute.swift"},"2":{name:"punctuation.definition.attribute.swift"},"3":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.attribute.objc.swift",patterns:[{captures:{"1":{name:"invalid.illegal.missing-colon-after-selector-piece.swift"}},match:/[\p{L}\p{M}\p{N}\p{Pc}]*(?::(?:[\p{L}\p{M}\p{N}\p{Pc}]*:)*([\p{L}\p{M}\p{N}\p{Pc}]*))?/dgv,name:"entity.name.function.swift"}]},{begin:/(@)(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2)/dgv,beginCaptures:{"0":{name:"storage.modifier.attribute.swift"},"1":{name:"punctuation.definition.attribute.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^\\()","dgv",{"strategy":"clip_search"}),name:"meta.attribute.swift",patterns:[{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.arguments.attribute.swift",patterns:[{include:"#expressions"}]}]}]},"builtin-functions":{patterns:[{match:/(?<=\.)(?:s(?:ort(?:ed)?|plit)|contains|index|partition|f(?:i(?:lter|rst)|orEach|latMap)|with(?:MutableCharacters|CString|U(?:nsafe(?:Mutable(?:BufferPointer|Pointer(?:s|To(?:Header|Elements)))|BufferPointer)|TF8Buffer))|m(?:in|a[px]))(?=\p{space}*[\(\{])\b/dgv,name:"support.function.swift"},{match:/(?<=\.)(?:s(?:ymmetricDifference|t(?:oreBytes|arts|ride)|ortInPlace|u(?:ccessor|ffix|btract(?:ing|InPlace|WithOverflow)?)|quareRoot|amePosition)|h(?:oldsUnique(?:|OrPinned)Reference|as(?:Suf|Pre)fix)|ne(?:gated?|xt)|c(?:o(?:untByEnumerating|py(?:Bytes)?)|lamp(?:ed)?|reate)|t(?:o(?:IntMax|Opaque|UIntMax)|ake(?:R|Unr)etainedValue|r(?:uncatingRemainder|a(?:nscodedLength|ilSurrogate)))|i(?:s(?:MutableAndUniquelyReferenced(?:OrPinned)?|S(?:trictSu(?:perset(?:Of)?|bset(?:Of)?)|u(?:perset(?:Of)?|bset(?:Of)?))|Continuation|T(?:otallyOrdered|railSurrogate)|Disjoint(?:With)?|Unique(?:Reference|lyReferenced(?:OrPinned)?)|Equal|Le(?:ss(?:ThanOrEqualTo)?|adSurrogate))|n(?:sert(?:ContentsOf)?|tersect(?:ion|InPlace)?|itialize(?:Memory|From)?|dex(?:Of|ForKey)))|o(?:verlaps|bjectAt)|d(?:i(?:stance(?:To)?|vide(?:d|WithOverflow)?)|e(?:s(?:cendant|troy)|code(?:CString)?|initialize|alloc(?:ate(?:Capacity)?)?)|rop(?:First|Last))|u(?:n(?:ion(?:InPlace)?|derestimateCount|wrappedOrError)|p(?:date(?:Value)?|percased))|join(?:ed|WithSeparator)|p(?:op(?:First|Last)|ass(?:R|Unr)etained|re(?:decessor|fix))|e(?:scaped?|n(?:code|umerated?)|lementsEqual|xclusiveOr(?:InPlace)?)|f(?:orm(?:Remainder|S(?:ymmetricDifference|quareRoot)|TruncatingRemainder|In(?:tersection|dex)|Union)|latten|rom(?:CString(?:RepairingIllFormedUTF8)?|Opaque))|w(?:i(?:thMemoryRebound|dth)|rite(?:To)?)|l(?:o(?:wercased|ad)|e(?:adSurrogate|xicographical(?:Compare|lyPrecedes)))|a(?:ss(?:ign(?:(?:Backward|)From)?|umingMemoryBound)|d(?:d(?:ing(?:Product)?|Product|WithOverflow)?|vanced(?:By)?)|utorelease|ppend(?:ContentsOf)?|lloc(?:ate)?|bs)|r(?:ound(?:ed)?|e(?:serveCapacity|tain|duce|place(?:(?:R|Subr)ange)?|versed?|quest(?:Native|UniqueMutableBacking)Buffer|lease|m(?:ove(?:Range|Subrange|Value(?:ForKey)?|First|Last|A(?:tIndex|ll))?|ainder(?:WithOverflow)?)))|ge(?:nerate|t(?:Objects|Element))|m(?:in(?:imum(?:Magnitude)?|Element)|ove(?:Initialize(?:Memory|BackwardFrom|From)?|Assign(?:From)?)?|ultipl(?:y(?:WithOverflow)?|ied)|easure|a(?:ke(?:Iterator|Description)|x(?:imum(?:Magnitude)?|Element)))|bindMemory)(?=\p{space}*\()/dgv,name:"support.function.swift"},{match:/(?<=\.)(?:s(?:uperclassMirror|amePositionIn|tartsWith)|nextObject|c(?:haracterAtIndex|o(?:untByEnumeratingWithState|pyWithZone)|ustom(?:Mirror|PlaygroundQuickLook))|is(?:EmptyInput|ASCII)|object(?:Enumerator|ForKey|AtIndex)|join|put|keyEnumerator|withUnsafeMutablePointerToValue|length|getMirror|m(?:oveInitializeAssignFrom|ember))(?=\p{space}*\()/dgv,name:"support.function.swift"}]},"builtin-global-functions":{patterns:[{begin:/\b(type)(\()\p{space}*(of)(:)/dgv,beginCaptures:{"1":{name:"support.function.dynamic-type.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"},"3":{name:"support.variable.parameter.swift"},"4":{name:"punctuation.separator.argument-label.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{include:"#expressions"}]},{match:/\ba(?:nyGenerator|utoreleasepool)(?=\p{space}*[\(\{])\b/dgv,name:"support.function.swift"},{match:/\b(?:s(?:tride(?:of(?:Value)?)?|izeof(?:Value)?|equence|wap)|numericCast|transcode|is(?:UniquelyReferenced(?:NonObjC)?|KnownUniquelyReferenced)|zip|d(?:ump|ebugPrint)|unsafe(?:BitCast|Downcast|Unwrap|Address(?:Of)?)|pr(?:int|econdition(?:Failure)?)|fatalError|with(?:Unsafe(?:Mutable|)Pointer|ExtendedLifetime|VaList)|a(?:ssert(?:ionFailure)?|lignof(?:Value)?|bs)|re(?:peatElement|adLine)|getVaList|m(?:in|ax))(?=\p{space}*\()/dgv,name:"support.function.swift"},{match:/\b(?:s(?:ort|uffix|pli(?:ce|t))|insert|overlaps|d(?:istance|rop(?:First|Last))|join|prefix|extend|withUnsafe(?:Mutable|)Pointers|lazy|advance|re(?:flect|move(?:Range|Last|A(?:tIndex|ll))))(?=\p{space}*\()/dgv,name:"support.function.swift"}]},"builtin-properties":{patterns:[{match:/(?<=(?:^|[^\p{L}\p{M}\p{N}\p{Pc}])(?:Process\.|CommandLine\.))(arguments|argc|unsafeArgv)/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:s(?:t(?:artIndex|ri(?:ngValue|de))|i(?:ze|gn(?:BitIndex|ificand(?:Bit(?:Count|Pattern)|Width)?|alingNaN)?)|u(?:perclassMirror|mmary|bscriptBaseAddress))|h(?:eader|as(?:hValue|PointerRepresentation))|n(?:ulTerminatedUTF8|ext(?:Down|Up)|a(?:n|tiveOwner))|c(?:haracters|ount(?:TrailingZeros)?|ustom(?:Mirror|PlaygroundQuickLook)|apacity)|i(?:s(?:S(?:ign(?:Minus|aling(?:NaN)?)|ubnormal)|N(?:ormal|aN)|Canonical|Infinite|Zero|Empty|Finite|ASCII)|n(?:dices|finity)|dentity)|owner|de(?:|bugDe)scription|u(?:n(?:safelyUnwrapped|icodeScalars?|derestimatedCount)|tf(?:16|8(?:Start|C(?:String|odeUnitCount))?)|intValue|ppercaseString|lp(?:OfOne)?)|p(?:i|ointee)|e(?:ndIndex|lements|xponent(?:Bit(?:Count|Pattern))?)|values?|keys|quietNaN|f(?:irst(?:ElementAddress(?:IfContiguous)?)?|loatingPointClass)|l(?:ittleEndian|owercaseString|eastNo(?:nzero|rmal)Magnitude|a(?:st|zy))|a(?:l(?:ignment|l(?:ocatedElementCount|Zeros))|rray(?:PropertyIsNativeTypeChecked)?)|ra(?:dix|wValue)|greatestFiniteMagnitude|m(?:in|emory|ax)|b(?:yteS(?:ize|wapped)|i(?:nade|tPattern|gEndian)|uffer|ase(?:Address)?))\b/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:boolValue|disposition|end|objectIdentifier|quickLookObject|start|valueType)\b/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:s(?:calarValue|i(?:ze|gnalingNaN)|o(?:und|me)|uppressed|prite|et)|n(?:one|egative(?:Subnormal|Normal|Infinity|Zero))|c(?:ol(?:or|lection)|ustomized)|t(?:o(?:NearestOr(?:Even|AwayFromZero)|wardZero)|uple|ext)|i(?:nt|mage)|optional|d(?:ictionary|o(?:uble|wn))|u(?:Int|p|rl)|p(?:o(?:sitive(?:Subnormal|Normal|Infinity|Zero)|int)|lus)|e(?:rror|mptyInput)|view|quietNaN|float|a(?:ttributedString|wayFromZero)|r(?:ectangle|ange)|generated|minus|b(?:ool|ezierPath))\b/dgv,name:"support.variable.swift"}]},"builtin-types":{patterns:[{include:"#builtin-types-builtin-class-type"},{include:"#builtin-types-builtin-enum-type"},{include:"#builtin-types-builtin-protocol-type"},{include:"#builtin-types-builtin-struct-type"},{include:"#builtin-types-builtin-typealias"},{match:/\bAny\b/dgv,name:"support.type.any.swift"}]},"builtin-types-builtin-class-type":{match:/\b(Managed((?:|Proto)Buffer)|NonObjectiveCBase|AnyGenerator)\b/dgv,name:"support.class.swift"},"builtin-types-builtin-enum-type":{patterns:[{match:/\b(?:CommandLine|Process(?=\.))\b/dgv,name:"support.constant.swift"},{match:/\bNever\b/dgv,name:"support.constant.never.swift"},{match:/\b(?:ImplicitlyUnwrappedOptional|Representation|MemoryLayout|FloatingPointClassification|SetIndexRepresentation|SetIteratorRepresentation|FloatingPointRoundingRule|UnicodeDecodingResult|Optional|DictionaryIndexRepresentation|AncestorRepresentation|DisplayStyle|PlaygroundQuickLook|Never|FloatingPointSign|Bit|DictionaryIteratorRepresentation)\b/dgv,name:"support.type.swift"},{match:/\b(?:MirrorDisposition|QuickLookObject)\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-protocol-type":{patterns:[{match:/\b(?:Ra(?:n(?:domAccess(?:Collection|Indexable)|geReplaceable(?:Collection|Indexable))|wRepresentable)|M(?:irrorPath|utable(?:Collection|Indexable))|Bi(?:naryFloatingPoint|twiseOperations|directional(?:Collection|Indexable))|S(?:tr(?:ide|eam)able|igned(?:Number|Integer)|e(?:tAlgebra|quence))|Hashable|C(?:o(?:llection|mparable)|ustom(?:Reflecta|StringConverti|DebugStringConverti|PlaygroundQuickLooka|LeafReflecta)ble|VarArg)|TextOutputStream|I(?:n(?:teger(?:Arithmetic)?|dexable(?:Base)?)|teratorProtocol)|OptionSet|Un(?:signedInteger|icodeCodec)|E(?:quatable|rror|xpressibleBy(?:BooleanLiteral|String(?:Interpolation|Literal)|NilLiteral|IntegerLiteral|DictionaryLiteral|UnicodeScalarLiteral|ExtendedGraphemeClusterLiteral|FloatLiteral|ArrayLiteral))|FloatingPoint|L(?:osslessStringConvertible|azy(?:Sequence|Collection)Protocol)|A(?:nyObject|bsoluteValuable))\b/dgv,name:"support.type.swift"},{match:/\b(?:Ran(?:domAccessIndex|geReplaceableCollection)Type|GeneratorType|M(?:irror(?:|Path)Type|utable(?:Sliceable|CollectionType))|B(?:i(?:twiseOperations|directionalIndex)Type|oolean(?:Type|LiteralConvertible))|S(?:tring(?:Interpolation|Literal)Convertible|i(?:nk|gned(?:Numb|Integ)er)Type|e(?:tAlgebra|quence)Type|liceable)|NilLiteralConvertible|C(?:ollection|VarArg)Type|Inte(?:rvalType|ger(?:Type|LiteralConvertible|ArithmeticType))|O(?:utputStream|ptionSet)Type|DictionaryLiteralConvertible|Un(?:signedIntegerType|icode(?:ScalarLiteralConvertible|CodecType))|E(?:rrorType|xten(?:sibleCollectionType|dedGraphemeClusterLiteralConvertible))|F(?:orwardIndexType|loat(?:ingPointType|LiteralConvertible))|A(?:nyCollectionType|rrayLiteralConvertible))\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-struct-type":{patterns:[{match:/\b(?:R(?:e(?:peat(?:ed)?|versed(?:RandomAccess(?:Collection|Index)|Collection|Index))|an(?:domAccessSlice|ge(?:Replaceable(?:RandomAccess|Bidirectional|)Slice|Generator)?))|Generator(?:Sequence|OfOne)|M(?:irror|utable(?:Ran(?:domAccess|geReplaceable(?:RandomAccess|Bidirectional|))|Bidirectional|)Slice|anagedBufferPointer)|B(?:idirectionalSlice|ool)|S(?:t(?:aticString|ri(?:ng|deT(?:hrough(?:(?:Gen|It)erator)?|o(?:(?:Gen|It)erator)?)))|et(?:I(?:ndex|terator))?|lice)|HalfOpenInterval|C(?:haracter(?:View)?|o(?:ntiguousArray|untable(?:|Closed)Range|llectionOfOne)|OpaquePointer|losed(?:Range(?:I(?:ndex|terator))?|Interval)|VaListPointer)|I(?:n(?:t(?:16|8|32|64)?|d(?:ices|ex(?:ing(?:Gen|It)erator)?))|terator(?:Sequence|OverOne)?)|Zip2(?:Sequence|Iterator)|O(?:paquePointer|bjectIdentifier)|D(?:ictionary(?:I(?:ndex|terator)|Literal)?|ouble|efault(?:RandomAccess|Bidirectional|)Indices)|U(?:n(?:safe(?:RawPointer|Mutable(?:Raw|Buffer|)Pointer|BufferPointer(?:(?:Gen|It)erator)?|Pointer)|icodeScalar(?:View)?|foldSequence|managed)|TF(?:16(?:View)?|8(?:View)?|32)|Int(?:16|8|32|64)?)|Join(?:Generator|ed(?:Sequence|Iterator))|PermutationGenerator|E(?:numerate(?:Generator|Sequence|d(?:Sequence|Iterator))|mpty(?:Generator|Collection|Iterator))|Fl(?:oat(?:80)?|atten(?:Generator|BidirectionalCollection(?:Index)?|Sequence|Collection(?:Index)?|Iterator))|L(?:egacyChildren|azy(?:RandomAccessCollection|Map(?:RandomAccessCollection|Generator|BidirectionalCollection|Sequence|Collection|Iterator)|BidirectionalCollection|Sequence|Collection|Filter(?:Generator|BidirectionalCollection|Sequence|Collection|I(?:ndex|terator))))|A(?:ny(?:RandomAccessCollection|Generator|BidirectionalCollection|Sequence|Hashable|Collection|I(?:ndex|terator))|utoreleasingUnsafeMutablePointer|rray(?:Slice)?))\b/dgv,name:"support.type.swift"},{match:/\b(?:R(?:everse(?:RandomAccess(?:Collection|Index)|Collection|Index)|awByte)|Map(?:Generator|Sequence|Collection)|S(?:inkOf|etGenerator)|Zip2Generator|DictionaryGenerator|Filter(?:Generator|Sequence|Collection(?:Index)?)|LazyForwardCollection|Any(?:RandomAccessIndex|BidirectionalIndex|Forward(?:Collection|Index)))\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-typealias":{patterns:[{match:/\b(?:Raw(?:Significand|Exponent|Value)|B(?:ooleanLiteralType|uffer|ase)|S(?:t(?:orage|r(?:i(?:ngLiteralType|de)|eam[12]))|ubSequence)|NativeBuffer|C(?:hild(?:ren)?|Bool|S(?:hort|ignedChar)|odeUnit|Char(?:16|32)?|Int|Double|Unsigned(?:Short|Char|Int|Long(?:Long)?)|Float|WideChar|Long(?:Long)?)|I(?:n(?:t(?:Max|egerLiteralType)|d(?:ices|ex(?:Distance)?))|terator)|Distance|U(?:n(?:icodeScalar(?:Type|Index|View|LiteralType)|foldFirstSequence)|TF(?:16(?:Index|View)|8Index)|IntMax)|E(?:lements?|x(?:tendedGraphemeCluster(?:|Literal)Type|ponent))|V(?:oid|alue)|Key|Float(?:32|LiteralType|64)|AnyClass)\b/dgv,name:"support.type.swift"},{match:/\b(?:Generator|PlaygroundQuickLook|UWord|Word)\b/dgv,name:"support.type.swift"}]},"code-block":{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.scope.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.scope.end.swift"}},patterns:[{include:"$self"}]},comments:{patterns:[{captures:{"1":{name:"punctuation.definition.comment.swift"}},match:/^^(#!)[^\n]*(?=\n?$)\n?/dgv,name:"comment.line.number-sign.swift"},{begin:/\/\*\*(?!\/)/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.documentation.swift",patterns:[{include:"#comments-nested"}]},{begin:/\/\*:/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.documentation.playground.swift",patterns:[{include:"#comments-nested"}]},{begin:/\/\*/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.swift",patterns:[{include:"#comments-nested"}]},{match:/\*\//dgv,name:"invalid.illegal.unexpected-end-of-block-comment.swift"},{begin:/(^[\t ]+)?(?=\/\/)/dgv,beginCaptures:{"1":{name:"punctuation.whitespace.comment.leading.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{begin:/\/\/\//dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.triple-slash.documentation.swift"},{begin:/\/\/:/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.double-slash.documentation.swift"},{begin:/\/\//dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.double-slash.swift"}]}]},"comments-nested":{begin:/\/\*/dgv,end:/\*\//dgv,patterns:[{include:"#comments-nested"}]},"compiler-control":{patterns:[{begin:/^\p{space}*(#)(if|elseif)\p{space}+(false)\b[^\n]*?(?=(?=\n?$)|\/\/|\/\*)/dgv,beginCaptures:{"0":{name:"meta.preprocessor.conditional.swift"},"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"},"3":{name:"constant.language.boolean.swift"}},contentName:"comment.block.preprocessor.swift",end:/(?=^\p{space}*(#(e(?:lseif|lse|ndif)))\b)/dgv},{begin:/^\p{space}*(#)(if|elseif)\p{space}+/dgv,captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"}},end:/(?=\p{space}*\/[\*\/])|(?=\n?$)/dgv,name:"meta.preprocessor.conditional.swift",patterns:[{match:/(&&|\|\|)/dgv,name:"keyword.operator.logical.swift"},{match:/\b(true|false)\b/dgv,name:"constant.language.boolean.swift"},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"support.constant.platform.architecture.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(arch)\p{space}*(\()\p{space}*(?:(arm|arm64|powerpc64|powerpc64le|i386|x86_64|s390x)|[\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*(\))/dgv},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"support.constant.platform.os.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(os)\p{space}*(\()\p{space}*(?:(macOS|OSX|iOS|tvOS|watchOS|visionOS|Android|Linux|FreeBSD|Windows|PS4)|[\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*(\))/dgv},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"entity.name.type.module.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(canImport)\p{space}*(\()([_\p{L}][_\p{L}\p{N}\p{M}]*)(\))/dgv},{begin:/\b(targetEnvironment)\p{space}*(\()/dgv,beginCaptures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))|(?=\n?$)/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{match:/\b(simulator|UIKitForMac)\b/dgv,name:"support.constant.platform.environment.swift"}]},{begin:/\b(swift|compiler)\p{space}*(\()/dgv,beginCaptures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))|(?=\n?$)/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{match:/>=|</dgv,name:"keyword.operator.comparison.swift"},{match:/\b[0-9]+(?:\.[0-9]+)*\b/dgv,name:"constant.numeric.swift"}]}]},{captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"},"3":{patterns:[{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},match:/^\p{space}*(#)(e(?:lse|ndif))([^\n]*?)(?=(?=\n?$)|\/\/|\/\*)/dgv,name:"meta.preprocessor.conditional.swift"},{captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.sourcelocation.swift"},"4":{name:"punctuation.definition.parameters.begin.swift"},"5":{patterns:[{begin:/(file)\p{space}*(:)\p{space}*(?=")/dgv,beginCaptures:{"1":{name:"support.variable.parameter.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#literals"}]},{captures:{"1":{name:"support.variable.parameter.swift"},"2":{name:"punctuation.separator.key-value.swift"},"3":{name:"constant.numeric.integer.swift"}},match:/(line)\p{space}*(:)\p{space}*([0-9]+)/dgv},{match:/,/dgv,name:"punctuation.separator.parameters.swift"},{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"6":{name:"punctuation.definition.parameters.begin.swift"},"7":{patterns:[{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},match:/^\p{space}*(#)(sourceLocation)((\()([^\)]*)(\)))([^\n]*?)(?=(?=\n?$)|\/\/|\/\*)/dgv,name:"meta.preprocessor.sourcelocation.swift"}]},conditionals:{patterns:[{begin:/(?<!\.)\b(if|guard|switch|for)\b/dgv,beginCaptures:{"1":{patterns:[{include:"#keywords"}]}},end:/(?=\{)/dgv,patterns:[{include:"#expressions-without-trailing-closures"}]},{begin:/(?<!\.)\b(while)\b/dgv,beginCaptures:{"1":{patterns:[{include:"#keywords"}]}},end:/(?=\{)|(?=\n?$)/dgv,patterns:[{include:"#expressions-without-trailing-closures"}]}]},declarations:{patterns:[{include:"#declarations-function"},{include:"#declarations-function-initializer"},{include:"#declarations-function-subscript"},{include:"#declarations-typed-variable-declaration"},{include:"#declarations-import"},{include:"#declarations-operator"},{include:"#declarations-precedencegroup"},{include:"#declarations-protocol"},{include:"#declarations-type"},{include:"#declarations-extension"},{include:"#declarations-typealias"},{include:"#declarations-macro"}]},"declarations-available-types":{patterns:[{include:"#comments"},{include:"#builtin-types"},{include:"#attributes"},{match:/\basync\b/dgv,name:"storage.modifier.async.swift"},{match:/\b(?:|re)throws\b/dgv,name:"storage.modifier.exception.swift"},{match:/\bsome\b/dgv,name:"keyword.other.operator.type.opaque.swift"},{match:/\bany\b/dgv,name:"keyword.other.operator.type.existential.swift"},{match:/\b(?:repeat|each)\b/dgv,name:"keyword.control.loop.swift"},{match:/\b(?:inout|isolated|borrowing|consuming)\b/dgv,name:"storage.modifier.swift"},{match:/\bSelf\b/dgv,name:"variable.language.swift"},{captures:{"1":{name:"keyword.operator.type.function.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(->)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{captures:{"1":{name:"keyword.operator.type.composition.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(&)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{match:/[\!\?]/dgv,name:"keyword.operator.type.optional.swift"},{match:/\.\.\./dgv,name:"keyword.operator.function.variadic-parameter.swift"},{match:/\bprotocol\b/dgv,name:"keyword.other.type.composition.swift"},{match:/(?<=\.)(?:Protocol|Type)\b/dgv,name:"keyword.other.type.metatype.swift"},{include:"#declarations-available-types-tuple-type"},{include:"#declarations-available-types-collection-type"},{include:"#declarations-generic-argument-clause"}]},"declarations-available-types-collection-type":{begin:/\[/dgv,beginCaptures:{"0":{name:"punctuation.section.collection-type.begin.swift"}},end:/\]|(?=[\)\>\{\}])/dgv,endCaptures:{"0":{name:"punctuation.section.collection-type.end.swift"}},patterns:[{include:"#declarations-available-types"},{begin:/:/dgv,beginCaptures:{"0":{name:"punctuation.separator.key-value.swift"}},end:/(?=[\]\)\>\{\}])/dgv,patterns:[{match:/:/dgv,name:"invalid.illegal.extra-colon-in-dictionary-type.swift"},{include:"#declarations-available-types"}]}]},"declarations-available-types-tuple-type":{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.section.tuple-type.begin.swift"}},end:/\)|(?=[\]\>\{\}])/dgv,endCaptures:{"0":{name:"punctuation.section.tuple-type.end.swift"}},patterns:[{include:"#declarations-available-types"}]},"declarations-extension":{begin:/\b(extension)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.swift",patterns:[{include:"#declarations-available-types"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"$self"}]}]},"declarations-function":{begin:/*@__PURE__*/ new EmulatedRegExp("\\b(func)\\p{space}+((?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\3)|(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+)))\\p{space}*(?=[\\(\\<])","dgv",{"hiddenCaptures":[8,12,13],"transfers":[[6,[8,12]],[9,[13]]]}),beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-function-initializer":{begin:/(?<!\.)\b(init[\!\?]*)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift",patterns:[{match:/(?<=[\!\?])[\!\?]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.initializer.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-function-result":{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(->)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.function-result.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\{|\\bwhere\\b|[\\;\\=])|(?=\\n?$)","dgv",{"strategy":"clip_search"}),name:"meta.function-result.swift",patterns:[{match:/\bsending\b/dgv,name:"storage.modifier.swift"},{include:"#declarations-available-types"}]},"declarations-function-subscript":{begin:/(?<!\.)\b(subscript)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift"}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.subscript.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-generic-argument-clause":{begin:/</dgv,beginCaptures:{"0":{name:"punctuation.separator.generic-argument-clause.begin.swift"}},end:/>|(?=[\]\)\{\}])/dgv,endCaptures:{"0":{name:"punctuation.separator.generic-argument-clause.end.swift"}},name:"meta.generic-argument-clause.swift",patterns:[{include:"#literals-numeric"},{include:"#declarations-available-types"}]},"declarations-generic-parameter-clause":{begin:/</dgv,beginCaptures:{"0":{name:"punctuation.separator.generic-parameter-clause.begin.swift"}},end:/>|(?=[^\&\,\:\<\=\>\`\p{L}\p{M}\p{N}\p{Pc}\p{Nd}\p{space}])/dgv,endCaptures:{"0":{name:"punctuation.separator.generic-parameter-clause.end.swift"}},name:"meta.generic-parameter-clause.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause"},{match:/\blet\b/dgv,name:"keyword.other.declaration-specifier.swift"},{match:/\beach\b/dgv,name:"keyword.control.loop.swift"},{captures:{"1":{name:"variable.language.generic-parameter.swift"}},match:/\b((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}][\p{L}\p{M}\p{N}\p{Pc}\p{Nd}]*)\b/dgv},{match:/,/dgv,name:"punctuation.separator.generic-parameters.swift"},{begin:/(:)\p{space}*/dgv,beginCaptures:{"1":{name:"punctuation.separator.generic-parameter-constraint.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\,\\>]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.generic-parameter-constraint.swift",patterns:[{begin:/(?:)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\,\\>]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-type-identifier"},{include:"#declarations-type-operators"}]}]}]},"declarations-generic-where-clause":{begin:/\b(where)\b\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.generic-constraint-introducer.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\n\\;\\>\\{\\}]|//|/\\*)","dgv",{"strategy":"clip_search"}),name:"meta.generic-where-clause.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause-requirement-list"}]},"declarations-generic-where-clause-requirement-list":{begin:/|,\p{space}*/dgv,end:/(?=[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,patterns:[{include:"#comments"},{include:"#constraint"},{include:"#declarations-available-types"},{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(==)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv,beginCaptures:{"1":{name:"keyword.operator.generic-constraint.same-type.swift"}},end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,name:"meta.generic-where-clause.same-type-requirement.swift",patterns:[{include:"#declarations-available-types"}]},{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(:)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv,beginCaptures:{"1":{name:"keyword.operator.generic-constraint.conforms-to.swift"}},end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,name:"meta.generic-where-clause.conformance-requirement.swift",patterns:[{begin:/\p{space}*/dgvy,contentName:"entity.other.inherited-class.swift",end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,patterns:[{include:"#declarations-available-types"}]}]}]},"declarations-import":{begin:/(?<!\.)\b(import)\p{space}+/dgv,beginCaptures:{"1":{name:"keyword.control.import.swift"}},end:/(;)|(?=\n?$)\n?|(?=\/[\*\/])/dgv,endCaptures:{"1":{name:"punctuation.terminator.statement.swift"}},name:"meta.import.swift",patterns:[{begin:/(?!;|(?=\n?$)|\/\/|\/\*)(?:(typealias|struct|class|actor|enum|protocol|var|func)\p{space}+)?/dgvy,beginCaptures:{"1":{name:"storage.modifier.swift"}},end:/(?=;|(?=\n?$)|\/\/|\/\*)/dgv,patterns:[{captures:{"1":{name:"punctuation.definition.identifier.swift"},"2":{name:"punctuation.definition.identifier.swift"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)(?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\1)","dgv",{"strategy":"clip_search"}),name:"entity.name.type.swift"},{match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)\\$[0-9]+","dgv",{"strategy":"clip_search"}),name:"entity.name.type.swift"},{captures:{"1":{patterns:[{match:/\./dgv,name:"invalid.illegal.dot-not-allowed-here.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+))(?=[\\.\\;]|(?=\\n?$)|//|/\\*|\\p{space})","dgv",{"hiddenCaptures":[4,8,9],"transfers":[[2,[4,8]],[5,[9]]],"strategy":"clip_search"}),name:"entity.name.type.swift"},{match:/\./dgv,name:"punctuation.separator.import.swift"},{begin:/(?!\p{space}*(;|(?=\n?$)|\/\/|\/\*))/dgv,end:/(?=\p{space}*(;|(?=\n?$)|\/\/|\/\*))/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}]},"declarations-inheritance-clause":{begin:/(:)(?=\p{space}*\{)|(:)\p{space}*/dgv,beginCaptures:{"1":{name:"invalid.illegal.empty-inheritance-clause.swift"},"2":{name:"punctuation.separator.inheritance-clause.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.inheritance-clause.swift",patterns:[{begin:/\bclass\b/dgv,beginCaptures:{"0":{name:"storage.type.class.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#declarations-inheritance-clause-more-types"}]},{begin:/(?:)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#attributes"},{include:"#comments"},{include:"#declarations-inheritance-clause-inherited-type"},{include:"#declarations-inheritance-clause-more-types"},{include:"#declarations-type-operators"}]}]},"declarations-inheritance-clause-inherited-type":{begin:/(?=[_\`\p{L}])/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-type-identifier"}]},"declarations-inheritance-clause-more-types":{begin:/,\p{space}*/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?!/[\\*\\/])|(?=[\\,\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.inheritance-list.more-types",patterns:[{include:"#attributes"},{include:"#comments"},{include:"#declarations-inheritance-clause-inherited-type"},{include:"#declarations-inheritance-clause-more-types"},{include:"#declarations-type-operators"}]},"declarations-macro":{begin:/\b(macro)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*(?=[\(\<\=])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?=\n?$)|(?=;|\/\/|\/\*|[\=\}])/dgv,name:"meta.definition.macro.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"}]},"declarations-operator":{begin:/*@__PURE__*/ new EmulatedRegExp("(?:\\b((?:pre|in|post)fix)\\p{space}+)?\\b(operator)\\p{space}+(((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(?:(?=((([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|\\.|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*))\\6))|(\\.(?:(?=((([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+))\\11)))\\p{space}*","dgv",{"hiddenCaptures":[6,8,11,13,14],"transfers":[[5,[8,13]],[9,[14]]]}),beginCaptures:{"1":{name:"storage.modifier.swift"},"2":{name:"storage.type.function.operator.swift"},"3":{name:"entity.name.function.operator.swift"},"4":{name:"entity.name.function.operator.swift",patterns:[{match:/\./dgv,name:"invalid.illegal.dot-not-allowed-here.swift"}]}},end:/(;)|(?=\n?$)\n?|(?=\/[\*\/])/dgv,endCaptures:{"1":{name:"punctuation.terminator.statement.swift"}},name:"meta.definition.operator.swift",patterns:[{include:"#declarations-operator-swift2"},{include:"#declarations-operator-swift3"},{match:/((?!(?=\n?$)|;|\/\/|\/\*)\P{space})+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"declarations-operator-swift2":{begin:/(\{)/dgvy,beginCaptures:{"1":{name:"punctuation.definition.operator.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.definition.operator.end.swift"}},patterns:[{include:"#comments"},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"keyword.other.operator.associativity.swift"}},match:/\b(associativity)\p{space}+(left|right)\b/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"constant.numeric.integer.swift"}},match:/\b(precedence)\p{space}+([0-9]+)\b/dgv},{captures:{"1":{name:"storage.modifier.swift"}},match:/\b(assignment)\b/dgv}]},"declarations-operator-swift3":{captures:{"2":{name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-types-precedencegroup"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/(:)\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgvy},"declarations-parameter-clause":{begin:/(\()/dgv,beginCaptures:{"1":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))(?:\p{space}*(async)\b)?/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"},"2":{name:"storage.modifier.async.swift"}},name:"meta.parameter-clause.swift",patterns:[{include:"#declarations-parameter-list"}]},"declarations-parameter-list":{patterns:[{captures:{"1":{name:"entity.name.function.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"variable.parameter.function.swift"},"5":{name:"punctuation.definition.identifier.swift"},"6":{name:"punctuation.definition.identifier.swift"}},match:/((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}+((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\5))(?=\p{space}*:)/dgv},{captures:{"1":{name:"variable.parameter.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/(((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3)))(?=\p{space}*:)/dgv},{begin:/:\p{space}*(?!\p{space})/dgv,end:/(?=[\)\,])/dgv,patterns:[{match:/\bsending\b/dgv,name:"storage.modifier.swift"},{include:"#declarations-available-types"},{match:/:/dgv,name:"invalid.illegal.extra-colon-in-parameter-list.swift"},{begin:/=/dgv,beginCaptures:{"0":{name:"keyword.operator.assignment.swift"}},end:/(?=[\)\,])/dgv,patterns:[{include:"#expressions"}]}]}]},"declarations-precedencegroup":{begin:/\b(precedencegroup)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*(?=\{)/dgv,beginCaptures:{"1":{name:"storage.type.precedencegroup.swift"},"2":{name:"entity.name.type.precedencegroup.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),name:"meta.definition.precedencegroup.swift",patterns:[{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.precedencegroup.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.precedencegroup.end.swift"}},patterns:[{include:"#comments"},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-types-precedencegroup"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/\b((?:high|low)erThan)\p{space}*:\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"keyword.other.operator.associativity.swift"}},match:/\b(associativity)\b(?:\p{space}*:\p{space}*(right|left|none)\b)?/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"constant.language.boolean.swift"}},match:/\b(assignment)\b(?:\p{space}*:\p{space}*(true|false)\b)?/dgv}]}]},"declarations-protocol":{begin:/\b(protocol)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.protocol.swift",patterns:[{include:"#comments"},{include:"#declarations-inheritance-clause"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"#declarations-protocol-protocol-method"},{include:"#declarations-protocol-protocol-initializer"},{include:"#declarations-protocol-associated-type"},{include:"$self"}]}]},"declarations-protocol-associated-type":{begin:/\b(associatedtype)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.declaration-specifier.swift"},"2":{name:"variable.language.associatedtype.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\;\\}]|(?=\\n?$))","dgv",{"strategy":"clip_search"}),name:"meta.definition.associatedtype.swift",patterns:[{include:"#declarations-inheritance-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-typealias-assignment"}]},"declarations-protocol-protocol-initializer":{begin:/(?<!\.)\b(init[\!\?]*)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift",patterns:[{match:/(?<=[\!\?])[\!\?]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},end:/(?=\n?$)|(?=;|\/\/|\/\*|\})/dgv,name:"meta.definition.function.initializer.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.function.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.function.end.swift"}},name:"invalid.illegal.function-body-not-allowed-in-protocol.swift",patterns:[{include:"$self"}]}]},"declarations-protocol-protocol-method":{begin:/*@__PURE__*/ new EmulatedRegExp("\\b(func)\\p{space}+((?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\3)|(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+)))\\p{space}*(?=[\\(\\<])","dgv",{"hiddenCaptures":[8,12,13],"transfers":[[6,[8,12]],[9,[13]]]}),beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?=\n?$)|(?=;|\/\/|\/\*|\})/dgv,name:"meta.definition.function.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.function.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.function.end.swift"}},name:"invalid.illegal.function-body-not-allowed-in-protocol.swift",patterns:[{include:"$self"}]}]},"declarations-type":{patterns:[{begin:/\b(class(?!\p{space}+(?:func|var|let)\b)|struct|actor)\b\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"$self"}]}]},{include:"#declarations-type-enum"}]},"declarations-type-enum":{begin:/\b(enum)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"#declarations-type-enum-enum-case-clause"},{include:"$self"}]}]},"declarations-type-enum-associated-values":{begin:/\(/dgvy,beginCaptures:{"0":{name:"punctuation.definition.parameters.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{include:"#comments"},{begin:/(?:(_)|((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\3))\p{space}+(((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\6))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"entity.name.function.swift"},"2":{name:"invalid.illegal.distinct-labels-not-allowed.swift"},"5":{name:"variable.parameter.function.swift"},"7":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"}]},{begin:/(((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\3))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"entity.name.function.swift"},"2":{name:"variable.parameter.function.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"}]},{begin:/(?![\]\)\,])(?=\P{space})/dgv,end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"},{match:/:/dgv,name:"invalid.illegal.extra-colon-in-parameter-list.swift"}]}]},"declarations-type-enum-enum-case":{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*/dgv,beginCaptures:{"1":{name:"variable.other.enummember.swift"}},end:/(?<=\))|(?![\(\=])/dgv,patterns:[{include:"#comments"},{include:"#declarations-type-enum-associated-values"},{include:"#declarations-type-enum-raw-value-assignment"}]},"declarations-type-enum-enum-case-clause":{begin:/\b(case)\b\p{space}*/dgv,beginCaptures:{"1":{name:"storage.type.enum.case.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\;\\}])|(?!^)(?!/[\\*\\/])(?=[^\\,\\p{space}])","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#declarations-type-enum-enum-case"},{include:"#declarations-type-enum-more-cases"}]},"declarations-type-enum-more-cases":{begin:/,\p{space}*/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?!/[\\*\\/])(?=[\\;\\}[^\\,\\p{space}]])","dgv",{"strategy":"clip_search"}),name:"meta.enum-case.more-cases",patterns:[{include:"#comments"},{include:"#declarations-type-enum-enum-case"},{include:"#declarations-type-enum-more-cases"}]},"declarations-type-enum-raw-value-assignment":{begin:/(=)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.assignment.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#literals"}]},"declarations-type-identifier":{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*/dgv,beginCaptures:{"1":{name:"meta.type-name.swift",patterns:[{include:"#builtin-types"}]},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},end:/(?!<)/dgv,patterns:[{begin:/(?=<)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-generic-argument-clause"}]}]},"declarations-type-operators":{patterns:[{captures:{"1":{name:"keyword.operator.type.composition.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(&)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{captures:{"1":{name:"keyword.operator.type.requirement-suppression.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(~)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv}]},"declarations-typealias":{begin:/\b(typealias)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.declaration-specifier.swift"},"2":{name:"entity.name.type.typealias.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=;|//|/\\*|(?=\\n?$))","dgv",{"strategy":"clip_search"}),name:"meta.definition.typealias.swift",patterns:[{begin:/(?=<)/dgvy,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-generic-parameter-clause"}]},{include:"#declarations-typealias-assignment"}]},"declarations-typealias-assignment":{begin:/(=)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.assignment.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=;|//|/\\*|(?=\\n?$))","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-available-types"}]},"declarations-typed-variable-declaration":{begin:/\b(?:(async)\p{space}+)?(let|var)\b\p{space}+(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3)\p{space}*:/dgv,beginCaptures:{"1":{name:"storage.modifier.async.swift"},"2":{name:"keyword.other.declaration-specifier.swift"}},end:/(?=(?=\n?$)|[\=\{])/dgv,patterns:[{include:"#declarations-available-types"}]},"declarations-types-precedencegroup":{patterns:[{match:/\b(?:BitwiseShift|Assignment|RangeFormation|Casting|Addition|NilCoalescing|Comparison|LogicalConjunction|LogicalDisjunction|Default|Ternary|Multiplication|FunctionArrow)Precedence\b/dgv,name:"support.type.swift"}]},expressions:{patterns:[{include:"#expressions-without-trailing-closures-or-member-references"},{include:"#expressions-trailing-closure"},{include:"#member-reference"}]},"expressions-trailing-closure":{patterns:[{captures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},match:/(#?(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))(?=\p{space}*\{)/dgv,name:"meta.function-call.trailing-closure-only.swift"},{captures:{"1":{name:"support.function.any-method.trailing-closure-label.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},match:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(:)(?=\p{space}*\{)/dgv}]},"expressions-without-trailing-closures":{patterns:[{include:"#expressions-without-trailing-closures-or-member-references"},{include:"#member-references"}]},"expressions-without-trailing-closures-or-member-references":{patterns:[{include:"#comments"},{include:"#code-block"},{include:"#attributes"},{include:"#expressions-without-trailing-closures-or-member-references-closure-parameter"},{include:"#literals"},{include:"#operators"},{include:"#builtin-types"},{include:"#builtin-functions"},{include:"#builtin-global-functions"},{include:"#builtin-properties"},{include:"#expressions-without-trailing-closures-or-member-references-compound-name"},{include:"#conditionals"},{include:"#keywords"},{include:"#expressions-without-trailing-closures-or-member-references-availability-condition"},{include:"#expressions-without-trailing-closures-or-member-references-function-or-macro-call-expression"},{include:"#expressions-without-trailing-closures-or-member-references-macro-expansion"},{include:"#expressions-without-trailing-closures-or-member-references-subscript-expression"},{include:"#expressions-without-trailing-closures-or-member-references-parenthesized-expression"},{match:/\b_\b/dgv,name:"support.variable.discard-value.swift"}]},"expressions-without-trailing-closures-or-member-references-availability-condition":{begin:/\B(#(?:un)?available)(\()/dgv,beginCaptures:{"1":{name:"support.function.availability-condition.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{captures:{"1":{name:"keyword.other.platform.os.swift"},"2":{name:"constant.numeric.swift"}},match:/\p{space}*\b((?:iOS|macOS|OSX|watchOS|tvOS|visionOS|UIKitForMac)(?:ApplicationExtension)?)\b\p{space}+([0-9]+(?:\.[0-9]+)*)\b/dgv},{captures:{"1":{name:"keyword.other.platform.all.swift"},"2":{name:"invalid.illegal.character-not-allowed-here.swift"}},match:/(\*)\p{space}*([^\n]*?)(?=[\)\,])/dgv},{match:/[^\)\,\p{space}]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"expressions-without-trailing-closures-or-member-references-closure-parameter":{match:/\$[0-9]+/dgv,name:"variable.language.closure-parameter.swift"},"expressions-without-trailing-closures-or-member-references-compound-name":{captures:{"1":{name:"entity.name.function.compound-name.swift"},"2":{name:"punctuation.definition.entity.swift"},"3":{name:"punctuation.definition.entity.swift"},"4":{patterns:[{captures:{"1":{name:"punctuation.definition.entity.swift"},"2":{name:"punctuation.definition.entity.swift"}},match:/(?<q>`?)(?!_:)[_\p{L}][_\p{L}\p{N}\p{M}]*(\1):/dgv,name:"entity.name.function.compound-name.swift"}]}},match:/((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\(((((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\7)):)+)\)/dgv},"expressions-without-trailing-closures-or-member-references-expression-element-list":{patterns:[{include:"#comments"},{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#expressions"}]},{begin:/(?![\]\)\,])(?=\P{space})/dgv,end:/(?=[\]\)\,])/dgv,patterns:[{include:"#expressions"}]}]},"expressions-without-trailing-closures-or-member-references-function-or-macro-call-expression":{patterns:[{begin:/(#?(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(\()/dgv,beginCaptures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.function-call.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},{begin:/(?<=[\]\)\>_\`\}\p{L}\p{N}\p{M}])\p{space}*(\()/dgv,beginCaptures:{"1":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.function-call.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]}]},"expressions-without-trailing-closures-or-member-references-macro-expansion":{match:/(#(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))/dgv,name:"support.function.any-method.swift"},"expressions-without-trailing-closures-or-member-references-parenthesized-expression":{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.section.tuple.begin.swift"}},end:/(\))\p{space}*((?:\b(?:async|throws|rethrows)\p{space})*)/dgv,endCaptures:{"1":{name:"punctuation.section.tuple.end.swift"},"2":{patterns:[{match:/\brethrows\b/dgv,name:"invalid.illegal.rethrows-only-allowed-on-function-declarations.swift"},{include:"#async-throws"}]}},patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},"expressions-without-trailing-closures-or-member-references-subscript-expression":{begin:/(?<=[_\`\p{L}\p{N}\p{M}])\p{space}*(\[)/dgv,beginCaptures:{"1":{name:"punctuation.definition.arguments.begin.swift"}},end:/\]/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.subscript-expression.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},keywords:{patterns:[{match:/(?<!\.)\b(?:if|else|guard|where|switch|case|default|fallthrough)\b/dgv,name:"keyword.control.branch.swift"},{match:/(?<!\.)\b(?:continue|break|fallthrough|return|yield)\b/dgv,name:"keyword.control.transfer.swift"},{match:/(?<!\.)\b(?:while|for|in|each)\b/dgv,name:"keyword.control.loop.swift"},{match:/\bany\b(?=\p{space}*`?[_\p{L}])/dgv,name:"keyword.other.operator.type.existential.swift"},{captures:{"1":{name:"keyword.control.loop.swift"},"2":{name:"punctuation.whitespace.trailing.repeat.swift"}},match:/(?<!\.)\b(repeat)\b(\p{space}*)/dgv},{match:/(?<!\.)\bdefer\b/dgv,name:"keyword.control.defer.swift"},{captures:{"1":{name:"invalid.illegal.try-must-precede-await.swift"},"2":{name:"keyword.control.await.swift"}},match:/(?<!\.)\b(?:(await\p{space}+try)|(await))\b/dgv},{match:/(?<!\.)\b(?:catch|throw|try)\b|\btry[\!\?]\B/dgv,name:"keyword.control.exception.swift"},{match:/(?<!\.)\b(?:|re)throws\b/dgv,name:"storage.modifier.exception.swift"},{captures:{"1":{name:"keyword.control.exception.swift"},"2":{name:"punctuation.whitespace.trailing.do.swift"}},match:/(?<!\.)\b(do)\b(\p{space}*)/dgv},{captures:{"1":{name:"storage.modifier.async.swift"},"2":{name:"keyword.other.declaration-specifier.swift"}},match:/(?<!\.)\b(?:(async)\p{space}+)?(let|var)\b/dgv},{match:/(?<!\.)\b(?:associatedtype|operator|typealias)\b/dgv,name:"keyword.other.declaration-specifier.swift"},{match:/(?<!\.)\b(class|enum|extension|precedencegroup|protocol|struct|actor)\b(?=\p{space}*`?[_\p{L}])/dgv,name:"storage.type.$1.swift"},{match:/(?<!\.)\b(?:inout|static|final|lazy|mutating|nonmutating|optional|indirect|required|override|dynamic|convenience|infix|prefix|postfix|distributed|nonisolated|borrowing|consuming)\b/dgv,name:"storage.modifier.swift"},{match:/\binit[\!\?]|\binit\b|(?<!\.)\b(?:func|deinit|subscript|didSet|get|set|willSet|yielding\p{space}+borrow|yielding\p{space}+mutate)\b/dgv,name:"storage.type.function.swift"},{match:/(?<!\.)\b(?:fileprivate|private|internal|public|open|package)\b/dgv,name:"keyword.other.declaration-specifier.accessibility.swift"},{match:/(?<!\.)\bunowned\((?:|un)safe\)|(?<!\.)\b(?:weak|unowned)\b/dgv,name:"keyword.other.capture-specifier.swift"},{captures:{"1":{name:"keyword.other.type.swift"},"2":{name:"keyword.other.type.metatype.swift"}},match:/(?<=\.)(?:(dynamicType|self)|(Protocol|Type))\b/dgv},{match:/(?<!\.)\b(?:super|self|Self)\b/dgv,name:"variable.language.swift"},{match:/(?:\B#(?:file|filePath|fileID|line|column|function|dsohandle)|\b__(?:FILE|LINE|COLUMN|FUNCTION|DSO_HANDLE)__)\b/dgv,name:"support.variable.swift"},{match:/(?<!\.)\bimport\b/dgv,name:"keyword.control.import.swift"},{match:/(?<!\.)\bconsume(?=\p{space}+`?[_\p{L}])/dgv,name:"keyword.control.consume.swift"},{match:/(?<!\.)\bcopy(?=\p{space}+`?[_\p{L}])/dgv,name:"keyword.control.copy.swift"}]},literals:{patterns:[{include:"#literals-boolean"},{include:"#literals-numeric"},{include:"#literals-string"},{match:/\bnil\b/dgv,name:"constant.language.nil.swift"},{match:/\B#((?:color|image|file)Literal)\b/dgv,name:"support.function.object-literal.swift"},{match:/\B#externalMacro\b/dgv,name:"support.function.builtin-macro.swift"},{match:/\B#keyPath\b/dgv,name:"support.function.key-path.swift"},{begin:/\B(#selector)(\()(?:\p{space}*([gs]etter)\p{space}*(:))?/dgv,beginCaptures:{"1":{name:"support.function.selector-reference.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"},"3":{name:"support.variable.parameter.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{include:"#expressions"}]},{include:"#literals-regular-expression-literal"}]},"literals-boolean":{match:/\b(true|false)\b/dgv,name:"constant.language.boolean.swift"},"literals-numeric":{patterns:[{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9][0-9_]*(?=\.[0-9]|[Ee])(?:\.[0-9][0-9_]*)?(?:[Ee][\-\+]?[0-9][0-9_]*)?\b(?!\.[0-9])/dgv,name:"constant.numeric.float.decimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)(?:\.\p{AHex}[_\p{AHex}]*)?[Pp][\-\+]?[0-9][0-9_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.float.hexadecimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)(?:\.\p{AHex}[_\p{AHex}]*)?[Pp][\-\+]?[\p{L}\p{M}\p{N}\p{Pc}]*\b(?!\.[0-9])/dgv,name:"invalid.illegal.numeric.float.invalid-exponent.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)\.[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.float.missing-exponent.swift"},{match:/(?<=\p{space}|^)-?\.[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.float.missing-leading-zero.swift"},{match:/(\B-|\b)0[box]_[_\p{AHex}]*(?:[EPep][\-\+]?[\p{L}\p{M}\p{N}\p{Pc}]+)?[\.\p{L}\p{M}\p{N}\p{Pc}]+/dgv,name:"invalid.illegal.numeric.leading-underscore.swift"},{match:/(?<=[\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9]+\b/dgv},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0b[01][01_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.binary.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0o[0-7][0-7_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.octal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9][0-9_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.decimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0x\p{AHex}[_\p{AHex}]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.hexadecimal.swift"},{match:/(\B-|\b)[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.other.swift"}]},"literals-regular-expression-literal":{patterns:[{begin:/(#+)\/\n/dgv,end:/\/\1()/dgv,name:"string.regexp.block.swift",patterns:[{include:"#literals-regular-expression-literal-regex-guts"},{include:"#literals-regular-expression-literal-line-comment"}]},{captures:{"0":{patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},"1":{name:"punctuation.definition.string.begin.regexp.swift"},"3":{name:"punctuation.definition.string.end.regexp.swift"}},match:/*@__PURE__*/ new EmulatedRegExp("(/)(?!\\p{space})(?!/)(?:\\\\\\p{space}(?=/)|(?:(?=((?<guts>(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\5)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\6)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\9)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\10)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\13)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\14)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\17)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\18)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\21)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\22)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:)?))\\23)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\20))?))\\19)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\16))?))\\15)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\12))?))\\11)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\8))?))\\7)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\4))?))\\2)(?<!\\p{space}))(/)","dgv",{"hiddenCaptures":[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]}),name:"string.regexp.line.swift"},{captures:{"0":{patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},"1":{name:"punctuation.definition.string.begin.regexp.swift"},"4":{name:"punctuation.definition.string.end.regexp.swift"},"5":{name:"invalid.illegal.returns-not-allowed.regexp"}},match:/*@__PURE__*/ new EmulatedRegExp("((#+)/)(?:(?=((?<guts>(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\6)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\7)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\10)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\11)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\14)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\15)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\18)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\19)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\22)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\23)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:)?))\\24)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\21))?))\\20)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\17))?))\\16)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\13))?))\\12)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\9))?))\\8)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\5))?))\\3)(/\\2)|#+/[^\\n]+(\\n)","dgv",{"hiddenCaptures":[3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]}),name:"string.regexp.line.extended.swift"}]},"literals-regular-expression-literal-backreference-or-subpattern":{patterns:[{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\g\{)(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(\})/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"constant.numeric.integer.decimal.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"}},match:/(\\g)([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\[gk]<)(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(>)/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\[gk]')(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(')/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.character.escape.backslash.regexp"}},match:/(\\k\{)((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?(\})/dgv},{match:/\\[1-9][0-9]+/dgv,name:"keyword.other.back-reference.regexp"},{captures:{"1":{name:"keyword.other.back-reference.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.other.back-reference.regexp"}},match:/(\(\?(?:P[\=\>]|&))((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?(\))/dgv},{match:/\(\?R\)/dgv,name:"keyword.other.back-reference.regexp"},{captures:{"1":{name:"keyword.other.back-reference.regexp"},"2":{name:"constant.numeric.integer.decimal.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.other.back-reference.regexp"}},match:/(\(\?)([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?(\))/dgv}]},"literals-regular-expression-literal-backtracking-directive-or-global-matching-option":{captures:{"1":{name:"keyword.control.directive.regexp"},"2":{name:"keyword.control.directive.regexp"},"3":{name:"keyword.control.directive.regexp"},"4":{name:"variable.language.tag.regexp"},"5":{name:"keyword.control.directive.regexp"},"6":{name:"keyword.operator.assignment.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"keyword.control.directive.regexp"},"9":{name:"keyword.control.directive.regexp"}},match:/(\(\*)(?:(ACCEPT|FAIL|F|MARK(?=:)|(?=:)|COMMIT|PRUNE|SKIP|THEN)(?:(:)([^\)]+))?|(LIMIT_(?:DEPTH|HEAP|MATCH))(=)(\p{Nd}+)|(CRLF|CR|ANYCRLF|ANY|LF|NUL|BSR_ANYCRLF|BSR_UNICODE|NOTEMPTY_ATSTART|NOTEMPTY|NO_AUTO_POSSESS|NO_DOTSTAR_ANCHOR|NO_JIT|NO_START_OPT|UTF|UCP))(\))/dgv},"literals-regular-expression-literal-callout":{captures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.callout.regexp"},"3":{name:"constant.numeric.integer.decimal.regexp"},"4":{name:"entity.name.function.callout.regexp"},"5":{name:"entity.name.function.callout.regexp"},"6":{name:"entity.name.function.callout.regexp"},"7":{name:"entity.name.function.callout.regexp"},"8":{name:"entity.name.function.callout.regexp"},"9":{name:"entity.name.function.callout.regexp"},"10":{name:"entity.name.function.callout.regexp"},"11":{name:"entity.name.function.callout.regexp"},"12":{name:"punctuation.definition.group.regexp"},"13":{name:"punctuation.definition.group.regexp"},"14":{name:"keyword.control.callout.regexp"},"15":{name:"entity.name.function.callout.regexp"},"16":{name:"variable.language.tag-name.regexp"},"17":{name:"punctuation.definition.group.regexp"},"18":{name:"punctuation.definition.group.regexp"},"19":{name:"keyword.control.callout.regexp"},"21":{name:"variable.language.tag-name.regexp"},"22":{name:"keyword.control.callout.regexp"},"23":{name:"punctuation.definition.group.regexp"}},match:/*@__PURE__*/ new EmulatedRegExp("(\\()(?<keyw>\\?C)(?:(?<num>\\p{Nd}+)|`(?<name>(?:[^\\`]|``)*)`|'((?:[^']|'')*)'|\"((?:[^\"]|\"\")*)\"|\\^((?:[^\\^]|\\^\\^)*)\\^|%((?:[^\\%]|%%)*)%|#((?:[^\\#]|##)*)#|\\$((?:[^\\$]|\\$\\$)*)\\$|\\{((?:[^\\}]|\\}\\})*)\\})?(\\))|(\\()(\\*)((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:\\[(?<tag>(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)\\])?(?:\\{[^\\,\\}]+(?:,[^\\,\\}]+)*\\})?(\\))|(\\()(\\?)(?:(?=((\\{(?:(?:\\{(?:(?:\\{(?:(?:\\{(?:(?:\\{(?:(?:)|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})))\\20)(?:\\[((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)\\])?([\\<\\>X]?)(\\))","dgv",{"hiddenCaptures":[20]}),name:"meta.callout.regexp"},"literals-regular-expression-literal-character-properties":{captures:{"1":{name:"support.variable.character-property.regexp"},"2":{name:"punctuation.definition.character-class.regexp"},"3":{name:"support.variable.character-property.regexp"},"4":{name:"punctuation.definition.character-class.regexp"}},match:/\\[Pp]\{([\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+(?:=[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)?)\}|(\[:)([\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+(?:=[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)?)(:\])/dgv,name:"constant.other.character-class.set.regexp"},"literals-regular-expression-literal-custom-char-class":{patterns:[{begin:/(\[)(\^)?/dgv,beginCaptures:{"1":{name:"punctuation.definition.character-class.regexp"},"2":{name:"keyword.operator.negation.regexp"}},end:/\]/dgv,endCaptures:{"0":{name:"punctuation.definition.character-class.regexp"}},name:"constant.other.character-class.set.regexp",patterns:[{include:"#literals-regular-expression-literal-custom-char-class-members"}]}]},"literals-regular-expression-literal-custom-char-class-members":{patterns:[{match:/\\b/dgv,name:"constant.character.escape.backslash.regexp"},{include:"#literals-regular-expression-literal-custom-char-class"},{include:"#literals-regular-expression-literal-quote"},{include:"#literals-regular-expression-literal-set-operators"},{include:"#literals-regular-expression-literal-unicode-scalars"},{include:"#literals-regular-expression-literal-character-properties"}]},"literals-regular-expression-literal-group-option-toggle":{match:/\(\?(?:\^(?:[DJPSUWimnswx]|xx|y\{[gw]\})*|(?:[DJPSUWimnswx]|xx|y\{[gw]\})+|(?:[DJPSUWimnswx]|xx|y\{[gw]\})*-(?:[DJPSUWimnswx]|xx|y\{[gw]\})*)\)/dgv,name:"keyword.other.option-toggle.regexp"},"literals-regular-expression-literal-group-or-conditional":{patterns:[{begin:/(\()(\?~)/dgv,beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.conditional.absent.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.absent.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(\\()(?<cond>\\?\\()(?:(?<NumberRef>(?<num>[\\-\\+]?\\p{Nd}+)(?:(?<op>[\\-\\+])(\\p{Nd}+))?)|(R)(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?)?|(R&)(?<NamedRef>(?<name>(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(<)(?:(((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?))(>)|(')(?:(((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?))(')|(DEFINE)|(VERSION)(?<compar>>?=)(\\p{Nd}+\\.\\p{Nd}+))(\\))|(\\()(\\?)(?=\\()","dgv",{"hiddenCaptures":[8,9,10,11,18,19,20,21,22,23,24,25,28,29,30,31,32,33,34,35],"transfers":[[3,[8,22,32]],[4,[9,23,33]],[5,[10,24,34]],[6,[11,25,35]],[13,[18,28]],[14,[19,29]],[15,[20,30]],[16,[21,31]]]}),beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.conditional.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.operator.recursion-level.regexp"},"6":{name:"constant.numeric.integer.decimal.regexp"},"7":{name:"keyword.control.conditional.regexp"},"8":{name:"keyword.control.conditional.regexp"},"10":{name:"variable.other.group-name.regexp"},"11":{name:"keyword.operator.recursion-level.regexp"},"12":{name:"constant.numeric.integer.decimal.regexp"},"13":{name:"keyword.control.conditional.regexp"},"14":{name:"keyword.control.conditional.regexp"},"15":{name:"keyword.control.conditional.regexp"},"16":{name:"keyword.control.conditional.regexp"},"17":{name:"keyword.control.conditional.regexp"},"18":{name:"keyword.control.conditional.regexp"},"19":{name:"keyword.operator.comparison.regexp"},"20":{name:"constant.numeric.integer.decimal.regexp"},"21":{name:"keyword.control.conditional.regexp"},"22":{name:"punctuation.definition.group.regexp"},"23":{name:"keyword.control.conditional.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.conditional.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(\\()(?:(?=(((\\?)(?:([\\!\\*\\:\\=\\>\\|]|<[\\!\\*\\=])|P?<(?:((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(-))?((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)>|'(?:((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(-))?((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)'|(?:\\^(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*|(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})+|(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*-(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*):)|\\*(atomic|pla|positive_lookahead|nla|negative_lookahead|plb|positive_lookbehind|nlb|negative_lookbehind|napla|non_atomic_positive_lookahead|naplb|non_atomic_positive_lookbehind|sr|script_run|asr|atomic_script_run):)?))\\2)","dgv",{"hiddenCaptures":[2]}),beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.other.group-options.regexp"},"3":{name:"punctuation.definition.group.regexp"},"4":{name:"punctuation.definition.group.regexp"},"5":{name:"variable.other.group-name.regexp"},"6":{name:"keyword.operator.balancing-group.regexp"},"7":{name:"variable.other.group-name.regexp"},"8":{name:"variable.other.group-name.regexp"},"9":{name:"keyword.operator.balancing-group.regexp"},"10":{name:"variable.other.group-name.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]}]},"literals-regular-expression-literal-line-comment":{captures:{"1":{name:"punctuation.definition.comment.regexp"}},match:/(#)[^\n]*(?=\n?$)/dgv,name:"comment.line.regexp"},"literals-regular-expression-literal-quote":{begin:/\\Q/dgv,beginCaptures:{"0":{name:"constant.character.escape.backslash.regexp"}},end:/\\E|(\n)/dgv,endCaptures:{"0":{name:"constant.character.escape.backslash.regexp"},"1":{name:"invalid.illegal.returns-not-allowed.regexp"}},name:"string.quoted.other.regexp.swift"},"literals-regular-expression-literal-regex-guts":{patterns:[{include:"#literals-regular-expression-literal-quote"},{begin:/\(\?#/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.regexp"}},name:"comment.block.regexp"},{begin:/<\{/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.regexp"}},end:/\}>/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.regexp"}},name:"meta.embedded.expression.regexp"},{include:"#literals-regular-expression-literal-unicode-scalars"},{include:"#literals-regular-expression-literal-character-properties"},{match:/[\$\^]|\\[ABGYZbyz]|\\K/dgv,name:"keyword.control.anchor.regexp"},{include:"#literals-regular-expression-literal-backtracking-directive-or-global-matching-option"},{include:"#literals-regular-expression-literal-callout"},{include:"#literals-regular-expression-literal-backreference-or-subpattern"},{match:/\.|\\[CDHNORSVWXdhsvw]/dgv,name:"constant.character.character-class.regexp"},{match:/\\c[^\n]/dgv,name:"constant.character.entity.control-character.regexp"},{match:/\\[^c]/dgv,name:"constant.character.escape.backslash.regexp"},{match:/\|/dgv,name:"keyword.operator.or.regexp"},{match:/[\*\+\?]/dgv,name:"keyword.operator.quantifier.regexp"},{match:/\{(?:\p{space}*\p{Nd}+\p{space}*(?:,\p{space}*\p{Nd}*\p{space}*)?\}|\p{space}*,\p{space}*\p{Nd}+\p{space}*\})/dgv,name:"keyword.operator.quantifier.regexp"},{include:"#literals-regular-expression-literal-custom-char-class"},{include:"#literals-regular-expression-literal-group-option-toggle"},{include:"#literals-regular-expression-literal-group-or-conditional"}]},"literals-regular-expression-literal-set-operators":{patterns:[{match:/&&/dgv,name:"keyword.operator.intersection.regexp.swift"},{match:/--/dgv,name:"keyword.operator.subtraction.regexp.swift"},{match:/~~/dgv,name:"keyword.operator.symmetric-difference.regexp.swift"}]},"literals-regular-expression-literal-unicode-scalars":{match:/\\(?:u\{\p{space}*(?:\p{AHex}+\p{space}*)+\}|u\p{AHex}{4}|x\{\p{AHex}+\}|x\p{AHex}{0,2}|U\p{AHex}{8}|o\{[0-7]+\}|0[0-7]{0,3}|N\{(?:U\+\p{AHex}{1,8}|[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)\})/dgv,name:"constant.character.numeric.regexp"},"literals-string":{patterns:[{begin:/"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"},{match:/\\\p{space}*\n/dgv,name:"constant.character.escape.newline.swift"},{include:"#literals-string-string-guts"},{match:/\P{space}((?!\\\()[^\n])*(?=""")/dgv,name:"invalid.illegal.content-before-closing-delimiter.swift"}]},{begin:/#"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""#(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.raw.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"},{match:/\\#\p{space}*\n/dgv,name:"constant.character.escape.newline.swift"},{include:"#literals-string-raw-string-guts"},{match:/\P{space}((?!\\#\()[^\n])*(?=""")/dgv,name:"invalid.illegal.content-before-closing-delimiter.swift"}]},{begin:/(##+)"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""\1(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.raw.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"}]},{begin:/"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"},{include:"#literals-string-string-guts"}]},{begin:/(##+)"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.raw.swift"}},end:/"\1(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.raw.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.raw.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"}]},{begin:/#"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.raw.swift"}},end:/"#(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.raw.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.raw.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"},{include:"#literals-string-raw-string-guts"}]}]},"literals-string-raw-string-guts":{patterns:[{match:/\\#["'0\\nrt]/dgv,name:"constant.character.escape.swift"},{match:/\\#u\{\p{AHex}{1,8}\}/dgv,name:"constant.character.escape.unicode.swift"},{begin:/\\#\(/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.swift"}},contentName:"source.swift",end:/\)/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.swift"}},name:"meta.embedded.line.swift",patterns:[{include:"$self"},{begin:/\(/dgv,end:/\)/dgv}]},{match:/\\#[^\n]/dgv,name:"invalid.illegal.escape-not-recognized"}]},"literals-string-string-guts":{patterns:[{match:/\\["'0\\nrt]/dgv,name:"constant.character.escape.swift"},{match:/\\u\{\p{AHex}{1,8}\}/dgv,name:"constant.character.escape.unicode.swift"},{begin:/\\\(/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.swift"}},contentName:"source.swift",end:/\)/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.swift"}},name:"meta.embedded.line.swift",patterns:[{include:"$self"},{begin:/\(/dgv,end:/\)/dgv}]},{match:/\\[^\n]/dgv,name:"invalid.illegal.escape-not-recognized"}]},"member-reference":{patterns:[{captures:{"1":{name:"variable.other.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},match:/(?<=\.)((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))/dgv}]},operators:{patterns:[{match:/\b(is\b|as([\!\?]\B|\b))/dgv,name:"keyword.operator.type-casting.swift"},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|[\\.̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))","dgv",{"hiddenCaptures":[3],"transfers":[[1,[3]]]}),end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{captures:{"0":{patterns:[{match:/(\+\+|--)(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/([\-\+])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.unary.swift"},{match:/!(?=\n?$)/dgvy,name:"keyword.operator.logical.not.swift"},{match:/~(?=\n?$)/dgvy,name:"keyword.operator.bitwise.not.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.prefix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|[\\(\\,\\:\\;\\[\\{\\p{space}])(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?![\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/(\+\+|--)(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/!(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.postfix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!^|[\\(\\,\\:\\;\\[\\{\\p{space}])(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?=[\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/=(?=\n?$)/dgvy,name:"keyword.operator.assignment.swift"},{match:/([\-\%\*\+\/]|<<|>>|[\&\^\|]|&&|\|\|)=(?=\n?$)/dgvy,name:"keyword.operator.assignment.compound.swift"},{match:/([\-\*\+\/])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.swift"},{match:/&([\-\*\+])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.overflow.swift"},{match:/%(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.remainder.swift"},{match:/(==|!=|[\<\>]|>=|<=|~=)(?=\n?$)/dgvy,name:"keyword.operator.comparison.swift"},{match:/\?\?(?=\n?$)/dgvy,name:"keyword.operator.coalescing.swift"},{match:/(&&|\|\|)(?=\n?$)/dgvy,name:"keyword.operator.logical.swift"},{match:/([\&\^\|]|<<|>>)(?=\n?$)/dgvy,name:"keyword.operator.bitwise.swift"},{match:/([\!\=]==)(?=\n?$)/dgvy,name:"keyword.operator.bitwise.swift"},{match:/\?(?=\n?$)/dgvy,name:"keyword.operator.ternary.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.infix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/[^\n]+/dgv,name:"keyword.operator.custom.prefix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|[\\(\\,\\:\\;\\[\\{\\p{space}])\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?![\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/[^\n]+/dgv,name:"keyword.operator.custom.postfix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!^|[\\(\\,\\:\\;\\[\\{\\p{space}])\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?=[\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/\.\.[\.\<](?=\n?$)/dgvy,name:"keyword.operator.range.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.infix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)","dgvy",{"hiddenCaptures":[1]})}]},{match:/:/dgv,name:"keyword.operator.ternary.swift"}]},root:{patterns:[{include:"#compiler-control"},{include:"#declarations"},{include:"#expressions"}]}},scopeName:"source.swift",embeddedLangs:undefined,aliases:undefined})
|
|
3
|
+
const lang = Object.freeze({displayName:"Swift",fileTypes:["swift"],firstLineMatch:/^#!\/[^\n]*\bswift/dgv,name:"swift",patterns:[{include:"#root"}],repository:{"async-throws":{captures:{"1":{name:"invalid.illegal.await-must-precede-throws.swift"},"2":{name:"storage.modifier.exception.swift"},"3":{name:"storage.modifier.async.swift"}},match:/\b(?:((?:throws\p{space}+|rethrows\p{space}+)async)|((?:|re)throws)|(async))\b/dgv},attributes:{patterns:[{begin:/((@)available)(\()/dgv,beginCaptures:{"1":{name:"storage.modifier.attribute.swift"},"2":{name:"punctuation.definition.attribute.swift"},"3":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.attribute.available.swift",patterns:[{captures:{"1":{name:"keyword.other.platform.os.swift"},"2":{name:"constant.numeric.swift"}},match:/\b(swift|(?:iOS|macOS|OSX|watchOS|tvOS|visionOS|UIKitForMac)(?:ApplicationExtension)?)\b(?:\p{space}+([0-9]+(?:\.[0-9]+)*)\b)?/dgv},{begin:/\b((?:introduc|deprecat|obsolet)ed)\p{space}*(:)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{match:/\b[0-9]+(?:\.[0-9]+)*\b/dgv,name:"constant.numeric.swift"}]},{begin:/\b(message|renamed)\p{space}*(:)\p{space}*(?=")/dgv,beginCaptures:{"1":{name:"keyword.other.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#literals"}]},{captures:{"1":{name:"keyword.other.platform.all.swift"},"2":{name:"keyword.other.swift"},"3":{name:"invalid.illegal.character-not-allowed-here.swift"}},match:/(?:(\*)|\b(deprecated|unavailable|noasync)\b)\p{space}*([^\n]*?)(?=[\)\,])/dgv}]},{begin:/((@)objc)(\()/dgv,beginCaptures:{"1":{name:"storage.modifier.attribute.swift"},"2":{name:"punctuation.definition.attribute.swift"},"3":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.attribute.objc.swift",patterns:[{captures:{"1":{name:"invalid.illegal.missing-colon-after-selector-piece.swift"}},match:/[\p{L}\p{M}\p{N}\p{Pc}]*(?::(?:[\p{L}\p{M}\p{N}\p{Pc}]*:)*([\p{L}\p{M}\p{N}\p{Pc}]*))?/dgv,name:"entity.name.function.swift"}]},{begin:/(@)(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2)/dgv,beginCaptures:{"0":{name:"storage.modifier.attribute.swift"},"1":{name:"punctuation.definition.attribute.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^\\()","dgv",{"strategy":"clip_search"}),name:"meta.attribute.swift",patterns:[{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.arguments.attribute.swift",patterns:[{include:"#expressions"}]}]}]},"builtin-functions":{patterns:[{match:/(?<=\.)(?:s(?:ort(?:ed)?|plit)|contains|index|partition|f(?:i(?:lter|rst)|orEach|latMap)|with(?:MutableCharacters|CString|U(?:nsafe(?:Mutable(?:BufferPointer|Pointer(?:s|To(?:Header|Elements)))|BufferPointer)|TF8Buffer))|m(?:in|a[px]))(?=\p{space}*[\(\{])\b/dgv,name:"support.function.swift"},{match:/(?<=\.)(?:s(?:ymmetricDifference|t(?:oreBytes|arts|ride)|ortInPlace|u(?:ccessor|ffix|btract(?:ing|InPlace|WithOverflow)?)|quareRoot|amePosition)|h(?:oldsUnique(?:|OrPinned)Reference|as(?:Suf|Pre)fix)|ne(?:gated?|xt)|c(?:o(?:untByEnumerating|py(?:Bytes)?)|lamp(?:ed)?|reate)|t(?:o(?:IntMax|Opaque|UIntMax)|ake(?:R|Unr)etainedValue|r(?:uncatingRemainder|a(?:nscodedLength|ilSurrogate)))|i(?:s(?:MutableAndUniquelyReferenced(?:OrPinned)?|S(?:trictSu(?:perset(?:Of)?|bset(?:Of)?)|u(?:perset(?:Of)?|bset(?:Of)?))|Continuation|T(?:otallyOrdered|railSurrogate)|Disjoint(?:With)?|Unique(?:Reference|lyReferenced(?:OrPinned)?)|Equal|Le(?:ss(?:ThanOrEqualTo)?|adSurrogate))|n(?:sert(?:ContentsOf)?|tersect(?:ion|InPlace)?|itialize(?:Memory|From)?|dex(?:Of|ForKey)))|o(?:verlaps|bjectAt)|d(?:i(?:stance(?:To)?|vide(?:d|WithOverflow)?)|e(?:s(?:cendant|troy)|code(?:CString)?|initialize|alloc(?:ate(?:Capacity)?)?)|rop(?:First|Last))|u(?:n(?:ion(?:InPlace)?|derestimateCount|wrappedOrError)|p(?:date(?:Value)?|percased))|join(?:ed|WithSeparator)|p(?:op(?:First|Last)|ass(?:R|Unr)etained|re(?:decessor|fix))|e(?:scaped?|n(?:code|umerated?)|lementsEqual|xclusiveOr(?:InPlace)?)|f(?:orm(?:Remainder|S(?:ymmetricDifference|quareRoot)|TruncatingRemainder|In(?:tersection|dex)|Union)|latten|rom(?:CString(?:RepairingIllFormedUTF8)?|Opaque))|w(?:i(?:thMemoryRebound|dth)|rite(?:To)?)|l(?:o(?:wercased|ad)|e(?:adSurrogate|xicographical(?:Compare|lyPrecedes)))|a(?:ss(?:ign(?:(?:Backward|)From)?|umingMemoryBound)|d(?:d(?:ing(?:Product)?|Product|WithOverflow)?|vanced(?:By)?)|utorelease|ppend(?:ContentsOf)?|lloc(?:ate)?|bs)|r(?:ound(?:ed)?|e(?:serveCapacity|tain|duce|place(?:(?:R|Subr)ange)?|versed?|quest(?:Native|UniqueMutableBacking)Buffer|lease|m(?:ove(?:Range|Subrange|Value(?:ForKey)?|First|Last|A(?:tIndex|ll))?|ainder(?:WithOverflow)?)))|ge(?:nerate|t(?:Objects|Element))|m(?:in(?:imum(?:Magnitude)?|Element)|ove(?:Initialize(?:Memory|BackwardFrom|From)?|Assign(?:From)?)?|ultipl(?:y(?:WithOverflow)?|ied)|easure|a(?:ke(?:Iterator|Description)|x(?:imum(?:Magnitude)?|Element)))|bindMemory)(?=\p{space}*\()/dgv,name:"support.function.swift"},{match:/(?<=\.)(?:s(?:uperclassMirror|amePositionIn|tartsWith)|nextObject|c(?:haracterAtIndex|o(?:untByEnumeratingWithState|pyWithZone)|ustom(?:Mirror|PlaygroundQuickLook))|is(?:EmptyInput|ASCII)|object(?:Enumerator|ForKey|AtIndex)|join|put|keyEnumerator|withUnsafeMutablePointerToValue|length|getMirror|m(?:oveInitializeAssignFrom|ember))(?=\p{space}*\()/dgv,name:"support.function.swift"}]},"builtin-global-functions":{patterns:[{begin:/\b(type)(\()\p{space}*(of)(:)/dgv,beginCaptures:{"1":{name:"support.function.dynamic-type.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"},"3":{name:"support.variable.parameter.swift"},"4":{name:"punctuation.separator.argument-label.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{include:"#expressions"}]},{match:/\ba(?:nyGenerator|utoreleasepool)(?=\p{space}*[\(\{])\b/dgv,name:"support.function.swift"},{match:/\b(?:s(?:tride(?:of(?:Value)?)?|izeof(?:Value)?|equence|wap)|numericCast|transcode|is(?:UniquelyReferenced(?:NonObjC)?|KnownUniquelyReferenced)|zip|d(?:ump|ebugPrint)|unsafe(?:BitCast|Downcast|Unwrap|Address(?:Of)?)|pr(?:int|econdition(?:Failure)?)|fatalError|with(?:Unsafe(?:Mutable|)Pointer|ExtendedLifetime|VaList)|a(?:ssert(?:ionFailure)?|lignof(?:Value)?|bs)|re(?:peatElement|adLine)|getVaList|m(?:in|ax))(?=\p{space}*\()/dgv,name:"support.function.swift"},{match:/\b(?:s(?:ort|uffix|pli(?:ce|t))|insert|overlaps|d(?:istance|rop(?:First|Last))|join|prefix|extend|withUnsafe(?:Mutable|)Pointers|lazy|advance|re(?:flect|move(?:Range|Last|A(?:tIndex|ll))))(?=\p{space}*\()/dgv,name:"support.function.swift"}]},"builtin-properties":{patterns:[{match:/(?<=(?:^|[^\p{L}\p{M}\p{N}\p{Pc}])(?:Process\.|CommandLine\.))(arguments|argc|unsafeArgv)/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:s(?:t(?:artIndex|ri(?:ngValue|de))|i(?:ze|gn(?:BitIndex|ificand(?:Bit(?:Count|Pattern)|Width)?|alingNaN)?)|u(?:perclassMirror|mmary|bscriptBaseAddress))|h(?:eader|as(?:hValue|PointerRepresentation))|n(?:ulTerminatedUTF8|ext(?:Down|Up)|a(?:n|tiveOwner))|c(?:haracters|ount(?:TrailingZeros)?|ustom(?:Mirror|PlaygroundQuickLook)|apacity)|i(?:s(?:S(?:ign(?:Minus|aling(?:NaN)?)|ubnormal)|N(?:ormal|aN)|Canonical|Infinite|Zero|Empty|Finite|ASCII)|n(?:dices|finity)|dentity)|owner|de(?:|bugDe)scription|u(?:n(?:safelyUnwrapped|icodeScalars?|derestimatedCount)|tf(?:16|8(?:Start|C(?:String|odeUnitCount))?)|intValue|ppercaseString|lp(?:OfOne)?)|p(?:i|ointee)|e(?:ndIndex|lements|xponent(?:Bit(?:Count|Pattern))?)|values?|keys|quietNaN|f(?:irst(?:ElementAddress(?:IfContiguous)?)?|loatingPointClass)|l(?:ittleEndian|owercaseString|eastNo(?:nzero|rmal)Magnitude|a(?:st|zy))|a(?:l(?:ignment|l(?:ocatedElementCount|Zeros))|rray(?:PropertyIsNativeTypeChecked)?)|ra(?:dix|wValue)|greatestFiniteMagnitude|m(?:in|emory|ax)|b(?:yteS(?:ize|wapped)|i(?:nade|tPattern|gEndian)|uffer|ase(?:Address)?))\b/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:boolValue|disposition|end|objectIdentifier|quickLookObject|start|valueType)\b/dgv,name:"support.variable.swift"},{match:/(?<=\.)(?:s(?:calarValue|i(?:ze|gnalingNaN)|o(?:und|me)|uppressed|prite|et)|n(?:one|egative(?:Subnormal|Normal|Infinity|Zero))|c(?:ol(?:or|lection)|ustomized)|t(?:o(?:NearestOr(?:Even|AwayFromZero)|wardZero)|uple|ext)|i(?:nt|mage)|optional|d(?:ictionary|o(?:uble|wn))|u(?:Int|p|rl)|p(?:o(?:sitive(?:Subnormal|Normal|Infinity|Zero)|int)|lus)|e(?:rror|mptyInput)|view|quietNaN|float|a(?:ttributedString|wayFromZero)|r(?:ectangle|ange)|generated|minus|b(?:ool|ezierPath))\b/dgv,name:"support.variable.swift"}]},"builtin-types":{patterns:[{include:"#builtin-types-builtin-class-type"},{include:"#builtin-types-builtin-enum-type"},{include:"#builtin-types-builtin-protocol-type"},{include:"#builtin-types-builtin-struct-type"},{include:"#builtin-types-builtin-typealias"},{match:/\bAny\b/dgv,name:"support.type.any.swift"}]},"builtin-types-builtin-class-type":{match:/\b(Managed((?:|Proto)Buffer)|NonObjectiveCBase|AnyGenerator)\b/dgv,name:"support.class.swift"},"builtin-types-builtin-enum-type":{patterns:[{match:/\b(?:CommandLine|Process(?=\.))\b/dgv,name:"support.constant.swift"},{match:/\bNever\b/dgv,name:"support.constant.never.swift"},{match:/\b(?:ImplicitlyUnwrappedOptional|Representation|MemoryLayout|FloatingPointClassification|SetIndexRepresentation|SetIteratorRepresentation|FloatingPointRoundingRule|UnicodeDecodingResult|Optional|DictionaryIndexRepresentation|AncestorRepresentation|DisplayStyle|PlaygroundQuickLook|Never|FloatingPointSign|Bit|DictionaryIteratorRepresentation)\b/dgv,name:"support.type.swift"},{match:/\b(?:MirrorDisposition|QuickLookObject)\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-protocol-type":{patterns:[{match:/\b(?:Ra(?:n(?:domAccess(?:Collection|Indexable)|geReplaceable(?:Collection|Indexable))|wRepresentable)|M(?:irrorPath|utable(?:Collection|Indexable))|Bi(?:naryFloatingPoint|twiseOperations|directional(?:Collection|Indexable))|S(?:tr(?:ide|eam)able|igned(?:Number|Integer)|e(?:tAlgebra|quence))|Hashable|C(?:o(?:llection|mparable)|ustom(?:Reflecta|StringConverti|DebugStringConverti|PlaygroundQuickLooka|LeafReflecta)ble|VarArg)|TextOutputStream|I(?:n(?:teger(?:Arithmetic)?|dexable(?:Base)?)|teratorProtocol)|OptionSet|Un(?:signedInteger|icodeCodec)|E(?:quatable|rror|xpressibleBy(?:BooleanLiteral|String(?:Interpolation|Literal)|NilLiteral|IntegerLiteral|DictionaryLiteral|UnicodeScalarLiteral|ExtendedGraphemeClusterLiteral|FloatLiteral|ArrayLiteral))|FloatingPoint|L(?:osslessStringConvertible|azy(?:Sequence|Collection)Protocol)|A(?:nyObject|bsoluteValuable))\b/dgv,name:"support.type.swift"},{match:/\b(?:Ran(?:domAccessIndex|geReplaceableCollection)Type|GeneratorType|M(?:irror(?:|Path)Type|utable(?:Sliceable|CollectionType))|B(?:i(?:twiseOperations|directionalIndex)Type|oolean(?:Type|LiteralConvertible))|S(?:tring(?:Interpolation|Literal)Convertible|i(?:nk|gned(?:Numb|Integ)er)Type|e(?:tAlgebra|quence)Type|liceable)|NilLiteralConvertible|C(?:ollection|VarArg)Type|Inte(?:rvalType|ger(?:Type|LiteralConvertible|ArithmeticType))|O(?:utputStream|ptionSet)Type|DictionaryLiteralConvertible|Un(?:signedIntegerType|icode(?:ScalarLiteralConvertible|CodecType))|E(?:rrorType|xten(?:sibleCollectionType|dedGraphemeClusterLiteralConvertible))|F(?:orwardIndexType|loat(?:ingPointType|LiteralConvertible))|A(?:nyCollectionType|rrayLiteralConvertible))\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-struct-type":{patterns:[{match:/\b(?:R(?:e(?:peat(?:ed)?|versed(?:RandomAccess(?:Collection|Index)|Collection|Index))|an(?:domAccessSlice|ge(?:Replaceable(?:RandomAccess|Bidirectional|)Slice|Generator)?))|Generator(?:Sequence|OfOne)|M(?:irror|utable(?:Ran(?:domAccess|geReplaceable(?:RandomAccess|Bidirectional|))|Bidirectional|)Slice|anagedBufferPointer)|B(?:idirectionalSlice|ool)|S(?:t(?:aticString|ri(?:ng|deT(?:hrough(?:(?:Gen|It)erator)?|o(?:(?:Gen|It)erator)?)))|et(?:I(?:ndex|terator))?|lice)|HalfOpenInterval|C(?:haracter(?:View)?|o(?:ntiguousArray|untable(?:|Closed)Range|llectionOfOne)|OpaquePointer|losed(?:Range(?:I(?:ndex|terator))?|Interval)|VaListPointer)|I(?:n(?:t(?:16|8|32|64)?|d(?:ices|ex(?:ing(?:Gen|It)erator)?))|terator(?:Sequence|OverOne)?)|Zip2(?:Sequence|Iterator)|O(?:paquePointer|bjectIdentifier)|D(?:ictionary(?:I(?:ndex|terator)|Literal)?|ouble|efault(?:RandomAccess|Bidirectional|)Indices)|U(?:n(?:safe(?:RawPointer|Mutable(?:Raw|Buffer|)Pointer|BufferPointer(?:(?:Gen|It)erator)?|Pointer)|icodeScalar(?:View)?|foldSequence|managed)|TF(?:16(?:View)?|8(?:View)?|32)|Int(?:16|8|32|64)?)|Join(?:Generator|ed(?:Sequence|Iterator))|PermutationGenerator|E(?:numerate(?:Generator|Sequence|d(?:Sequence|Iterator))|mpty(?:Generator|Collection|Iterator))|Fl(?:oat(?:80)?|atten(?:Generator|BidirectionalCollection(?:Index)?|Sequence|Collection(?:Index)?|Iterator))|L(?:egacyChildren|azy(?:RandomAccessCollection|Map(?:RandomAccessCollection|Generator|BidirectionalCollection|Sequence|Collection|Iterator)|BidirectionalCollection|Sequence|Collection|Filter(?:Generator|BidirectionalCollection|Sequence|Collection|I(?:ndex|terator))))|A(?:ny(?:RandomAccessCollection|Generator|BidirectionalCollection|Sequence|Hashable|Collection|I(?:ndex|terator))|utoreleasingUnsafeMutablePointer|rray(?:Slice)?))\b/dgv,name:"support.type.swift"},{match:/\b(?:R(?:everse(?:RandomAccess(?:Collection|Index)|Collection|Index)|awByte)|Map(?:Generator|Sequence|Collection)|S(?:inkOf|etGenerator)|Zip2Generator|DictionaryGenerator|Filter(?:Generator|Sequence|Collection(?:Index)?)|LazyForwardCollection|Any(?:RandomAccessIndex|BidirectionalIndex|Forward(?:Collection|Index)))\b/dgv,name:"support.type.swift"}]},"builtin-types-builtin-typealias":{patterns:[{match:/\b(?:Raw(?:Significand|Exponent|Value)|B(?:ooleanLiteralType|uffer|ase)|S(?:t(?:orage|r(?:i(?:ngLiteralType|de)|eam[12]))|ubSequence)|NativeBuffer|C(?:hild(?:ren)?|Bool|S(?:hort|ignedChar)|odeUnit|Char(?:16|32)?|Int|Double|Unsigned(?:Short|Char|Int|Long(?:Long)?)|Float|WideChar|Long(?:Long)?)|I(?:n(?:t(?:Max|egerLiteralType)|d(?:ices|ex(?:Distance)?))|terator)|Distance|U(?:n(?:icodeScalar(?:Type|Index|View|LiteralType)|foldFirstSequence)|TF(?:16(?:Index|View)|8Index)|IntMax)|E(?:lements?|x(?:tendedGraphemeCluster(?:|Literal)Type|ponent))|V(?:oid|alue)|Key|Float(?:32|LiteralType|64)|AnyClass)\b/dgv,name:"support.type.swift"},{match:/\b(?:Generator|PlaygroundQuickLook|UWord|Word)\b/dgv,name:"support.type.swift"}]},"code-block":{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.scope.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.scope.end.swift"}},patterns:[{include:"$self"}]},comments:{patterns:[{captures:{"1":{name:"punctuation.definition.comment.swift"}},match:/^^(#!)[^\n]*(?=\n?$)\n?/dgv,name:"comment.line.number-sign.swift"},{begin:/\/\*\*(?!\/)/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.documentation.swift",patterns:[{include:"#comments-nested"}]},{begin:/\/\*:/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.documentation.playground.swift",patterns:[{include:"#comments-nested"}]},{begin:/\/\*/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.swift"}},end:/\*\//dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.swift"}},name:"comment.block.swift",patterns:[{include:"#comments-nested"}]},{match:/\*\//dgv,name:"invalid.illegal.unexpected-end-of-block-comment.swift"},{begin:/(^[\t ]+)?(?=\/\/)/dgv,beginCaptures:{"1":{name:"punctuation.whitespace.comment.leading.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{begin:/\/\/\//dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.triple-slash.documentation.swift"},{begin:/\/\/:/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.double-slash.documentation.swift"},{begin:/\/\//dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.swift"}},end:/(?=\n?$)/dgv,name:"comment.line.double-slash.swift"}]}]},"comments-nested":{begin:/\/\*/dgv,end:/\*\//dgv,patterns:[{include:"#comments-nested"}]},"compiler-control":{patterns:[{begin:/^\p{space}*(#)(if|elseif)\p{space}+(false)\b[^\n]*?(?=(?=\n?$)|\/\/|\/\*)/dgv,beginCaptures:{"0":{name:"meta.preprocessor.conditional.swift"},"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"},"3":{name:"constant.language.boolean.swift"}},contentName:"comment.block.preprocessor.swift",end:/(?=^\p{space}*(#(e(?:lseif|lse|ndif)))\b)/dgv},{begin:/^\p{space}*(#)(if|elseif)\p{space}+/dgv,captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"}},end:/(?=\p{space}*\/[\*\/])|(?=\n?$)/dgv,name:"meta.preprocessor.conditional.swift",patterns:[{match:/(&&|\|\|)/dgv,name:"keyword.operator.logical.swift"},{match:/\b(true|false)\b/dgv,name:"constant.language.boolean.swift"},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"support.constant.platform.architecture.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(arch)\p{space}*(\()\p{space}*(?:(arm|arm64|powerpc64|powerpc64le|i386|x86_64|s390x)|[\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*(\))/dgv},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"support.constant.platform.os.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(os)\p{space}*(\()\p{space}*(?:(macOS|OSX|iOS|tvOS|watchOS|visionOS|Android|Linux|FreeBSD|Windows|PS4)|[\p{L}\p{M}\p{N}\p{Pc}]+)\p{space}*(\))/dgv},{captures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"},"3":{name:"entity.name.type.module.swift"},"4":{name:"punctuation.definition.parameters.end.swift"}},match:/\b(canImport)\p{space}*(\()([_\p{L}][_\p{L}\p{N}\p{M}]*)(\))/dgv},{begin:/\b(targetEnvironment)\p{space}*(\()/dgv,beginCaptures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))|(?=\n?$)/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{match:/\b(simulator|UIKitForMac)\b/dgv,name:"support.constant.platform.environment.swift"}]},{begin:/\b(swift|compiler)\p{space}*(\()/dgv,beginCaptures:{"1":{name:"keyword.other.condition.swift"},"2":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))|(?=\n?$)/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{match:/>=|</dgv,name:"keyword.operator.comparison.swift"},{match:/\b[0-9]+(?:\.[0-9]+)*\b/dgv,name:"constant.numeric.swift"}]}]},{captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.conditional.swift"},"3":{patterns:[{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},match:/^\p{space}*(#)(e(?:lse|ndif))([^\n]*?)(?=(?=\n?$)|\/\/|\/\*)/dgv,name:"meta.preprocessor.conditional.swift"},{captures:{"1":{name:"punctuation.definition.preprocessor.swift"},"2":{name:"keyword.control.import.preprocessor.sourcelocation.swift"},"4":{name:"punctuation.definition.parameters.begin.swift"},"5":{patterns:[{begin:/(file)\p{space}*(:)\p{space}*(?=")/dgv,beginCaptures:{"1":{name:"support.variable.parameter.swift"},"2":{name:"punctuation.separator.key-value.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#literals"}]},{captures:{"1":{name:"support.variable.parameter.swift"},"2":{name:"punctuation.separator.key-value.swift"},"3":{name:"constant.numeric.integer.swift"}},match:/(line)\p{space}*(:)\p{space}*([0-9]+)/dgv},{match:/,/dgv,name:"punctuation.separator.parameters.swift"},{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"6":{name:"punctuation.definition.parameters.begin.swift"},"7":{patterns:[{match:/\P{space}+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},match:/^\p{space}*(#)(sourceLocation)((\()([^\)]*)(\)))([^\n]*?)(?=(?=\n?$)|\/\/|\/\*)/dgv,name:"meta.preprocessor.sourcelocation.swift"}]},conditionals:{patterns:[{begin:/(?<!\.)\b(if|guard|switch|for)\b/dgv,beginCaptures:{"1":{patterns:[{include:"#keywords"}]}},end:/(?=\{)/dgv,patterns:[{include:"#expressions-without-trailing-closures"}]},{begin:/(?<!\.)\b(while)\b/dgv,beginCaptures:{"1":{patterns:[{include:"#keywords"}]}},end:/(?=\{)|(?=\n?$)/dgv,patterns:[{include:"#expressions-without-trailing-closures"}]}]},declarations:{patterns:[{include:"#declarations-function"},{include:"#declarations-function-initializer"},{include:"#declarations-function-subscript"},{include:"#declarations-typed-variable-declaration"},{include:"#declarations-import"},{include:"#declarations-operator"},{include:"#declarations-precedencegroup"},{include:"#declarations-protocol"},{include:"#declarations-type"},{include:"#declarations-extension"},{include:"#declarations-typealias"},{include:"#declarations-macro"}]},"declarations-available-types":{patterns:[{include:"#comments"},{include:"#builtin-types"},{include:"#attributes"},{match:/\basync\b/dgv,name:"storage.modifier.async.swift"},{match:/\b(?:|re)throws\b/dgv,name:"storage.modifier.exception.swift"},{match:/\bsome\b/dgv,name:"keyword.other.operator.type.opaque.swift"},{match:/\bany\b/dgv,name:"keyword.other.operator.type.existential.swift"},{match:/\b(?:repeat|each)\b/dgv,name:"keyword.control.loop.swift"},{match:/\b(?:inout|isolated|borrowing|consuming)\b/dgv,name:"storage.modifier.swift"},{match:/\bSelf\b/dgv,name:"variable.language.swift"},{captures:{"1":{name:"keyword.operator.type.function.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(->)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{captures:{"1":{name:"keyword.operator.type.composition.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(&)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{match:/[\!\?]/dgv,name:"keyword.operator.type.optional.swift"},{match:/\.\.\./dgv,name:"keyword.operator.function.variadic-parameter.swift"},{match:/\bprotocol\b/dgv,name:"keyword.other.type.composition.swift"},{match:/(?<=\.)(?:Protocol|Type)\b/dgv,name:"keyword.other.type.metatype.swift"},{include:"#declarations-available-types-tuple-type"},{include:"#declarations-available-types-collection-type"},{include:"#declarations-generic-argument-clause"}]},"declarations-available-types-collection-type":{begin:/\[/dgv,beginCaptures:{"0":{name:"punctuation.section.collection-type.begin.swift"}},end:/\]|(?=[\)\>\{\}])/dgv,endCaptures:{"0":{name:"punctuation.section.collection-type.end.swift"}},patterns:[{include:"#declarations-available-types"},{include:"#literals-numeric"},{match:/\b_\b/dgv,name:"support.variable.inferred.swift"},{match:/(?<=\p{space})\bof\b(?=\p{space}+[\(\[_\p{L}\p{Nd}\p{N}\p{M}])/dgv,name:"keyword.other.inline-array.swift"},{begin:/:/dgv,beginCaptures:{"0":{name:"punctuation.separator.key-value.swift"}},end:/(?=[\]\)\>\{\}])/dgv,patterns:[{match:/:/dgv,name:"invalid.illegal.extra-colon-in-dictionary-type.swift"},{include:"#declarations-available-types"}]}]},"declarations-available-types-tuple-type":{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.section.tuple-type.begin.swift"}},end:/\)|(?=[\]\>\{\}])/dgv,endCaptures:{"0":{name:"punctuation.section.tuple-type.end.swift"}},patterns:[{include:"#declarations-available-types"}]},"declarations-extension":{begin:/\b(extension)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.swift",patterns:[{include:"#declarations-available-types"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"$self"}]}]},"declarations-function":{begin:/*@__PURE__*/ new EmulatedRegExp("\\b(func)\\p{space}+((?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\3)|(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+)))\\p{space}*(?=[\\(\\<])","dgv",{"hiddenCaptures":[8,12,13],"transfers":[[6,[8,12]],[9,[13]]]}),beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-function-initializer":{begin:/(?<!\.)\b(init[\!\?]*)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift",patterns:[{match:/(?<=[\!\?])[\!\?]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.initializer.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-function-result":{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(->)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.function-result.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\{|\\bwhere\\b|[\\;\\=])|(?=\\n?$)","dgv",{"strategy":"clip_search"}),name:"meta.function-result.swift",patterns:[{match:/\bsending\b/dgv,name:"storage.modifier.swift"},{include:"#declarations-available-types"}]},"declarations-function-subscript":{begin:/(?<!\.)\b(subscript)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift"}},end:/(?<=\})|(?=\n?$)/dgv,name:"meta.definition.function.subscript.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/(\{)/dgv,beginCaptures:{"1":{name:"punctuation.section.function.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.section.function.end.swift"}},name:"meta.definition.function.body.swift",patterns:[{include:"$self"}]}]},"declarations-generic-argument-clause":{begin:/</dgv,beginCaptures:{"0":{name:"punctuation.separator.generic-argument-clause.begin.swift"}},end:/>|(?=[\]\)\{\}])/dgv,endCaptures:{"0":{name:"punctuation.separator.generic-argument-clause.end.swift"}},name:"meta.generic-argument-clause.swift",patterns:[{include:"#literals-numeric"},{include:"#declarations-available-types"}]},"declarations-generic-parameter-clause":{begin:/</dgv,beginCaptures:{"0":{name:"punctuation.separator.generic-parameter-clause.begin.swift"}},end:/>|(?=[^\&\,\:\<\=\>\`\p{L}\p{M}\p{N}\p{Pc}\p{Nd}\p{space}])/dgv,endCaptures:{"0":{name:"punctuation.separator.generic-parameter-clause.end.swift"}},name:"meta.generic-parameter-clause.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause"},{match:/\blet\b/dgv,name:"keyword.other.declaration-specifier.swift"},{match:/\beach\b/dgv,name:"keyword.control.loop.swift"},{captures:{"1":{name:"variable.language.generic-parameter.swift"}},match:/\b((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}][\p{L}\p{M}\p{N}\p{Pc}\p{Nd}]*)\b/dgv},{match:/,/dgv,name:"punctuation.separator.generic-parameters.swift"},{begin:/(:)\p{space}*/dgv,beginCaptures:{"1":{name:"punctuation.separator.generic-parameter-constraint.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\,\\>]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.generic-parameter-constraint.swift",patterns:[{begin:/(?:)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\,\\>]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-type-identifier"},{include:"#declarations-type-operators"}]}]}]},"declarations-generic-where-clause":{begin:/\b(where)\b\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.generic-constraint-introducer.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\n\\;\\>\\{\\}]|//|/\\*)","dgv",{"strategy":"clip_search"}),name:"meta.generic-where-clause.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-where-clause-requirement-list"}]},"declarations-generic-where-clause-requirement-list":{begin:/|,\p{space}*/dgv,end:/(?=[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,patterns:[{include:"#comments"},{include:"#constraint"},{include:"#declarations-available-types"},{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(==)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv,beginCaptures:{"1":{name:"keyword.operator.generic-constraint.same-type.swift"}},end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,name:"meta.generic-where-clause.same-type-requirement.swift",patterns:[{include:"#declarations-available-types"}]},{begin:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(:)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv,beginCaptures:{"1":{name:"keyword.operator.generic-constraint.conforms-to.swift"}},end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,name:"meta.generic-where-clause.conformance-requirement.swift",patterns:[{begin:/\p{space}*/dgvy,contentName:"entity.other.inherited-class.swift",end:/(?=\p{space}*[\n\,\;\>\{\}]|\/\/|\/\*)/dgv,patterns:[{include:"#declarations-available-types"}]}]}]},"declarations-import":{begin:/(?<!\.)\b(import)\p{space}+/dgv,beginCaptures:{"1":{name:"keyword.control.import.swift"}},end:/(;)|(?=\n?$)\n?|(?=\/[\*\/])/dgv,endCaptures:{"1":{name:"punctuation.terminator.statement.swift"}},name:"meta.import.swift",patterns:[{begin:/(?!;|(?=\n?$)|\/\/|\/\*)(?:(typealias|struct|class|actor|enum|protocol|var|func)\p{space}+)?/dgvy,beginCaptures:{"1":{name:"storage.modifier.swift"}},end:/(?=;|(?=\n?$)|\/\/|\/\*)/dgv,patterns:[{captures:{"1":{name:"punctuation.definition.identifier.swift"},"2":{name:"punctuation.definition.identifier.swift"}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)(?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\1)","dgv",{"strategy":"clip_search"}),name:"entity.name.type.swift"},{match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)\\$[0-9]+","dgv",{"strategy":"clip_search"}),name:"entity.name.type.swift"},{captures:{"1":{patterns:[{match:/\./dgv,name:"invalid.illegal.dot-not-allowed-here.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|\\.)(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+))(?=[\\.\\;]|(?=\\n?$)|//|/\\*|\\p{space})","dgv",{"hiddenCaptures":[4,8,9],"transfers":[[2,[4,8]],[5,[9]]],"strategy":"clip_search"}),name:"entity.name.type.swift"},{match:/\./dgv,name:"punctuation.separator.import.swift"},{begin:/(?!\p{space}*(;|(?=\n?$)|\/\/|\/\*))/dgv,end:/(?=\p{space}*(;|(?=\n?$)|\/\/|\/\*))/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}]},"declarations-inheritance-clause":{begin:/(:)(?=\p{space}*\{)|(:)\p{space}*/dgv,beginCaptures:{"1":{name:"invalid.illegal.empty-inheritance-clause.swift"},"2":{name:"punctuation.separator.inheritance-clause.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.inheritance-clause.swift",patterns:[{begin:/\bclass\b/dgv,beginCaptures:{"0":{name:"storage.type.class.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#declarations-inheritance-clause-more-types"}]},{begin:/(?:)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#attributes"},{include:"#comments"},{include:"#declarations-inheritance-clause-inherited-type"},{include:"#declarations-inheritance-clause-more-types"},{include:"#declarations-type-operators"}]}]},"declarations-inheritance-clause-inherited-type":{begin:/(?=[_\`\p{L}])/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-type-identifier"}]},"declarations-inheritance-clause-more-types":{begin:/,\p{space}*/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?!/[\\*\\/])|(?=[\\,\\=\\{\\}]|(?!^)\\bwhere\\b)","dgv",{"strategy":"clip_search"}),name:"meta.inheritance-list.more-types",patterns:[{include:"#attributes"},{include:"#comments"},{include:"#declarations-inheritance-clause-inherited-type"},{include:"#declarations-inheritance-clause-more-types"},{include:"#declarations-type-operators"}]},"declarations-macro":{begin:/\b(macro)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*(?=[\(\<\=])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?=\n?$)|(?=;|\/\/|\/\*|[\=\}])/dgv,name:"meta.definition.macro.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"}]},"declarations-operator":{begin:/*@__PURE__*/ new EmulatedRegExp("(?:\\b((?:pre|in|post)fix)\\p{space}+)?\\b(operator)\\p{space}+(((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(?:(?=((([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|\\.|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*))\\6))|(\\.(?:(?=((([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+))\\11)))\\p{space}*","dgv",{"hiddenCaptures":[6,8,11,13,14],"transfers":[[5,[8,13]],[9,[14]]]}),beginCaptures:{"1":{name:"storage.modifier.swift"},"2":{name:"storage.type.function.operator.swift"},"3":{name:"entity.name.function.operator.swift"},"4":{name:"entity.name.function.operator.swift",patterns:[{match:/\./dgv,name:"invalid.illegal.dot-not-allowed-here.swift"}]}},end:/(;)|(?=\n?$)\n?|(?=\/[\*\/])/dgv,endCaptures:{"1":{name:"punctuation.terminator.statement.swift"}},name:"meta.definition.operator.swift",patterns:[{include:"#declarations-operator-swift2"},{include:"#declarations-operator-swift3"},{match:/((?!(?=\n?$)|;|\/\/|\/\*)\P{space})+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"declarations-operator-swift2":{begin:/(\{)/dgvy,beginCaptures:{"1":{name:"punctuation.definition.operator.begin.swift"}},end:/(\})/dgv,endCaptures:{"1":{name:"punctuation.definition.operator.end.swift"}},patterns:[{include:"#comments"},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"keyword.other.operator.associativity.swift"}},match:/\b(associativity)\p{space}+(left|right)\b/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"constant.numeric.integer.swift"}},match:/\b(precedence)\p{space}+([0-9]+)\b/dgv},{captures:{"1":{name:"storage.modifier.swift"}},match:/\b(assignment)\b/dgv}]},"declarations-operator-swift3":{captures:{"2":{name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-types-precedencegroup"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/(:)\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgvy},"declarations-parameter-clause":{begin:/(\()/dgv,beginCaptures:{"1":{name:"punctuation.definition.parameters.begin.swift"}},end:/(\))(?:\p{space}*(async)\b)?/dgv,endCaptures:{"1":{name:"punctuation.definition.parameters.end.swift"},"2":{name:"storage.modifier.async.swift"}},name:"meta.parameter-clause.swift",patterns:[{include:"#declarations-parameter-list"}]},"declarations-parameter-list":{patterns:[{captures:{"1":{name:"entity.name.function.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"variable.parameter.function.swift"},"5":{name:"punctuation.definition.identifier.swift"},"6":{name:"punctuation.definition.identifier.swift"}},match:/((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}+((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\5))(?=\p{space}*:)/dgv},{captures:{"1":{name:"variable.parameter.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/(((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3)))(?=\p{space}*:)/dgv},{begin:/:\p{space}*(?!\p{space})/dgv,end:/(?=[\)\,])/dgv,patterns:[{match:/\bsending\b/dgv,name:"storage.modifier.swift"},{include:"#declarations-available-types"},{match:/:/dgv,name:"invalid.illegal.extra-colon-in-parameter-list.swift"},{begin:/=/dgv,beginCaptures:{"0":{name:"keyword.operator.assignment.swift"}},end:/(?=[\)\,])/dgv,patterns:[{include:"#expressions"}]}]}]},"declarations-precedencegroup":{begin:/\b(precedencegroup)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*(?=\{)/dgv,beginCaptures:{"1":{name:"storage.type.precedencegroup.swift"},"2":{name:"entity.name.type.precedencegroup.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),name:"meta.definition.precedencegroup.swift",patterns:[{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.precedencegroup.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.precedencegroup.end.swift"}},patterns:[{include:"#comments"},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"entity.other.inherited-class.swift",patterns:[{include:"#declarations-types-precedencegroup"}]},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},match:/\b((?:high|low)erThan)\p{space}*:\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"keyword.other.operator.associativity.swift"}},match:/\b(associativity)\b(?:\p{space}*:\p{space}*(right|left|none)\b)?/dgv},{captures:{"1":{name:"storage.modifier.swift"},"2":{name:"constant.language.boolean.swift"}},match:/\b(assignment)\b(?:\p{space}*:\p{space}*(true|false)\b)?/dgv}]}]},"declarations-protocol":{begin:/\b(protocol)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.protocol.swift",patterns:[{include:"#comments"},{include:"#declarations-inheritance-clause"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"#declarations-protocol-protocol-method"},{include:"#declarations-protocol-protocol-initializer"},{include:"#declarations-protocol-associated-type"},{include:"$self"}]}]},"declarations-protocol-associated-type":{begin:/\b(associatedtype)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.declaration-specifier.swift"},"2":{name:"variable.language.associatedtype.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=[\\;\\}]|(?=\\n?$))","dgv",{"strategy":"clip_search"}),name:"meta.definition.associatedtype.swift",patterns:[{include:"#declarations-inheritance-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-typealias-assignment"}]},"declarations-protocol-protocol-initializer":{begin:/(?<!\.)\b(init[\!\?]*)\p{space}*(?=[\(\<])/dgv,beginCaptures:{"1":{name:"storage.type.function.swift",patterns:[{match:/(?<=[\!\?])[\!\?]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]}},end:/(?=\n?$)|(?=;|\/\/|\/\*|\})/dgv,name:"meta.definition.function.initializer.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.function.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.function.end.swift"}},name:"invalid.illegal.function-body-not-allowed-in-protocol.swift",patterns:[{include:"$self"}]}]},"declarations-protocol-protocol-method":{begin:/*@__PURE__*/ new EmulatedRegExp("\\b(func)\\p{space}+((?<q>`?)[_\\p{L}][_\\p{L}\\p{N}\\p{M}]*(\\3)|(?:((?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|(?<opc>[̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))*)|(\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|([̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}])|\\.)+)))\\p{space}*(?=[\\(\\<])","dgv",{"hiddenCaptures":[8,12,13],"transfers":[[6,[8,12]],[9,[13]]]}),beginCaptures:{"1":{name:"storage.type.function.swift"},"2":{name:"entity.name.function.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?=\n?$)|(?=;|\/\/|\/\*|\})/dgv,name:"meta.definition.function.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-parameter-clause"},{include:"#declarations-function-result"},{include:"#async-throws"},{include:"#declarations-generic-where-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.section.function.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.section.function.end.swift"}},name:"invalid.illegal.function-body-not-allowed-in-protocol.swift",patterns:[{include:"$self"}]}]},"declarations-type":{patterns:[{begin:/\b(class(?!\p{space}+(?:func|var|let)\b)|struct|actor)\b\p{space}*((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"$self"}]}]},{include:"#declarations-type-enum"}]},"declarations-type-enum":{begin:/\b(enum)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))/dgv,beginCaptures:{"1":{name:"storage.type.$1.swift"},"2":{name:"entity.name.type.$1.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/(?<=\})/dgv,name:"meta.definition.type.$1.swift",patterns:[{include:"#comments"},{include:"#declarations-generic-parameter-clause"},{include:"#declarations-generic-where-clause"},{include:"#declarations-inheritance-clause"},{begin:/\{/dgv,beginCaptures:{"0":{name:"punctuation.definition.type.begin.swift"}},end:/\}/dgv,endCaptures:{"0":{name:"punctuation.definition.type.end.swift"}},name:"meta.definition.type.body.swift",patterns:[{include:"#declarations-type-enum-enum-case-clause"},{include:"$self"}]}]},"declarations-type-enum-associated-values":{begin:/\(/dgvy,beginCaptures:{"0":{name:"punctuation.definition.parameters.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.parameters.end.swift"}},patterns:[{include:"#comments"},{begin:/(?:(_)|((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\3))\p{space}+(((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\6))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"entity.name.function.swift"},"2":{name:"invalid.illegal.distinct-labels-not-allowed.swift"},"5":{name:"variable.parameter.function.swift"},"7":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"}]},{begin:/(((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*\3))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"entity.name.function.swift"},"2":{name:"variable.parameter.function.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"}]},{begin:/(?![\]\)\,])(?=\P{space})/dgv,end:/(?=[\]\)\,])/dgv,patterns:[{include:"#declarations-available-types"},{match:/:/dgv,name:"invalid.illegal.extra-colon-in-parameter-list.swift"}]}]},"declarations-type-enum-enum-case":{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*/dgv,beginCaptures:{"1":{name:"variable.other.enummember.swift"}},end:/(?<=\))|(?![\(\=])/dgv,patterns:[{include:"#comments"},{include:"#declarations-type-enum-associated-values"},{include:"#declarations-type-enum-raw-value-assignment"}]},"declarations-type-enum-enum-case-clause":{begin:/\b(case)\b\p{space}*/dgv,beginCaptures:{"1":{name:"storage.type.enum.case.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?=[\\;\\}])|(?!^)(?!/[\\*\\/])(?=[^\\,\\p{space}])","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#declarations-type-enum-enum-case"},{include:"#declarations-type-enum-more-cases"}]},"declarations-type-enum-more-cases":{begin:/,\p{space}*/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?!/[\\*\\/])(?=[\\;\\}[^\\,\\p{space}]])","dgv",{"strategy":"clip_search"}),name:"meta.enum-case.more-cases",patterns:[{include:"#comments"},{include:"#declarations-type-enum-enum-case"},{include:"#declarations-type-enum-more-cases"}]},"declarations-type-enum-raw-value-assignment":{begin:/(=)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.assignment.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#comments"},{include:"#literals"}]},"declarations-type-identifier":{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*/dgv,beginCaptures:{"1":{name:"meta.type-name.swift",patterns:[{include:"#builtin-types"}]},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},end:/(?!<)/dgv,patterns:[{begin:/(?=<)/dgv,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-generic-argument-clause"}]}]},"declarations-type-operators":{patterns:[{captures:{"1":{name:"keyword.operator.type.composition.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(&)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv},{captures:{"1":{name:"keyword.operator.type.requirement-suppression.swift"}},match:/(?<![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])(~)(?![\-\!\%\&\*\+\.\/\<\=\>\^\|\~])/dgv}]},"declarations-typealias":{begin:/\b(typealias)\p{space}+((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3))\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.other.declaration-specifier.swift"},"2":{name:"entity.name.type.typealias.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.identifier.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=;|//|/\\*|(?=\\n?$))","dgv",{"strategy":"clip_search"}),name:"meta.definition.typealias.swift",patterns:[{begin:/(?=<)/dgvy,end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-generic-parameter-clause"}]},{include:"#declarations-typealias-assignment"}]},"declarations-typealias-assignment":{begin:/(=)\p{space}*/dgv,beginCaptures:{"1":{name:"keyword.operator.assignment.swift"}},end:/*@__PURE__*/ new EmulatedRegExp("(?!^)(?=\\n?$)|(?=;|//|/\\*|(?=\\n?$))","dgv",{"strategy":"clip_search"}),patterns:[{include:"#declarations-available-types"}]},"declarations-typed-variable-declaration":{begin:/\b(?:(async)\p{space}+)?(let|var)\b\p{space}+(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\3)\p{space}*:/dgv,beginCaptures:{"1":{name:"storage.modifier.async.swift"},"2":{name:"keyword.other.declaration-specifier.swift"}},end:/(?=(?=\n?$)|[\=\{])/dgv,patterns:[{include:"#declarations-available-types"}]},"declarations-types-precedencegroup":{patterns:[{match:/\b(?:BitwiseShift|Assignment|RangeFormation|Casting|Addition|NilCoalescing|Comparison|LogicalConjunction|LogicalDisjunction|Default|Ternary|Multiplication|FunctionArrow)Precedence\b/dgv,name:"support.type.swift"}]},expressions:{patterns:[{include:"#expressions-without-trailing-closures-or-member-references"},{include:"#expressions-trailing-closure"},{include:"#member-reference"}]},"expressions-trailing-closure":{patterns:[{captures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},match:/(#?(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))(?=\p{space}*\{)/dgv,name:"meta.function-call.trailing-closure-only.swift"},{captures:{"1":{name:"support.function.any-method.trailing-closure-label.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},match:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(:)(?=\p{space}*\{)/dgv}]},"expressions-without-trailing-closures":{patterns:[{include:"#expressions-without-trailing-closures-or-member-references"},{include:"#member-references"}]},"expressions-without-trailing-closures-or-member-references":{patterns:[{include:"#comments"},{include:"#code-block"},{include:"#attributes"},{include:"#expressions-without-trailing-closures-or-member-references-closure-parameter"},{include:"#literals"},{include:"#operators"},{include:"#builtin-types"},{include:"#builtin-functions"},{include:"#builtin-global-functions"},{include:"#builtin-properties"},{include:"#expressions-without-trailing-closures-or-member-references-compound-name"},{include:"#conditionals"},{include:"#keywords"},{include:"#expressions-without-trailing-closures-or-member-references-availability-condition"},{include:"#expressions-without-trailing-closures-or-member-references-function-or-macro-call-expression"},{include:"#expressions-without-trailing-closures-or-member-references-macro-expansion"},{include:"#expressions-without-trailing-closures-or-member-references-subscript-expression"},{include:"#expressions-without-trailing-closures-or-member-references-parenthesized-expression"},{match:/\b_\b/dgv,name:"support.variable.discard-value.swift"}]},"expressions-without-trailing-closures-or-member-references-availability-condition":{begin:/\B(#(?:un)?available)(\()/dgv,beginCaptures:{"1":{name:"support.function.availability-condition.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{captures:{"1":{name:"keyword.other.platform.os.swift"},"2":{name:"constant.numeric.swift"}},match:/\p{space}*\b((?:iOS|macOS|OSX|watchOS|tvOS|visionOS|UIKitForMac)(?:ApplicationExtension)?)\b\p{space}+([0-9]+(?:\.[0-9]+)*)\b/dgv},{captures:{"1":{name:"keyword.other.platform.all.swift"},"2":{name:"invalid.illegal.character-not-allowed-here.swift"}},match:/(\*)\p{space}*([^\n]*?)(?=[\)\,])/dgv},{match:/[^\)\,\p{space}]+/dgv,name:"invalid.illegal.character-not-allowed-here.swift"}]},"expressions-without-trailing-closures-or-member-references-closure-parameter":{match:/\$[0-9]+/dgv,name:"variable.language.closure-parameter.swift"},"expressions-without-trailing-closures-or-member-references-compound-name":{captures:{"1":{name:"entity.name.function.compound-name.swift"},"2":{name:"punctuation.definition.entity.swift"},"3":{name:"punctuation.definition.entity.swift"},"4":{patterns:[{captures:{"1":{name:"punctuation.definition.entity.swift"},"2":{name:"punctuation.definition.entity.swift"}},match:/(?<q>`?)(?!_:)[_\p{L}][_\p{L}\p{N}\p{M}]*(\1):/dgv,name:"entity.name.function.compound-name.swift"}]}},match:/((?<q1>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\(((((?<q2>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\7)):)+)\)/dgv},"expressions-without-trailing-closures-or-member-references-expression-element-list":{patterns:[{include:"#comments"},{begin:/((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(:)/dgv,beginCaptures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/(?=[\]\)\,])/dgv,patterns:[{include:"#expressions"}]},{begin:/(?![\]\)\,])(?=\P{space})/dgv,end:/(?=[\]\)\,])/dgv,patterns:[{include:"#expressions"}]}]},"expressions-without-trailing-closures-or-member-references-function-or-macro-call-expression":{patterns:[{begin:/(#?(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))\p{space}*(\()/dgv,beginCaptures:{"1":{name:"support.function.any-method.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"},"4":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.function-call.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},{begin:/(?<=[\]\)\>_\`\}\p{L}\p{N}\p{M}])\p{space}*(\()/dgv,beginCaptures:{"1":{name:"punctuation.definition.arguments.begin.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.function-call.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]}]},"expressions-without-trailing-closures-or-member-references-macro-expansion":{match:/(#(?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))/dgv,name:"support.function.any-method.swift"},"expressions-without-trailing-closures-or-member-references-parenthesized-expression":{begin:/\(/dgv,beginCaptures:{"0":{name:"punctuation.section.tuple.begin.swift"}},end:/(\))\p{space}*((?:\b(?:async|throws|rethrows)\p{space})*)/dgv,endCaptures:{"1":{name:"punctuation.section.tuple.end.swift"},"2":{patterns:[{match:/\brethrows\b/dgv,name:"invalid.illegal.rethrows-only-allowed-on-function-declarations.swift"},{include:"#async-throws"}]}},patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},"expressions-without-trailing-closures-or-member-references-subscript-expression":{begin:/(?<=[_\`\p{L}\p{N}\p{M}])\p{space}*(\[)/dgv,beginCaptures:{"1":{name:"punctuation.definition.arguments.begin.swift"}},end:/\]/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},name:"meta.subscript-expression.swift",patterns:[{include:"#expressions-without-trailing-closures-or-member-references-expression-element-list"}]},keywords:{patterns:[{match:/(?<!\.)\b(?:if|else|guard|where|switch|case|default|fallthrough)\b/dgv,name:"keyword.control.branch.swift"},{match:/(?<!\.)\b(?:continue|break|fallthrough|return|yield)\b/dgv,name:"keyword.control.transfer.swift"},{match:/(?<!\.)\b(?:while|for|in|each)\b/dgv,name:"keyword.control.loop.swift"},{match:/(?<=\p{space})\bof\b(?=\p{space}+[\(\[_\p{L}\p{Nd}\p{N}\p{M}])/dgv,name:"keyword.other.inline-array.swift"},{match:/\bany\b(?=\p{space}*`?[_\p{L}])/dgv,name:"keyword.other.operator.type.existential.swift"},{captures:{"1":{name:"keyword.control.loop.swift"},"2":{name:"punctuation.whitespace.trailing.repeat.swift"}},match:/(?<!\.)\b(repeat)\b(\p{space}*)/dgv},{match:/(?<!\.)\bdefer\b/dgv,name:"keyword.control.defer.swift"},{captures:{"1":{name:"invalid.illegal.try-must-precede-await.swift"},"2":{name:"keyword.control.await.swift"}},match:/(?<!\.)\b(?:(await\p{space}+try)|(await))\b/dgv},{match:/(?<!\.)\b(?:catch|throw|try)\b|\btry[\!\?]\B/dgv,name:"keyword.control.exception.swift"},{match:/(?<!\.)\b(?:|re)throws\b/dgv,name:"storage.modifier.exception.swift"},{captures:{"1":{name:"keyword.control.exception.swift"},"2":{name:"punctuation.whitespace.trailing.do.swift"}},match:/(?<!\.)\b(do)\b(\p{space}*)/dgv},{captures:{"1":{name:"storage.modifier.async.swift"},"2":{name:"keyword.other.declaration-specifier.swift"}},match:/(?<!\.)\b(?:(async)\p{space}+)?(let|var)\b/dgv},{match:/(?<!\.)\b(?:associatedtype|operator|typealias)\b/dgv,name:"keyword.other.declaration-specifier.swift"},{match:/(?<!\.)\b(class|enum|extension|precedencegroup|protocol|struct|actor)\b(?=\p{space}*`?[_\p{L}])/dgv,name:"storage.type.$1.swift"},{match:/(?<!\.)\b(?:inout|static|final|lazy|mutating|nonmutating|optional|indirect|required|override|dynamic|convenience|infix|prefix|postfix|distributed|nonisolated|borrowing|consuming)\b/dgv,name:"storage.modifier.swift"},{match:/\binit[\!\?]|\binit\b|(?<!\.)\b(?:func|deinit|subscript|didSet|get|set|willSet|yielding\p{space}+borrow|yielding\p{space}+mutate)\b/dgv,name:"storage.type.function.swift"},{match:/(?<!\.)\b(?:fileprivate|private|internal|public|open|package)\b/dgv,name:"keyword.other.declaration-specifier.accessibility.swift"},{match:/(?<!\.)\bunowned\((?:|un)safe\)|(?<!\.)\b(?:weak|unowned)\b/dgv,name:"keyword.other.capture-specifier.swift"},{captures:{"1":{name:"keyword.other.type.swift"},"2":{name:"keyword.other.type.metatype.swift"}},match:/(?<=\.)(?:(dynamicType|self)|(Protocol|Type))\b/dgv},{match:/(?<!\.)\b(?:super|self|Self)\b/dgv,name:"variable.language.swift"},{match:/(?:\B#(?:file|filePath|fileID|line|column|function|dsohandle)|\b__(?:FILE|LINE|COLUMN|FUNCTION|DSO_HANDLE)__)\b/dgv,name:"support.variable.swift"},{match:/(?<!\.)\bimport\b/dgv,name:"keyword.control.import.swift"},{match:/(?<!\.)\bconsume(?=\p{space}+`?[_\p{L}])/dgv,name:"keyword.control.consume.swift"},{match:/(?<!\.)\bcopy(?=\p{space}+`?[_\p{L}])/dgv,name:"keyword.control.copy.swift"}]},literals:{patterns:[{include:"#literals-boolean"},{include:"#literals-numeric"},{include:"#literals-string"},{match:/\bnil\b/dgv,name:"constant.language.nil.swift"},{match:/\B#((?:color|image|file)Literal)\b/dgv,name:"support.function.object-literal.swift"},{match:/\B#externalMacro\b/dgv,name:"support.function.builtin-macro.swift"},{match:/\B#keyPath\b/dgv,name:"support.function.key-path.swift"},{begin:/\B(#selector)(\()(?:\p{space}*([gs]etter)\p{space}*(:))?/dgv,beginCaptures:{"1":{name:"support.function.selector-reference.swift"},"2":{name:"punctuation.definition.arguments.begin.swift"},"3":{name:"support.variable.parameter.swift"},"4":{name:"punctuation.separator.argument-label.swift"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.arguments.end.swift"}},patterns:[{include:"#expressions"}]},{include:"#literals-regular-expression-literal"}]},"literals-boolean":{match:/\b(true|false)\b/dgv,name:"constant.language.boolean.swift"},"literals-numeric":{patterns:[{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9][0-9_]*(?=\.[0-9]|[Ee])(?:\.[0-9][0-9_]*)?(?:[Ee][\-\+]?[0-9][0-9_]*)?\b(?!\.[0-9])/dgv,name:"constant.numeric.float.decimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)(?:\.\p{AHex}[_\p{AHex}]*)?[Pp][\-\+]?[0-9][0-9_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.float.hexadecimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)(?:\.\p{AHex}[_\p{AHex}]*)?[Pp][\-\+]?[\p{L}\p{M}\p{N}\p{Pc}]*\b(?!\.[0-9])/dgv,name:"invalid.illegal.numeric.float.invalid-exponent.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)(0x\p{AHex}[_\p{AHex}]*)\.[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.float.missing-exponent.swift"},{match:/(?<=\p{space}|^)-?\.[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.float.missing-leading-zero.swift"},{match:/(\B-|\b)0[box]_[_\p{AHex}]*(?:[EPep][\-\+]?[\p{L}\p{M}\p{N}\p{Pc}]+)?[\.\p{L}\p{M}\p{N}\p{Pc}]+/dgv,name:"invalid.illegal.numeric.leading-underscore.swift"},{match:/(?<=[\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9]+\b/dgv},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0b[01][01_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.binary.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0o[0-7][0-7_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.octal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)[0-9][0-9_]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.decimal.swift"},{match:/(\B-|\b)(?<![\]\(\)\[_\{\}\p{L}\p{N}\p{M}]\.)0x\p{AHex}[_\p{AHex}]*\b(?!\.[0-9])/dgv,name:"constant.numeric.integer.hexadecimal.swift"},{match:/(\B-|\b)[0-9][\.\p{L}\p{M}\p{N}\p{Pc}]*/dgv,name:"invalid.illegal.numeric.other.swift"}]},"literals-regular-expression-literal":{patterns:[{begin:/(#+)\/\n/dgv,end:/\/\1()/dgv,name:"string.regexp.block.swift",patterns:[{include:"#literals-regular-expression-literal-regex-guts"},{include:"#literals-regular-expression-literal-line-comment"}]},{captures:{"0":{patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},"1":{name:"punctuation.definition.string.begin.regexp.swift"},"3":{name:"punctuation.definition.string.end.regexp.swift"}},match:/*@__PURE__*/ new EmulatedRegExp("(/)(?!\\p{space})(?!/)(?:\\\\\\p{space}(?=/)|(?:(?=((?<guts>(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\5)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\6)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\9)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\10)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\13)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\14)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\17)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\18)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/)[^\\n])*))\\21)(?:\\\\E|(?=/))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\22)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:)?))\\23)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\20))?))\\19)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\16))?))\\15)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\12))?))\\11)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\8))?))\\7)\\)|(?:(?!/)[^\\(\\)\\[\\\\])+)+))\\4))?))\\2)(?<!\\p{space}))(/)","dgv",{"hiddenCaptures":[2,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]}),name:"string.regexp.line.swift"},{captures:{"0":{patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},"1":{name:"punctuation.definition.string.begin.regexp.swift"},"4":{name:"punctuation.definition.string.end.regexp.swift"},"5":{name:"invalid.illegal.returns-not-allowed.regexp"}},match:/*@__PURE__*/ new EmulatedRegExp("((#+)/)(?:(?=((?<guts>(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\6)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\7)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\10)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\11)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\14)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\15)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\18)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\19)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:(?:(?=((?:\\\\Q(?:(?=((?:(?!\\\\E)(?!/\\2)[^\\n])*))\\22)(?:\\\\E|(?=/\\2))|\\\\[^\\n]|\\(\\?#[^\\)]*\\)|\\(\\?(?:(?=(\\{(?:[^\\{][^\\n]*?|\\{[^\\{][^\\n]*?\\}|\\{\\{[^\\{][^\\n]*?\\}\\}|\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}|\\{\\{\\{\\{[^\\{][^\\n]*?\\}\\}\\}\\}|\\{\\{\\{\\{\\{[^\\n]+?\\}\\}\\}\\}\\})\\}))\\23)(?:\\[(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+\\])?[\\<\\>X]?\\)|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\]|\\[(?:\\\\[^\\n]|[^\\]\\[\\\\])+\\])+\\])+\\])+\\]|\\((?:(?=((?:)?))\\24)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\21))?))\\20)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\17))?))\\16)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\13))?))\\12)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\9))?))\\8)\\)|(?:(?!/\\2)[^\\(\\)\\[\\\\])+)+))\\5))?))\\3)(/\\2)|#+/[^\\n]+(\\n)","dgv",{"hiddenCaptures":[3,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24]}),name:"string.regexp.line.extended.swift"}]},"literals-regular-expression-literal-backreference-or-subpattern":{patterns:[{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\g\{)(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(\})/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"constant.numeric.integer.decimal.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"}},match:/(\\g)([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\[gk]<)(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(>)/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.numeric.integer.decimal.regexp"},"6":{name:"keyword.operator.recursion-level.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"constant.character.escape.backslash.regexp"}},match:/(\\[gk]')(?:((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?|([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?)(')/dgv},{captures:{"1":{name:"constant.character.escape.backslash.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"constant.character.escape.backslash.regexp"}},match:/(\\k\{)((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?(\})/dgv},{match:/\\[1-9][0-9]+/dgv,name:"keyword.other.back-reference.regexp"},{captures:{"1":{name:"keyword.other.back-reference.regexp"},"2":{name:"variable.other.group-name.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.other.back-reference.regexp"}},match:/(\(\?(?:P[\=\>]|&))((?!\p{Nd})[\p{L}\p{M}\p{N}\p{Pc}]+)(?:([\-\+])(\p{Nd}+))?(\))/dgv},{match:/\(\?R\)/dgv,name:"keyword.other.back-reference.regexp"},{captures:{"1":{name:"keyword.other.back-reference.regexp"},"2":{name:"constant.numeric.integer.decimal.regexp"},"3":{name:"keyword.operator.recursion-level.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.other.back-reference.regexp"}},match:/(\(\?)([\-\+]?\p{Nd}+)(?:([\-\+])(\p{Nd}+))?(\))/dgv}]},"literals-regular-expression-literal-backtracking-directive-or-global-matching-option":{captures:{"1":{name:"keyword.control.directive.regexp"},"2":{name:"keyword.control.directive.regexp"},"3":{name:"keyword.control.directive.regexp"},"4":{name:"variable.language.tag.regexp"},"5":{name:"keyword.control.directive.regexp"},"6":{name:"keyword.operator.assignment.regexp"},"7":{name:"constant.numeric.integer.decimal.regexp"},"8":{name:"keyword.control.directive.regexp"},"9":{name:"keyword.control.directive.regexp"}},match:/(\(\*)(?:(ACCEPT|FAIL|F|MARK(?=:)|(?=:)|COMMIT|PRUNE|SKIP|THEN)(?:(:)([^\)]+))?|(LIMIT_(?:DEPTH|HEAP|MATCH))(=)(\p{Nd}+)|(CRLF|CR|ANYCRLF|ANY|LF|NUL|BSR_ANYCRLF|BSR_UNICODE|NOTEMPTY_ATSTART|NOTEMPTY|NO_AUTO_POSSESS|NO_DOTSTAR_ANCHOR|NO_JIT|NO_START_OPT|UTF|UCP))(\))/dgv},"literals-regular-expression-literal-callout":{captures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.callout.regexp"},"3":{name:"constant.numeric.integer.decimal.regexp"},"4":{name:"entity.name.function.callout.regexp"},"5":{name:"entity.name.function.callout.regexp"},"6":{name:"entity.name.function.callout.regexp"},"7":{name:"entity.name.function.callout.regexp"},"8":{name:"entity.name.function.callout.regexp"},"9":{name:"entity.name.function.callout.regexp"},"10":{name:"entity.name.function.callout.regexp"},"11":{name:"entity.name.function.callout.regexp"},"12":{name:"punctuation.definition.group.regexp"},"13":{name:"punctuation.definition.group.regexp"},"14":{name:"keyword.control.callout.regexp"},"15":{name:"entity.name.function.callout.regexp"},"16":{name:"variable.language.tag-name.regexp"},"17":{name:"punctuation.definition.group.regexp"},"18":{name:"punctuation.definition.group.regexp"},"19":{name:"keyword.control.callout.regexp"},"21":{name:"variable.language.tag-name.regexp"},"22":{name:"keyword.control.callout.regexp"},"23":{name:"punctuation.definition.group.regexp"}},match:/*@__PURE__*/ new EmulatedRegExp("(\\()(?<keyw>\\?C)(?:(?<num>\\p{Nd}+)|`(?<name>(?:[^\\`]|``)*)`|'((?:[^']|'')*)'|\"((?:[^\"]|\"\")*)\"|\\^((?:[^\\^]|\\^\\^)*)\\^|%((?:[^\\%]|%%)*)%|#((?:[^\\#]|##)*)#|\\$((?:[^\\$]|\\$\\$)*)\\$|\\{((?:[^\\}]|\\}\\})*)\\})?(\\))|(\\()(\\*)((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:\\[(?<tag>(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)\\])?(?:\\{[^\\,\\}]+(?:,[^\\,\\}]+)*\\})?(\\))|(\\()(\\?)(?:(?=((\\{(?:(?:\\{(?:(?:\\{(?:(?:\\{(?:(?:\\{(?:(?:)|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})|(?!\\{)[^\\n]*?)\\})))\\20)(?:\\[((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)\\])?([\\<\\>X]?)(\\))","dgv",{"hiddenCaptures":[20]}),name:"meta.callout.regexp"},"literals-regular-expression-literal-character-properties":{captures:{"1":{name:"support.variable.character-property.regexp"},"2":{name:"punctuation.definition.character-class.regexp"},"3":{name:"support.variable.character-property.regexp"},"4":{name:"punctuation.definition.character-class.regexp"}},match:/\\[Pp]\{([\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+(?:=[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)?)\}|(\[:)([\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+(?:=[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)?)(:\])/dgv,name:"constant.other.character-class.set.regexp"},"literals-regular-expression-literal-custom-char-class":{patterns:[{begin:/(\[)(\^)?/dgv,beginCaptures:{"1":{name:"punctuation.definition.character-class.regexp"},"2":{name:"keyword.operator.negation.regexp"}},end:/\]/dgv,endCaptures:{"0":{name:"punctuation.definition.character-class.regexp"}},name:"constant.other.character-class.set.regexp",patterns:[{include:"#literals-regular-expression-literal-custom-char-class-members"}]}]},"literals-regular-expression-literal-custom-char-class-members":{patterns:[{match:/\\b/dgv,name:"constant.character.escape.backslash.regexp"},{include:"#literals-regular-expression-literal-custom-char-class"},{include:"#literals-regular-expression-literal-quote"},{include:"#literals-regular-expression-literal-set-operators"},{include:"#literals-regular-expression-literal-unicode-scalars"},{include:"#literals-regular-expression-literal-character-properties"}]},"literals-regular-expression-literal-group-option-toggle":{match:/\(\?(?:\^(?:[DJPSUWimnswx]|xx|y\{[gw]\})*|(?:[DJPSUWimnswx]|xx|y\{[gw]\})+|(?:[DJPSUWimnswx]|xx|y\{[gw]\})*-(?:[DJPSUWimnswx]|xx|y\{[gw]\})*)\)/dgv,name:"keyword.other.option-toggle.regexp"},"literals-regular-expression-literal-group-or-conditional":{patterns:[{begin:/(\()(\?~)/dgv,beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.conditional.absent.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.absent.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(\\()(?<cond>\\?\\()(?:(?<NumberRef>(?<num>[\\-\\+]?\\p{Nd}+)(?:(?<op>[\\-\\+])(\\p{Nd}+))?)|(R)(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?)?|(R&)(?<NamedRef>(?<name>(?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(<)(?:(((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?))(>)|(')(?:(((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(?:([\\-\\+])(\\p{Nd}+))?)|(([\\-\\+]?\\p{Nd}+)(?:([\\-\\+])(\\p{Nd}+))?))(')|(DEFINE)|(VERSION)(?<compar>>?=)(\\p{Nd}+\\.\\p{Nd}+))(\\))|(\\()(\\?)(?=\\()","dgv",{"hiddenCaptures":[8,9,10,11,18,19,20,21,22,23,24,25,28,29,30,31,32,33,34,35],"transfers":[[3,[8,22,32]],[4,[9,23,33]],[5,[10,24,34]],[6,[11,25,35]],[13,[18,28]],[14,[19,29]],[15,[20,30]],[16,[21,31]]]}),beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.control.conditional.regexp"},"4":{name:"constant.numeric.integer.decimal.regexp"},"5":{name:"keyword.operator.recursion-level.regexp"},"6":{name:"constant.numeric.integer.decimal.regexp"},"7":{name:"keyword.control.conditional.regexp"},"8":{name:"keyword.control.conditional.regexp"},"10":{name:"variable.other.group-name.regexp"},"11":{name:"keyword.operator.recursion-level.regexp"},"12":{name:"constant.numeric.integer.decimal.regexp"},"13":{name:"keyword.control.conditional.regexp"},"14":{name:"keyword.control.conditional.regexp"},"15":{name:"keyword.control.conditional.regexp"},"16":{name:"keyword.control.conditional.regexp"},"17":{name:"keyword.control.conditional.regexp"},"18":{name:"keyword.control.conditional.regexp"},"19":{name:"keyword.operator.comparison.regexp"},"20":{name:"constant.numeric.integer.decimal.regexp"},"21":{name:"keyword.control.conditional.regexp"},"22":{name:"punctuation.definition.group.regexp"},"23":{name:"keyword.control.conditional.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.conditional.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]},{begin:/*@__PURE__*/ new EmulatedRegExp("(\\()(?:(?=(((\\?)(?:([\\!\\*\\:\\=\\>\\|]|<[\\!\\*\\=])|P?<(?:((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(-))?((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)>|'(?:((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)(-))?((?!\\p{Nd})[\\p{L}\\p{M}\\p{N}\\p{Pc}]+)'|(?:\\^(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*|(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})+|(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*-(?:[DJPSUWimnswx]|xx|y\\{[gw]\\})*):)|\\*(atomic|pla|positive_lookahead|nla|negative_lookahead|plb|positive_lookbehind|nlb|negative_lookbehind|napla|non_atomic_positive_lookahead|naplb|non_atomic_positive_lookbehind|sr|script_run|asr|atomic_script_run):)?))\\2)","dgv",{"hiddenCaptures":[2]}),beginCaptures:{"1":{name:"punctuation.definition.group.regexp"},"2":{name:"keyword.other.group-options.regexp"},"3":{name:"punctuation.definition.group.regexp"},"4":{name:"punctuation.definition.group.regexp"},"5":{name:"variable.other.group-name.regexp"},"6":{name:"keyword.operator.balancing-group.regexp"},"7":{name:"variable.other.group-name.regexp"},"8":{name:"variable.other.group-name.regexp"},"9":{name:"keyword.operator.balancing-group.regexp"},"10":{name:"variable.other.group-name.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.group.regexp"}},name:"meta.group.regexp",patterns:[{include:"#literals-regular-expression-literal-regex-guts"}]}]},"literals-regular-expression-literal-line-comment":{captures:{"1":{name:"punctuation.definition.comment.regexp"}},match:/(#)[^\n]*(?=\n?$)/dgv,name:"comment.line.regexp"},"literals-regular-expression-literal-quote":{begin:/\\Q/dgv,beginCaptures:{"0":{name:"constant.character.escape.backslash.regexp"}},end:/\\E|(\n)/dgv,endCaptures:{"0":{name:"constant.character.escape.backslash.regexp"},"1":{name:"invalid.illegal.returns-not-allowed.regexp"}},name:"string.quoted.other.regexp.swift"},"literals-regular-expression-literal-regex-guts":{patterns:[{include:"#literals-regular-expression-literal-quote"},{begin:/\(\?#/dgv,beginCaptures:{"0":{name:"punctuation.definition.comment.begin.regexp"}},end:/\)/dgv,endCaptures:{"0":{name:"punctuation.definition.comment.end.regexp"}},name:"comment.block.regexp"},{begin:/<\{/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.regexp"}},end:/\}>/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.regexp"}},name:"meta.embedded.expression.regexp"},{include:"#literals-regular-expression-literal-unicode-scalars"},{include:"#literals-regular-expression-literal-character-properties"},{match:/[\$\^]|\\[ABGYZbyz]|\\K/dgv,name:"keyword.control.anchor.regexp"},{include:"#literals-regular-expression-literal-backtracking-directive-or-global-matching-option"},{include:"#literals-regular-expression-literal-callout"},{include:"#literals-regular-expression-literal-backreference-or-subpattern"},{match:/\.|\\[CDHNORSVWXdhsvw]/dgv,name:"constant.character.character-class.regexp"},{match:/\\c[^\n]/dgv,name:"constant.character.entity.control-character.regexp"},{match:/\\[^c]/dgv,name:"constant.character.escape.backslash.regexp"},{match:/\|/dgv,name:"keyword.operator.or.regexp"},{match:/[\*\+\?]/dgv,name:"keyword.operator.quantifier.regexp"},{match:/\{(?:\p{space}*\p{Nd}+\p{space}*(?:,\p{space}*\p{Nd}*\p{space}*)?\}|\p{space}*,\p{space}*\p{Nd}+\p{space}*\})/dgv,name:"keyword.operator.quantifier.regexp"},{include:"#literals-regular-expression-literal-custom-char-class"},{include:"#literals-regular-expression-literal-group-option-toggle"},{include:"#literals-regular-expression-literal-group-or-conditional"}]},"literals-regular-expression-literal-set-operators":{patterns:[{match:/&&/dgv,name:"keyword.operator.intersection.regexp.swift"},{match:/--/dgv,name:"keyword.operator.subtraction.regexp.swift"},{match:/~~/dgv,name:"keyword.operator.symmetric-difference.regexp.swift"}]},"literals-regular-expression-literal-unicode-scalars":{match:/\\(?:u\{\p{space}*(?:\p{AHex}+\p{space}*)+\}|u\p{AHex}{4}|x\{\p{AHex}+\}|x\p{AHex}{0,2}|U\p{AHex}{8}|o\{[0-7]+\}|0[0-7]{0,3}|N\{(?:U\+\p{AHex}{1,8}|[\-\p{space}\p{L}\p{M}\p{N}\p{Pc}]+)\})/dgv,name:"constant.character.numeric.regexp"},"literals-string":{patterns:[{begin:/"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"},{match:/\\\p{space}*\n/dgv,name:"constant.character.escape.newline.swift"},{include:"#literals-string-string-guts"},{match:/\P{space}((?!\\\()[^\n])*(?=""")/dgv,name:"invalid.illegal.content-before-closing-delimiter.swift"}]},{begin:/#"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""#(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.raw.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"},{match:/\\#\p{space}*\n/dgv,name:"constant.character.escape.newline.swift"},{include:"#literals-string-raw-string-guts"},{match:/\P{space}((?!\\#\()[^\n])*(?=""")/dgv,name:"invalid.illegal.content-before-closing-delimiter.swift"}]},{begin:/(##+)"""/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"""\1(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.block.raw.swift",patterns:[{match:/(?:[^\n]+(?=""")|[^\n]+)/dgvy,name:"invalid.illegal.content-after-opening-delimiter.swift"}]},{begin:/"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.swift"}},end:/"(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"},{include:"#literals-string-string-guts"}]},{begin:/(##+)"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.raw.swift"}},end:/"\1(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.raw.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.raw.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"}]},{begin:/#"/dgv,beginCaptures:{"0":{name:"punctuation.definition.string.begin.raw.swift"}},end:/"#(#*)/dgv,endCaptures:{"0":{name:"punctuation.definition.string.end.raw.swift"},"1":{name:"invalid.illegal.extra-closing-delimiter.swift"}},name:"string.quoted.double.single-line.raw.swift",patterns:[{match:/[\n\r]/dgv,name:"invalid.illegal.returns-not-allowed.swift"},{include:"#literals-string-raw-string-guts"}]}]},"literals-string-raw-string-guts":{patterns:[{match:/\\#["'0\\nrt]/dgv,name:"constant.character.escape.swift"},{match:/\\#u\{\p{AHex}{1,8}\}/dgv,name:"constant.character.escape.unicode.swift"},{begin:/\\#\(/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.swift"}},contentName:"source.swift",end:/\)/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.swift"}},name:"meta.embedded.line.swift",patterns:[{include:"$self"},{begin:/\(/dgv,end:/\)/dgv}]},{match:/\\#[^\n]/dgv,name:"invalid.illegal.escape-not-recognized"}]},"literals-string-string-guts":{patterns:[{match:/\\["'0\\nrt]/dgv,name:"constant.character.escape.swift"},{match:/\\u\{\p{AHex}{1,8}\}/dgv,name:"constant.character.escape.unicode.swift"},{begin:/\\\(/dgv,beginCaptures:{"0":{name:"punctuation.section.embedded.begin.swift"}},contentName:"source.swift",end:/\)/dgv,endCaptures:{"0":{name:"punctuation.section.embedded.end.swift"}},name:"meta.embedded.line.swift",patterns:[{include:"$self"},{begin:/\(/dgv,end:/\)/dgv}]},{match:/\\[^\n]/dgv,name:"invalid.illegal.escape-not-recognized"}]},"member-reference":{patterns:[{captures:{"1":{name:"variable.other.swift"},"2":{name:"punctuation.definition.identifier.swift"},"3":{name:"punctuation.definition.identifier.swift"}},match:/(?<=\.)((?<q>`?)[_\p{L}][_\p{L}\p{N}\p{M}]*(\2))/dgv}]},operators:{patterns:[{match:/\b(is\b|as([\!\?]\B|\b))/dgv,name:"keyword.operator.type-casting.swift"},{begin:/*@__PURE__*/ new EmulatedRegExp("(?=(?<oph>[\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|\\.(([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷‖‗†-‧‰-‾⁁-⁓⁕-⁞←-⏿─-❵➔-⯿⸀-、。〃〈-〰])|[\\.̀-ͯ᷀-᷿⃐-︀-️︠-︯\\u{E0100}-\\u{E01EF}]))","dgv",{"hiddenCaptures":[3],"transfers":[[1,[3]]]}),end:/*@__PURE__*/ new EmulatedRegExp("(?!^)","dgv",{"strategy":"clip_search"}),patterns:[{captures:{"0":{patterns:[{match:/(\+\+|--)(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/([\-\+])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.unary.swift"},{match:/!(?=\n?$)/dgvy,name:"keyword.operator.logical.not.swift"},{match:/~(?=\n?$)/dgvy,name:"keyword.operator.bitwise.not.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.prefix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|[\\(\\,\\:\\;\\[\\{\\p{space}])(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?![\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/(\+\+|--)(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/!(?=\n?$)/dgvy,name:"keyword.operator.increment-or-decrement.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.postfix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!^|[\\(\\,\\:\\;\\[\\{\\p{space}])(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?=[\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/=(?=\n?$)/dgvy,name:"keyword.operator.assignment.swift"},{match:/([\-\%\*\+\/]|<<|>>|[\&\^\|]|&&|\|\|)=(?=\n?$)/dgvy,name:"keyword.operator.assignment.compound.swift"},{match:/([\-\*\+\/])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.swift"},{match:/&([\-\*\+])(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.overflow.swift"},{match:/%(?=\n?$)/dgvy,name:"keyword.operator.arithmetic.remainder.swift"},{match:/(==|!=|[\<\>]|>=|<=|~=)(?=\n?$)/dgvy,name:"keyword.operator.comparison.swift"},{match:/\?\?(?=\n?$)/dgvy,name:"keyword.operator.coalescing.swift"},{match:/(&&|\|\|)(?=\n?$)/dgvy,name:"keyword.operator.logical.swift"},{match:/([\&\^\|]|<<|>>)(?=\n?$)/dgvy,name:"keyword.operator.bitwise.swift"},{match:/([\!\=]==)(?=\n?$)/dgvy,name:"keyword.operator.bitwise.swift"},{match:/\?(?=\n?$)/dgvy,name:"keyword.operator.ternary.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.infix.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/[^\n]+/dgv,name:"keyword.operator.custom.prefix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<=^|[\\(\\,\\:\\;\\[\\{\\p{space}])\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?![\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/[^\n]+/dgv,name:"keyword.operator.custom.postfix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("(?<!^|[\\(\\,\\:\\;\\[\\{\\p{space}])\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)(?=[\\]\\)\\,\\:\\;\\}\\p{space}]|$)","dgvy",{"hiddenCaptures":[1]})},{captures:{"0":{patterns:[{match:/\.\.[\.\<](?=\n?$)/dgvy,name:"keyword.operator.range.swift"},{match:/[^\n]+/dgv,name:"keyword.operator.custom.infix.dot.swift"}]}},match:/*@__PURE__*/ new EmulatedRegExp("\\.(?:(?=(((?!(//|/\\*|\\*/))([\\-\\!\\%\\&\\*\\+\\.\\/\\<-\\?\\^\\|\\~¡-§©«¬®°±¶»¿×÷̀-ͯ᷀-᷿‖‗†-‧‰-‾⁁-⁓⁕-⁞⃐-←-⏿─-❵➔-⯿⸀-、。〃〈-〰︀-️︠-︯\\u{E0100}-\\u{E01EF}]))+))\\1)","dgvy",{"hiddenCaptures":[1]})}]},{match:/:/dgv,name:"keyword.operator.ternary.swift"}]},root:{patterns:[{include:"#compiler-control"},{include:"#declarations"},{include:"#expressions"}]}},scopeName:"source.swift",embeddedLangs:undefined,aliases:undefined})
|
|
4
4
|
|
|
5
5
|
export default [
|
|
6
6
|
lang
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shikijs/langs-precompiled",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.12.
|
|
4
|
+
"version": "3.12.2",
|
|
5
5
|
"description": "TextMate grammars for Shiki in ESM",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -350,10 +350,10 @@
|
|
|
350
350
|
},
|
|
351
351
|
"dependencies": {
|
|
352
352
|
"oniguruma-to-es": "^4.3.3",
|
|
353
|
-
"@shikijs/types": "3.12.
|
|
353
|
+
"@shikijs/types": "3.12.2"
|
|
354
354
|
},
|
|
355
355
|
"devDependencies": {
|
|
356
|
-
"tm-grammars": "^1.24.
|
|
356
|
+
"tm-grammars": "^1.24.8"
|
|
357
357
|
},
|
|
358
358
|
"scripts": {
|
|
359
359
|
"build": "pnpm prepare"
|