<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="Markdown" version="33" kateversion="6.22" section="Markup" extensions="*.md;*.mmd;*.markdown;*.md.html" mimetype="text/markdown" priority="15" author="Darrin Yeager, Claes Holmerson" license="GPL,BSD"><highlighting><contexts><context name="Start Document" attribute="Normal Text" fallthroughContext="Normal Text" lineEmptyContext="Normal Text" lineEndContext="Normal Text"><RegExpr String="^\-{3}\s*$" attribute="Metadata" context="metadata" beginRegion="metadata" column="0"/><RegExpr String="^[a-zA-Z0-9][\w\-\s]*\:(?=\s|$)" attribute="Metadata Title" context="metadata-mm-value" column="0"/><RegExpr String="^(?:\s{4}|\t).*$" attribute="Code" context="find-code-block-start" column="0"/></context><context name="code" attribute="Code"><RegExpr String="%1[~`]*(?=\s*$)" attribute="Fenced Code" context="#pop" endRegion="code-block" dynamic="1" firstNonSpace="1"/></context><context name="Normal Text" attribute="Normal Text" lineEmptyContext="find-code-block"><DetectChar char="#" context="find-header" column="0" lookAhead="1"/><RegExpr String="(?:\=\s*){2,}$" attribute="Header H1" firstNonSpace="1"/><RegExpr String="^\s*$" attribute="Normal Text" context="find-code-block" column="0"/><StringDetect String="&lt;!--" attribute="Comment" context="find-code-block" column="0" lookAhead="1"/><RegExpr String="^\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$" attribute="Horizontal Rule" context="find-code-block" column="0"/><DetectChar char=">" attribute="Blockquote" context="blockquote" firstNonSpace="1"/><RegExpr String="^(\s*)[\*\+\-](\s+)" attribute="List" context="list" column="0"/><RegExpr String="^(\s*)\d\.(\s+)" attribute="Number List" context="numlist" column="0"/><RegExpr String="^(\s*)\d\d+\.(\s+)" attribute="Number List" context="numlist2" column="0"/><DetectChar char="*" context="find-strong-normal" lookAhead="1"/><DetectChar char="_" context="find-emphasis-normal" lookAhead="1"/><RegExpr String="[~]{2}[^~](?:.*[^~])?[~]{2}" attribute="Strikethrough Text" minimal="1"/><RegExpr String="[=]{2}[^=](?:.*[^=])?[=]{2}" attribute="Highlight Text" minimal="1"/><IncludeRules context="inc"/><RegExpr String="\b(?:https?|ftp)\://[^&#34;>\s`\)]*[^\s!&#34;'`\(\)\*,\.:;&lt;>\?~\]\}\\](?=[[:punct:]]*(?:[\s\)]|$))" attribute="Normal Text: Link"/><DetectChar char="|" attribute="Table" context="table" firstNonSpace="1" lookAhead="1"/></context><context name="find-code-block" attribute="Normal Text" fallthroughContext="#pop"><RegExpr String="^(?:\s{4}|\t).*$" attribute="Code" column="0"/><RegExpr String="\s*$" attribute="Normal Text"/><RegExpr String="^\s*&lt;!--|\s*&lt;!--(?=.*-->)" attribute="Comment" context="comment" beginRegion="comment"/></context><context name="content-list" attribute="List: Normal Text" lineEmptyContext="#pop"><RegExpr String="^\s*$" context="#pop" column="0"/><RegExpr String="^\s*(?:>|\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$)" context="#pop" column="0" lookAhead="1"/><RegExpr String="^(?:\s*(?:[\*\+\-]|[\d]+\.)\s|#{1,6}\s)" context="#pop#pop" column="0" lookAhead="1"/><AnyChar String="*_" context="find-strong-emphasis-list" lookAhead="1"/><RegExpr String="[~]{2}[^~](?:.*[^~])?[~]{2}" attribute="List: Strikethrough Text" minimal="1"/><RegExpr String="[=]{2}[^=](?:.*[^=])?[=]{2}" attribute="List: Highlight Text" minimal="1"/><IncludeRules context="inc"/><RegExpr String="\b(?:https?|ftp)\://[^&#34;>\s`\)]*[^\s!&#34;'`\(\)\*,\.:;&lt;>\?~\]\}\\](?=[[:punct:]]*(?:[\s\)]|$))" attribute="List: Link"/></context><context name="close-H3-region" attribute="Header H3" fallthroughContext="#pop!close-H4-region" lineEndContext="#pop!close-H4-region"><DetectChar char="#" attribute="Header H3" context="#pop!close-H4-region" endRegion="H3" lookAhead="1"/></context><context name="close-H4-region" attribute="Header H4" fallthroughContext="#pop!close-H5-region" lineEndContext="#pop!close-H5-region"><DetectChar char="#" attribute="Header H4" context="#pop!close-H5-region" endRegion="H4" lookAhead="1"/></context><context name="close-H5-region" attribute="Header H5" fallthroughContext="#pop!close-H6-region" lineEndContext="#pop!close-H6-region"><DetectChar char="#" attribute="Header H5" context="#pop!close-H6-region" endRegion="H5" lookAhead="1"/></context><context name="close-H6-region" attribute="Header H6" fallthroughContext="#pop" lineEndContext="#pop"><DetectChar char="#" attribute="Header H6" context="#pop!close-sentinel-region" endRegion="H6" lookAhead="1"/></context><context name="blockquote-list" attribute="Blockquote: Normal Text" lineEmptyContext="#pop"><IncludeRules context="default-blockquote-1"/><RegExpr String="^\s*$" attribute="Normal Text" context="#pop" column="0"/><StringDetect String="&lt;!--" attribute="Comment" context="#pop!comment" firstNonSpace="1"/><IncludeRules context="default-blockquote-2"/></context><context name="comment" attribute="Comment"><StringDetect String="-->" attribute="Comment" context="#pop" endRegion="comment"/><IncludeRules context="##Comments"/></context><context name="find-table-element" attribute="Normal Text" lineEndContext="#pop"><RegExpr String="(\|(\s*:?---+:?)?)++" attribute="Table"/></context><context name="inc" attribute="Normal Text"><RegExpr String="`[^`]+`(?!`)|`{2}[^`](?:.*?[^`])?`{2}(?!`)|`{3}[^`](?:.*?[^`])?`{3}(?!`)|`{4}[^`](?:.*?[^`])?`{4}(?!`)|`{5,}[^`](?:.*?[^`])?`{5,}" attribute="Code"/><RegExpr String="`{3,}(?=[^`]*$)|~{3,}(?=[^~]*$)" attribute="Fenced Code" context="find-lang-fenced-code" firstNonSpace="1" lookAhead="1"/><StringDetect String="&lt;!--" attribute="Comment" context="comment" beginRegion="comment"/><RegExpr String="\[\s*(?:(?:\\.|[^\s\[\]\\])(?:\\.|[^\]\\])*|\s)\]\:\s+(?=\S)" attribute="Reference-Link Target" context="reflinktarget" firstNonSpace="1"/><RegExpr String="\[\^(?:\\.|[^\]\\])+\]" attribute="Footnote"/><RegExpr String="\[(?:(?=\s*(?:\\.|[^\s\[\]\\])(?:\\.|[^\]\\])*\])|\s+(?=\]))" attribute="Reference-Link" context="find-reflink"/><RegExpr String="\!\[(?:\\.|[^\[\]\\])*\]\((?=(?:\\.|[^\(\)\\])*\))" attribute="Inline Image" context="inlineimage"/><RegExpr String="\!\[(?:\\.|[^\[\]\\])*\]\[\s*(?:(?:\\.|[^\s\[\]\\])(?:\\.|[^\]\\])*)?\]" attribute="Reference Image"/><RegExpr String='&lt;(?:https?|ftp)\://[^">\s]+>' attribute="Auto-Link" context="autolink" lookAhead="1"/><RegExpr String="&lt;(?:mailto:)?(?=[\-\.\w]+\@[\-a-z0-9]+(?:\.[\-a-z0-9]+)*\.[a-z]+>)" attribute="Mailto-Link" context="mailtolink"/><RegExpr String=":([-+]1|\w+):" attribute="Emoji"/><RegExpr String="  $" attribute="Line Break" minimal="1"/><StringDetect String="\\" attribute="Backslash Escape"/><StringDetect String="\`" attribute="Backslash Escape"/><StringDetect String="\*" attribute="Backslash Escape"/><StringDetect String="\_" attribute="Backslash Escape"/><StringDetect String="\{" attribute="Backslash Escape"/><StringDetect String="\}" attribute="Backslash Escape"/><StringDetect String="\[" attribute="Backslash Escape"/><StringDetect String="\]" attribute="Backslash Escape"/><StringDetect String="\(" attribute="Backslash Escape"/><StringDetect String="\)" attribute="Backslash Escape"/><StringDetect String="\#" attribute="Backslash Escape"/><StringDetect String="\+" attribute="Backslash Escape"/><StringDetect String="\-" attribute="Backslash Escape"/><StringDetect String="\." attribute="Backslash Escape"/><StringDetect String="\!" attribute="Backslash Escape"/><StringDetect String="\|" attribute="Backslash Escape"/><StringDetect String="\&lt;" attribute="Backslash Escape"/><StringDetect String="\>" attribute="Backslash Escape"/><StringDetect String="\&amp;" attribute="Backslash Escape"/><RegExpr String="&amp;(?:#[0-9]+|#[xX][0-9A-Fa-f]+|[A-Za-z_\:][\w\.\:\-]*);" attribute="EntityRef"/><RegExpr String="&lt;/?[A-Za-z_\:][\w\.\:\-]*(?:[\s>]|/>|$)" context="find-html-block" lookAhead="1"/></context><context name="metadata-mm-value" attribute="Metadata" lineEndContext="#pop!metadata-mm"/><context name="reflinktarget-title" attribute="Reference-Link Target" fallthroughContext="#pop" lineEndContext="#pop"><DetectSpaces attribute="Reference-Link Target"/><RegExpr String="&#34;(?:\\.|[^&#34;\\])*&#34;|'(?:\\.|[^'\\])*'|\((?:\\.|[^\)\\])*\)" attribute="Reference-Link Target" context="#pop"/></context><context name="default-blockquote-1" attribute="Blockquote: Normal Text"><DetectChar char=">" attribute="Blockquote" firstNonSpace="1"/><RegExpr String="^(?:\s*(?:[\*\+\-]|[\d]+\.)\s|#{1,6}\s|\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$)" context="#pop" column="0" lookAhead="1"/></context><context name="default-blockquote-2" attribute="Blockquote: Normal Text"><AnyChar String="*_" context="find-strong-emphasis-blockquote" lookAhead="1"/><RegExpr String="[~]{2}[^~](?:.*[^~])?[~]{2}" attribute="Blockquote: Strikethrough Text" minimal="1"/><RegExpr String="[=]{2}[^=](?:.*[^=])?[=]{2}" attribute="Blockquote: Highlight Text" minimal="1"/><IncludeRules context="inc"/><RegExpr String="\b(?:https?|ftp)\://[^&#34;>\s`\)]*[^\s!&#34;'`\(\)\*,\.:;&lt;>\?~\]\}\\](?=[[:punct:]]*(?:[\s\)]|$))" attribute="Blockquote: Link"/></context><context name="inlineimage" attribute="Inline Image" lineEndContext="#pop"><DetectChar char=")" attribute="Inline Image" context="#pop"/><StringDetect String="\)" attribute="Inline Image"/><RegExpr String='\b(?:https?|ftp)\://(?:\\.|[^">\s\)\\])+' attribute="Inline Image: Link"/></context><context name="autolink" attribute="Auto-Link" fallthroughContext="#pop" lineEndContext="#pop"><DetectChar char="&lt;" attribute="Auto-Link"/><DetectChar char=">" attribute="Auto-Link" context="#pop"/><RegExpr String='(?:https?|ftp)\://[^">\s]+' attribute="Link"/></context><context name="bash-code" attribute="Normal Text" fallthroughContext="Command##Bash"><IncludeRules context="code"/><IncludeRules context="##Bash" includeAttrib="1"/></context><context name="blockquote" attribute="Blockquote: Normal Text" lineEmptyContext="#pop"><IncludeRules context="default-blockquote-1"/><RegExpr String="^\s*$" attribute="Normal Text" context="#pop!find-code-block" column="0"/><StringDetect String="&lt;!--" attribute="Comment" context="#pop!find-code-block" column="0" lookAhead="1"/><IncludeRules context="default-blockquote-2"/><IncludeRules context="find-table-element"/></context><context name="c-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##C" includeAttrib="1"/></context><context name="close-H2-region" attribute="Header H2" fallthroughContext="#pop!close-H3-region" lineEndContext="#pop!close-H3-region"><DetectChar char="#" attribute="Header H2" context="#pop!close-H3-region" endRegion="H2" lookAhead="1"/></context><context name="close-sentinel-region" attribute="Normal Text" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String="^#\s.*" attribute="Header H1" context="#pop" column="0"/><RegExpr String="^##\s.*" attribute="Header H2" context="#pop" column="0"/><RegExpr String="^###\s.*" attribute="Header H3" context="#pop" column="0"/><RegExpr String="^####\s.*" attribute="Header H4" context="#pop" column="0"/><RegExpr String="^#####\s.*" attribute="Header H5" context="#pop" column="0"/></context><context name="cmake-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##CMake" includeAttrib="1"/></context><context name="content-list-table" attribute="List: Normal Text" lineEmptyContext="#pop"><IncludeRules context="find-table-element"/><IncludeRules context="content-list"/></context><context name="cpp-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##C++" includeAttrib="1"/></context><context name="csharp-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##C#" includeAttrib="1"/></context><context name="css-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##CSS" includeAttrib="1"/></context><context name="desktop-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="Normal##.desktop" includeAttrib="1"/></context><context name="doxygen-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="BlockComment##Doxygen" includeAttrib="1"/></context><context name="email-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Email" includeAttrib="1"/></context><context name="find-code-block-start" attribute="Normal Text" fallthroughContext="#pop!Normal Text"><IncludeRules context="find-code-block"/></context><context name="find-emphasis-normal" attribute="Normal Text" lineEndContext="#pop"><RegExpr String="\b_{2,5}(?:(?:\*|\*{3}|\*{5})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*+|(?:\*{2}|\*{4})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*)_{2}|\b_(?:\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5}_{0,4}|_{0,4}\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5})_\b" attribute="Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\b_{2}(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}|_{1,3}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}(?!_))" attribute="Strong Text" context="#pop" minimal="1"/><RegExpr String="\b_{3,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{3}" attribute="Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\b_(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|_{1,4}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\b" attribute="Emphasis Text" context="#pop" minimal="1"/><DetectChar char="_" attribute="Normal Text" context="#pop"/></context><context name="find-header" attribute="Normal Text" lineEndContext="#pop"><RegExpr String="^#\s" attribute="Header H1" context="#pop!close-H2-region" beginRegion="H1" endRegion="H1" column="0" lookAhead="1"/><RegExpr String="^##\s" attribute="Header H2" context="#pop!close-H3-region" beginRegion="H2" endRegion="H2" column="0" lookAhead="1"/><RegExpr String="^###\s" attribute="Header H3" context="#pop!close-H4-region" beginRegion="H3" endRegion="H3" column="0" lookAhead="1"/><RegExpr String="^####\s" attribute="Header H4" context="#pop!close-H5-region" beginRegion="H4" endRegion="H4" column="0" lookAhead="1"/><RegExpr String="^#####\s" attribute="Header H5" context="#pop!close-H6-region" beginRegion="H5" endRegion="H5" column="0" lookAhead="1"/><RegExpr String="^######\s.*" attribute="Header H6" context="#pop" beginRegion="H6" endRegion="H6" column="0"/><DetectChar char="#" attribute="Normal Text" context="#pop"/></context><context name="find-html-block" attribute="Normal Text" fallthroughContext="#pop" lineEndContext="#pop"><IncludeRules context="FindElements##HTML"/></context><context name="find-lang-fenced-code" attribute="Normal Text" lineEndContext="#pop"><RegExpr String="(`{3,}|~{3,})\s*$" attribute="Fenced Code" context="#pop!code" beginRegion="code-block"/><RegExpr String="(`{3,}|~{3,})\s*(?:bash(?:rc|_profile|_login|_logout)?|shell|sh|profile|PKGBUILD|APKBUILD|ebuild|eclass|nix)\s*$" attribute="Fenced Code" context="#pop!bash-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:zsh)\s*$" attribute="Fenced Code" context="#pop!zsh-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:[ch]pp|[ch]\+\+|[ch]xx|h?cc|hh|cuh?|ino|pde|moc)\s*$" attribute="Fenced Code" context="#pop!cpp-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:cs|csharp|c\#)\s*$" attribute="Fenced Code" context="#pop!csharp-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:cmake|CMakeLists(?:\.txt)?)\s*$" attribute="Fenced Code" context="#pop!cmake-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*css\s*$" attribute="Fenced Code" context="#pop!css-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*[ch]\s*$" attribute="Fenced Code" context="#pop!c-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*doxygen\s*$" attribute="Fenced Code" context="#pop!doxygen-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:email|emlx?|mbo?x)\s*$" attribute="Fenced Code" context="#pop!email-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*go(?:lang)?\s*$" attribute="Fenced Code" context="#pop!go-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*[wxs]?hamlet\s*$" attribute="Fenced Code" context="#pop!hamlet-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:haskell|c?hs|hs\-boot)\s*$" attribute="Fenced Code" context="#pop!haskell-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:[sx]?html?|inc|tmpl|tpl)\s*$" attribute="Fenced Code" context="#pop!html-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:java|bsh)\s*$" attribute="Fenced Code" context="#pop!java-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:javascript|m?js|es6|kwinscript|julius)\s*$" attribute="Fenced Code" context="#pop!javascript-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:jsx|tsx|(?:java|type)script\-react)\s*$" attribute="Fenced Code" context="#pop!jsx-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:json5?|gltf)\s*$" attribute="Fenced Code" context="#pop!json-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:ya?ml)\s*$" attribute="Fenced Code" context="#pop!yaml-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*matlab\s*$" attribute="Fenced Code" context="#pop!matlab-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:markdown|m?md)\s*$" attribute="Fenced Code" context="#pop!markdown-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:handlebars|hbs|mustache|mst|ractive|hogan|hulk)\s*$" attribute="Fenced Code" context="#pop!mustache-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:perl|p[lm]|pod|psgi|vcl)\s*$" attribute="Fenced Code" context="#pop!perl-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:php[3457t]?|wml|phtml?|aw|ctp)\s*$" attribute="Fenced Code" context="#pop!php-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:python[23]?|py[23w]?|[rc]py|sconstruct|gypi?)\s*$" attribute="Fenced Code" context="#pop!python-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*qml(?:types)?\s*$" attribute="Fenced Code" context="#pop!qml-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:r|rprofile|rscript)\s*$" attribute="Fenced Code" context="#pop!r-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:raku(?:mod|doc|test)?|perl6|p[lm]?6|pod6|nqp)\s*$" attribute="Fenced Code" context="#pop!raku-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:rst|rest|restructuredtext)\s*$" attribute="Fenced Code" context="#pop!rest-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:ruby|rbx?|rjs|rake|f?cgi|gemspec|irbrc|ru|prawn|Appraisals|(?:Rake|Cap|Chef|Gem|Guard|Hobo|Vagrant||Rant|Berks|Thor|Puppet)file|rxml)\s*$" attribute="Fenced Code" context="#pop!ruby-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*((?:xml\.|js\.)?erb)\s*$" attribute="Fenced Code" context="#pop!rhtml-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:rust|rs)\s*$" attribute="Fenced Code" context="#pop!rust-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:mysql|sql|ddl)\s*$" attribute="Fenced Code" context="#pop!mysql-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:nims?)\s*$" attribute="Fenced Code" context="#pop!nim-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:typescript|ts)\s*$" attribute="Fenced Code" context="#pop!typescript-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*(?:xml|xsd|xspf|tld|jsp|c?pt|dtml|rss|opml|svg|daml|rdf|ui|kcfg|qrc|wsdl|scxml|xbel|dae|sch|brd|docbook)\s*$" attribute="Fenced Code" context="#pop!xml-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*toml\s*$" attribute="Fenced Code" context="#pop!toml-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*ini\s*$" attribute="Fenced Code" context="#pop!ini-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,})\s*desktop\s*$" attribute="Fenced Code" context="#pop!desktop-code" beginRegion="code-block" insensitive="1"/><RegExpr String="(`{3,}|~{3,}).*$" attribute="Fenced Code" context="#pop!code" beginRegion="code-block"/></context><context name="find-reflink" attribute="Reference-Link Name" lineEndContext="#pop"><StringDetect String="\]" attribute="Reference-Link Name"/><RegExpr String="\](?=(?:\s?\[\s*(?:(?:\\.|[^\s\[\]\\])(?:\\.|[^\]\\])*)?\]|\((?:\\.|[^\(\)\\])*\)))" attribute="Reference-Link" context="#pop!find-reflink-id"/><DetectChar char="]" attribute="Reference-Link" context="#pop"/><RegExpr String="\!\[(?:\\.|[^\[\]\\])*\]\((?=(?:\\.|[^\(\)\\])*\)(?:\\.|[^\]\\])*\])" attribute="Inline Image" context="inlineimage"/><RegExpr String="\!\[(?:\\.|[^\[\]\\])*\]\[\s*(?:(?:\\.|[^\s\[\]\\])(?:\\.|[^\]\\])*)?\](?=(?:\\.|[^\]\\])*\])" attribute="Reference Image"/><RegExpr String="(?:\[(?:\\.|[^\[\]\\])*\](?:\\.|[^\[\]\\])*)+(?=\])" attribute="Reference-Link Name" minimal="1"/></context><context name="find-reflink-id" attribute="Reference-Link" lineEndContext="#pop"><DetectSpaces/><DetectChar char="[" attribute="Reference-Link" context="#pop!reflink-id"/><DetectChar char="(" attribute="Reference-Link" context="#pop!reflink-inline-id"/></context><context name="find-strong-emphasis-blockquote" attribute="Blockquote: Normal Text" lineEndContext="#pop"><RegExpr String="\*{2,5}(?:(?:_|_{3}|_{5})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|(?:_{2}|_{4})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\*{2}|\b_{2,5}(?:(?:\*|\*{3}|\*{5})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*+|(?:\*{2}|\*{4})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*)_{2}|\*_{2,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2,5}\*(?!\*)|\b_(?:\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5}_{0,4}|_{0,4}\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5})_\b" attribute="Blockquote: Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*{2}(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}|\*{1,3}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}(?!\*))|\b_{2}(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}|_{1,3}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}(?!_))" attribute="Blockquote: Strong Text" context="#pop" minimal="1"/><RegExpr String="\*{3,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{3}|\b_{3,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{3}" attribute="Blockquote: Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*|\*{1,4}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*(?!\*))|\b_(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|_{1,4}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\b" attribute="Blockquote: Emphasis Text" context="#pop" minimal="1"/><AnyChar String="*_" attribute="Blockquote: Normal Text" context="#pop"/></context><context name="find-strong-emphasis-list" attribute="List: Normal Text" lineEndContext="#pop"><RegExpr String="\*{2,5}(?:(?:_|_{3}|_{5})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|(?:_{2}|_{4})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\*{2}|\b_{2,5}(?:(?:\*|\*{3}|\*{5})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*+|(?:\*{2}|\*{4})(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*)_{2}|\*_{2,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2,5}\*(?!\*)|\b_(?:\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5}_{0,4}|_{0,4}\*{2,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2,5})_\b" attribute="List: Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*{2}(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}|\*{1,3}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}(?!\*))|\b_{2}(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}|_{1,3}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2}(?!_))" attribute="List: Strong Text" context="#pop" minimal="1"/><RegExpr String="\*{3,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{3}|\b_{3,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{3}" attribute="List: Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*|\*{1,4}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*(?!\*))|\b_(?:(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|_{1,4}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\b" attribute="List: Emphasis Text" context="#pop" minimal="1"/><AnyChar String="*_" attribute="List: Normal Text" context="#pop"/></context><context name="find-strong-normal" attribute="Normal Text" lineEndContext="#pop"><RegExpr String="\*{2,5}(?:(?:_|_{3}|_{5})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_+|(?:_{2}|_{4})(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_)\*{2}|\*_{2,5}(?:(?:[^_\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^_\s\\]|\\\S)_{2,5}\*(?!\*)" attribute="Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*{2}(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}|\*{1,3}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{2}(?!\*))" attribute="Strong Text" context="#pop" minimal="1"/><RegExpr String="\*{3,5}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*{3}" attribute="Strong-Emphasis Text" context="#pop" minimal="1"/><RegExpr String="\*(?:(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*|\*{1,4}(?:(?:[^\*\s\\]|\\.)(?:[^\\]|\\.)*)?(?:[^\*\s\\]|\\\S)\*(?!\*))" attribute="Emphasis Text" context="#pop" minimal="1"/><DetectChar char="*" attribute="Normal Text" context="#pop"/></context><context name="go-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Go" includeAttrib="1"/></context><context name="hamlet-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Hamlet" includeAttrib="1"/></context><context name="haskell-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Haskell" includeAttrib="1"/></context><context name="html-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##HTML" includeAttrib="1"/></context><context name="ini-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##INI Files" includeAttrib="1"/></context><context name="java-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Java" includeAttrib="1"/></context><context name="javascript-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="Normal##JavaScript" includeAttrib="1"/></context><context name="json-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##JSON" includeAttrib="1"/></context><context name="jsx-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="Normal##JavaScript React (JSX)" includeAttrib="1"/></context><context name="list" attribute="List: Normal Text" fallthroughContext="content-list"><RegExpr String="^%1%2\s(?:\s{4}|\t).*$" attribute="Code" column="0" dynamic="1"/><RegExpr String="^%1%2\s+>" attribute="Blockquote" context="blockquote-list" column="0" dynamic="1"/><RegExpr String="^%1%2\s+\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$" attribute="Horizontal Rule" column="0" dynamic="1"/><RegExpr String="^\s*$" column="0"/><RegExpr String="^%1%2\s" context="content-list" column="0" dynamic="1" lookAhead="1"/><RegExpr String="^\s*\S" context="#pop" column="0" lookAhead="1"/><RegExpr String="\s*\[[ x]\](?=\s)" attribute="List: Checkbox" context="content-list"/><RegExpr String="\s*\|" attribute="Table" context="content-list-table"/></context><context name="mailtolink" attribute="Email" lineEndContext="#pop"><DetectChar char=">" attribute="Mailto-Link" context="#pop"/></context><context name="markdown-code" attribute="Normal Text" lineEmptyContext="find-code-block"><IncludeRules context="code"/><IncludeRules context="Normal Text"/></context><context name="matlab-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Matlab" includeAttrib="1"/></context><context name="metadata" attribute="Metadata"><StringDetect String="---" attribute="Metadata" context="#pop!Normal Text" endRegion="metadata" column="0"/><StringDetect String="..." attribute="Metadata" context="#pop!Normal Text" endRegion="metadata" column="0"/><RegExpr String="^[a-zA-Z0-9][\w\-\s]*\:(?=\s|$)" attribute="Metadata Title" column="0"/></context><context name="metadata-mm" attribute="Metadata" fallthroughContext="#pop!Normal Text" lineEmptyContext="#pop!Normal Text"><RegExpr String="^[a-zA-Z0-9][\w\-\s]*\:(?=\s|$)" attribute="Metadata Title" context="#pop!metadata-mm-value" column="0"/><RegExpr String="^(?:\s{4}|\t)" attribute="Metadata" context="#pop!metadata-mm-value" column="0"/></context><context name="mustache-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Mustache/Handlebars (HTML)" includeAttrib="1"/></context><context name="mysql-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##SQL (MySQL)" includeAttrib="1"/></context><context name="nim-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Nim" includeAttrib="1"/></context><context name="numlist" attribute="List: Normal Text" fallthroughContext="content-list"><RegExpr String="^%1%2\s{2}(?:\s{4}|\t).*$" attribute="Code" column="0" dynamic="1"/><RegExpr String="^%1%2\s{2,}>" attribute="Blockquote" context="blockquote-list" column="0" dynamic="1"/><RegExpr String="^%1%2\s{2,}\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$" attribute="Horizontal Rule" column="0" dynamic="1"/><RegExpr String="^\s*$" column="0"/><RegExpr String="^%1%2\s{2}" context="content-list" column="0" dynamic="1" lookAhead="1"/><RegExpr String="^\s*\S" context="#pop" column="0" lookAhead="1"/></context><context name="numlist2" attribute="List: Normal Text" fallthroughContext="content-list"><RegExpr String="^%1%2\s{3}(?:\s{4}|\t).*$" attribute="Code" column="0" dynamic="1"/><RegExpr String="^%1%2\s{3,}>" attribute="Blockquote" context="blockquote-list" column="0" dynamic="1"/><RegExpr String="^%1%2\s{3,}\s*(?:(?:\*\s*){3,}|(?:_\s*){3,}|(?:\-\s*){3,})\s*$" attribute="Horizontal Rule" column="0" dynamic="1"/><RegExpr String="^\s*$" column="0"/><RegExpr String="^%1%2\s{3}" context="content-list" column="0" dynamic="1" lookAhead="1"/><RegExpr String="^\s*\S" context="#pop" column="0" lookAhead="1"/></context><context name="perl-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Perl" includeAttrib="1"/></context><context name="php-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="phpsource##PHP/PHP" includeAttrib="1"/></context><context name="python-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Python" includeAttrib="1"/></context><context name="qml-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="Normal##QML" includeAttrib="1"/></context><context name="r-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##R Script" includeAttrib="1"/></context><context name="raku-code" attribute="Normal Text" fallthroughContext="term##Raku"><IncludeRules context="code"/><IncludeRules context="base##Raku" includeAttrib="1"/></context><context name="reflink-id" attribute="Reference-Link ID" lineEndContext="#pop"><StringDetect String="\]" attribute="Reference-Link ID"/><DetectChar char="]" attribute="Reference-Link" context="#pop!reflink-title"/><RegExpr String='\b(?:https?|ftp)\://(?:\\.|[^">\s\]\\])+' attribute="Reference-Link: Link"/></context><context name="reflink-inline-id" attribute="Reference-Link" lineEndContext="#pop"><StringDetect String="\)" attribute="Reference-Link"/><DetectChar char=")" attribute="Reference-Link" context="#pop"/><RegExpr String='\b(?:https?|ftp)\://(?:\\.|[^">\s\)\\])+' attribute="Reference-Link: Link"/><RegExpr String="\b[\-\.\w]+\@[\-a-z0-9]+(?:\.[\-a-z0-9]+)*\.[a-z]+\b" attribute="Reference-Link: Email"/></context><context name="reflink-title" attribute="Normal Text" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String='\s+"(?:\\.|[^"\\])*"' attribute="Reference-Link" context="#pop"/></context><context name="reflinktarget" attribute="Reference-Link Target" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String='\s*(?:https?|ftp)\://[^">\s]+(?=\s|$)' attribute="Reference-Link Target: Link" context="#pop!reflinktarget-title"/><RegExpr String='\s*&lt;(?=(?:https?|ftp)\://[^">\s]+>(?:\s|$))' attribute="Reference-Link Target" context="#pop!reflinktarget-link"/><RegExpr String="\s*#[\w\.\:\-]+\b" attribute="Reference-Link Target" context="#pop!reflinktarget-title"/></context><context name="reflinktarget-link" attribute="Reference-Link Target" fallthroughContext="#pop" lineEndContext="#pop"><DetectChar char=">" attribute="Reference-Link Target" context="#pop!reflinktarget-title"/><RegExpr String='(?:https?|ftp)\://[^">\s]+' attribute="Reference-Link Target: Link"/></context><context name="rest-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##reStructuredText" includeAttrib="1"/></context><context name="rhtml-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Ruby/Rails/RHTML" includeAttrib="1"/></context><context name="ruby-code" attribute="Normal Text" fallthroughContext="Expr##Ruby"><IncludeRules context="code"/><IncludeRules context="Ruby##Ruby" includeAttrib="1"/></context><context name="rust-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##Rust" includeAttrib="1"/></context><context name="table" attribute="Normal Text" lineEmptyContext="#pop!find-code-block" lineEndContext="#pop"><IncludeRules context="find-table-element"/><IncludeRules context="Normal Text"/></context><context name="toml-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##TOML" includeAttrib="1"/></context><context name="typescript-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="Normal##TypeScript" includeAttrib="1"/></context><context name="xml-code" attribute="Normal Text"><IncludeRules context="code"/><IncludeRules context="##XML" includeAttrib="1"/></context><context name="yaml-code" attribute="Normal Text" fallthroughContext="Lvl0Text##YAML"><IncludeRules context="code"/><IncludeRules context="##YAML" includeAttrib="1"/></context><context name="zsh-code" attribute="Normal Text" fallthroughContext="Command##Zsh"><IncludeRules context="code"/><IncludeRules context="##Zsh" includeAttrib="1"/></context></contexts><itemDatas><itemData name="Normal Text" defStyleNum="dsNormal"/><itemData name="Emphasis Text" defStyleNum="dsNormal" italic="1"/><itemData name="Strong Text" defStyleNum="dsNormal" bold="1"/><itemData name="Strong-Emphasis Text" defStyleNum="dsNormal" italic="1" bold="1"/><itemData name="Strikethrough Text" defStyleNum="dsNormal" strikeOut="1"/><itemData name="Highlight Text" defStyleNum="dsAlert"/><itemData name="Normal Text: Link" defStyleNum="dsNormal" underline="1" spellChecking="0"/><itemData name="Horizontal Rule" defStyleNum="dsNormal" bold="1" spellChecking="0"/><itemData name="Line Break" defStyleNum="dsNormal" underline="1" color="#999999" spellChecking="0"/><itemData name="Header H1" defStyleNum="dsFunction" bold="1"/><itemData name="Header H2" defStyleNum="dsFunction" bold="1"/><itemData name="Header H3" defStyleNum="dsFunction" bold="1"/><itemData name="Header H4" defStyleNum="dsFunction" bold="1"/><itemData name="Header H5" defStyleNum="dsFunction" bold="1"/><itemData name="Header H6" defStyleNum="dsFunction" bold="1"/><itemData name="Blockquote" defStyleNum="dsAttribute" spellChecking="0"/><itemData name="Blockquote: Normal Text" defStyleNum="dsAttribute"/><itemData name="Blockquote: Emphasis Text" defStyleNum="dsAttribute" italic="1"/><itemData name="Blockquote: Strong Text" defStyleNum="dsAttribute" bold="1"/><itemData name="Blockquote: Strong-Emphasis Text" defStyleNum="dsAttribute" italic="1" bold="1"/><itemData name="Blockquote: Strikethrough Text" defStyleNum="dsAttribute" strikeOut="1"/><itemData name="Blockquote: Highlight Text" defStyleNum="dsAlert"/><itemData name="Blockquote: Link" defStyleNum="dsAttribute" underline="1" spellChecking="0"/><itemData name="List" defStyleNum="dsSpecialString" bold="1" spellChecking="0"/><itemData name="Number List" defStyleNum="dsSpecialString" spellChecking="0"/><itemData name="List: Normal Text" defStyleNum="dsNormal"/><itemData name="List: Emphasis Text" defStyleNum="dsNormal" italic="1"/><itemData name="List: Strong Text" defStyleNum="dsNormal" bold="1"/><itemData name="List: Strong-Emphasis Text" defStyleNum="dsNormal" italic="1" bold="1"/><itemData name="List: Strikethrough Text" defStyleNum="dsNormal" strikeOut="1"/><itemData name="List: Highlight Text" defStyleNum="dsAlert"/><itemData name="List: Link" defStyleNum="dsNormal" underline="1" spellChecking="0"/><itemData name="List: Checkbox" defStyleNum="dsVariable" spellChecking="0"/><itemData name="Comment" defStyleNum="dsComment"/><itemData name="Code" defStyleNum="dsInformation"/><itemData name="Fenced Code" defStyleNum="dsInformation" spellChecking="0"/><itemData name="Table" defStyleNum="dsPreprocessor"/><itemData name="Emoji" defStyleNum="dsSpecialChar" spellChecking="0"/><itemData name="Auto-Link" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Link" defStyleNum="dsOthers" underline="1" spellChecking="0"/><itemData name="Mailto-Link" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Email" defStyleNum="dsOthers" italic="1" underline="1" spellChecking="0"/><itemData name="Footnote" defStyleNum="dsOthers" italic="1"/><itemData name="Reference-Link" defStyleNum="dsComment" italic="0"/><itemData name="Reference-Link Name" defStyleNum="dsOthers" underline="1" italic="0"/><itemData name="Reference-Link ID" defStyleNum="dsComment" italic="0"/><itemData name="Reference-Link: Link" defStyleNum="dsComment" underline="1" italic="0" spellChecking="0"/><itemData name="Reference-Link: Email" defStyleNum="dsComment" italic="1" underline="1" spellChecking="0"/><itemData name="Reference-Link Target" defStyleNum="dsOthers" italic="0" bold="0"/><itemData name="Reference-Link Target: Link" defStyleNum="dsOthers" underline="1" spellChecking="0"/><itemData name="Inline Image" defStyleNum="dsAlert" italic="0" bold="0"/><itemData name="Reference Image" defStyleNum="dsAlert" italic="0" bold="0"/><itemData name="Inline Image: Link" defStyleNum="dsAlert" italic="0" bold="0" underline="1"/><itemData name="Metadata Title" defStyleNum="dsAnnotation"/><itemData name="Metadata" defStyleNum="dsComment" italic="0"/><itemData name="Backslash Escape" defStyleNum="dsSpecialChar" spellChecking="0"/><itemData name="EntityRef" defStyleNum="dsDecVal" spellChecking="0"/></itemDatas></highlighting><general><keywords additionalDeliminator="`"/><comments><comment name="multiLine" start="&lt;!--" end="-->" region="comment"/></comments></general></language>