<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE language><language name="Kconfig" section="Configuration" extensions="Kconfig*;Config.*" version="12" kateversion="5.74" priority="-9" author="Martin Walch (walch.martin@web.de)" license="GPLv3"><highlighting><list name="choice_type"><item>bool</item><item>tristate</item></list><list name="choice_type_deprecated"><item>boolean</item></list><list name="choice_bad_type"><item>hex</item><item>int</item><item>string</item></list><list name="def_type"><item>def_bool</item><item>def_tristate</item></list><list name="type"><item>bool</item><item>hex</item><item>int</item><item>string</item><item>tristate</item></list><list name="type_deprecated"><item>boolean</item></list><list name="config"><item>config</item><item>menuconfig</item></list><list name="entry"><item>comment</item><item>config</item><item>if</item><item>menuconfig</item><item>source</item></list><list name="keyword"><item>bool</item><item>choice</item><item>comment</item><item>config</item><item>def_bool</item><item>def_tristate</item><item>default</item><item>depends</item><item>endchoice</item><item>endif</item><item>endmenu</item><item>help</item><item>hex</item><item>if</item><item>imply</item><item>int</item><item>mainmenu</item><item>menu</item><item>menuconfig</item><item>modules</item><item>on</item><item>optional</item><item>prompt</item><item>range</item><item>select</item><item>source</item><item>string</item><item>tristate</item><item>visible</item></list><list name="entry_keyword"><item>choice</item><item>comment</item><item>config</item><item>endchoice</item><item>endif</item><item>endmenu</item><item>if</item><item>menu</item><item>menuconfig</item><item>source</item></list><list name="option"><item>modules</item></list><list name="option_deprecated"><item>allnoconfig_y</item><item>defconfig_list</item></list><list name="tristate_const"><item>m</item><item>n</item><item>y</item></list><list name="builtin_function"><item>error-if</item><item>filename</item><item>info</item><item>lineno</item><item>shell</item><item>warning-if</item></list><list name="questionable_identifier"><item>allnoconfig_y</item><item>boolean</item><item>defconfig_list</item><item>option</item></list><contexts><context name="input" attribute="Plain" fallthroughContext="#pop!stmt_list"><IncludeRules context="wsOrComment"/><WordDetect String="mainmenu" attribute="Keyword" context="mainmenuPrompt"/></context><context name="endHelp" attribute="Help Text"><DetectSpaces attribute="Help Text"/><DetectChar char="#" context="#pop!lineComment" endRegion="help" lookAhead="1"/><keyword String="keyword" context="#pop" endRegion="help" lookAhead="1"/><RegExpr String="." context="#pop!error" endRegion="help" lookAhead="1"/></context><context name="helpEatWsLine" attribute="Help Text" fallthroughContext="#pop"><RegExpr String="^( |\t)*$" attribute="Help Text" column="0"/></context><context name="helpText" attribute="Help Text" lineEndContext="#pop"><DetectChar char="&lt;" attribute="Help Text" context="maybeLink"/></context><context name="error" attribute="Error" lineEndContext="#pop"/><context name="wsOrComment" attribute="Plain"><DetectSpaces/><DetectChar char="#" context="lineComment" lookAhead="1"/></context><context name="expansionAndEscape" attribute="Expansion" fallthroughContext="#pop!error" lineEndContext="#pop!error"><DetectChar char="\" context="escape" lookAhead="1"/><StringDetect String="$(" attribute="Expansion Delimiter" context="expansionArgumentsAndEnd.functionOrVariableName"/></context><context name="ignoreBadParamChars" attribute="Bad Character"><RegExpr String="[^ \t$#A-Za-z0-9_/.&#34;'&amp;&lt;>\|\(\)!=-]+" attribute="Bad Character"/></context><context name="nl.expr" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><LineContinue/><StringDetect String="()" context="#pop!nl.emptyParenthesesInstance" lookAhead="1"/><DetectChar char="(" attribute="Expression Operator" context="#pop!nl.parenthesesInstance" beginRegion="parentheses"/><DetectChar char="!" attribute="Expression Operator"/><DetectChar char="'" attribute="Constant Symbol" context="#pop!nl.binOpOrEnd.SQSymbolConst"/><DetectChar char='"' attribute="Constant Symbol" context="#pop!nl.binOpOrEnd.DQSymbolConst"/><keyword String="keyword" context="#pop!error"/><keyword String="tristate_const" attribute="Tristate Constant" context="#pop!nl.binOpOrEnd"/><RegExpr String="([A-Za-z0-9_-]|\$)+(?![A-Za-z0-9_/.-])" context="#pop!nl.binOpOrEnd.expandableIdentifier" lookAhead="1"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Variable Symbol" context="#pop!nl.binOpOrEnd"/></context><context name="ifOpt" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><LineContinue/><WordDetect String="if" attribute="Keyword" context="#pop!nl.expr"/><IncludeRules context="ignoreBadParamChars"/></context><context name="ifOpt.expr" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><LineContinue/><StringDetect String="()" context="#pop!nl.emptyParenthesesInstance" lookAhead="1"/><DetectChar char="(" attribute="Expression Operator" context="#pop!ifOpt.parenthesesInstance" beginRegion="parentheses"/><DetectChar char="!"/><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt.binOpOrEnd.SQSymbolConst"/><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt.binOpOrEnd.DQSymbolConst"/><keyword String="keyword" attribute="Error" context="#pop!error"/><RegExpr String="[nmy](?!([A-Za-z0-9_-]|\$))" attribute="Tristate Constant" context="#pop!ifOpt.binOpOrEnd"/><RegExpr String="([A-Za-z0-9_-]|\$)" context="#pop!ifOpt.binOpOrEnd.expandableIdentifier" lookAhead="1"/></context><context name="nl" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop" lineEndContext="#pop"><IncludeRules context="expansion"/><RegExpr String="([A-Za-z0-9_-]|(\$(?!\()))+"/></context><context name="ignoreBadComChars" attribute="Bad Character"><RegExpr String="[^ \t#$A-Za-z0-9_&#34;']+" attribute="Bad Character"/></context><context name="stmt_list.error" attribute="Error" lineEndContext="#pop!stmt_list"/><context name="ifOpt.binOpOrEnd" attribute="Plain" fallthroughContext="#pop!ifOpt" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><LineContinue/><DetectChar char=")" context="#pop" lookAhead="1"/><StringDetect String="&amp;&amp;" attribute="Expression Operator" context="#pop!ifOpt.expr"/><StringDetect String="||" attribute="Expression Operator" context="#pop!ifOpt.expr"/><StringDetect String="!=" attribute="Expression Operator" context="#pop!ifOpt.expr"/><StringDetect String="&lt;=" attribute="Expression Operator" context="#pop!ifOpt.expr"/><StringDetect String=">=" attribute="Expression Operator" context="#pop!ifOpt.expr"/><AnyChar String="=&lt;>" attribute="Expression Operator" context="#pop!ifOpt.expr"/><IncludeRules context="ignoreBadParamChars"/></context><context name="nl.binOpOrEnd" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><LineContinue/><DetectChar char=")" context="#pop" lookAhead="1"/><StringDetect String="&amp;&amp;" attribute="Expression Operator" context="#pop!nl.expr"/><StringDetect String="||" attribute="Expression Operator" context="#pop!nl.expr"/><StringDetect String="!=" attribute="Expression Operator" context="#pop!nl.expr"/><StringDetect String="&lt;=" attribute="Expression Operator" context="#pop!nl.expr"/><StringDetect String=">=" attribute="Expression Operator" context="#pop!nl.expr"/><AnyChar String="=&lt;>" attribute="Expression Operator" context="#pop!nl.expr"/><IncludeRules context="ignoreBadParamChars"/></context><context name="expansion" attribute="Expansion" fallthroughContext="#pop!error" lineEndContext="#pop!error"><StringDetect String="$(" attribute="Expansion Delimiter" context="expansionArgumentsAndEnd.functionOrVariableName"/></context><context name="ifOpt.prompt_stmt_opt" attribute="Plain" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Prompt" context="#pop!ifOpt.SQPrompt"/><DetectChar char='"' attribute="Quoted Prompt" context="#pop!ifOpt.DQPrompt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Prompt" context="#pop!ifOpt"/></context><context name="if_stmt.nl.binOpOrEnd" attribute="Plain" fallthroughContext="#pop!nl" lineEndContext="#pop!if_stmt"><IncludeRules context="wsOrComment"/><LineContinue/><DetectChar char=")" context="#pop" lookAhead="1"/><StringDetect String="&amp;&amp;" attribute="Expression Operator" context="#pop!if_stmt.nl.expr"/><StringDetect String="||" attribute="Expression Operator" context="#pop!if_stmt.nl.expr"/><DetectChar char="=" attribute="Expression Operator" context="#pop!if_stmt.nl.expr"/><StringDetect String="!=" attribute="Expression Operator" context="#pop!if_stmt.nl.expr"/><IncludeRules context="ignoreBadParamChars"/></context><context name="if_stmt.nl.expr" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><LineContinue/><StringDetect String="()" context="#pop!nl.emptyParenthesesInstance" lookAhead="1"/><DetectChar char="(" attribute="Expression Operator" context="#pop!if_stmt.nl.parenthesesInstance" beginRegion="parentheses"/><DetectChar char="!"/><DetectChar char="'" attribute="Constant Symbol" context="#pop!if_stmt.nl.binOpOrEnd.SQSymbolConst"/><DetectChar char='"' attribute="Constant Symbol" context="#pop!if_stmt.nl.binOpOrEnd.DQSymbolConst"/><keyword String="keyword" context="#pop!error"/><RegExpr String="[nmy](?!([A-Za-z0-9_-]|\$))" attribute="Tristate Constant" context="#pop!if_stmt.nl.binOpOrEnd"/><RegExpr String="([A-Za-z0-9_-]|\$)" context="#pop!if_stmt.nl.binOpOrEnd.expandableIdentifier" lookAhead="1"/></context><context name="stmt_list" attribute="Plain" fallthroughContext="error"><IncludeRules context="common_stmt"/><WordDetect String="choice" attribute="Keyword" context="choice_entry" beginRegion="choice_stmt"/><WordDetect String="menu" attribute="Keyword" context="menu_entry" beginRegion="menu_stmt"/><keyword String="keyword" context="error"/><IncludeRules context="ignoreBadComChars"/><RegExpr String="([A-Za-z0-9_-]|\$)" context="assignment" lookAhead="1"/></context><context name="choice_option_list" attribute="Plain" fallthroughContext="error"><IncludeRules context="wsOrComment"/><WordDetect String="prompt" attribute="Property" context="ifOpt.prompt"/><keyword String="choice_type" attribute="Type" context="ifOpt.prompt_stmt_opt"/><keyword String="choice_type_deprecated" attribute="Deprecated Type" context="ifOpt.prompt_stmt_opt"/><keyword String="choice_bad_type" attribute="Deprecated Bad Choice Type" context="ifOpt.prompt_stmt_opt"/><WordDetect String="optional" attribute="Property" context="nl"/><WordDetect String="default" attribute="Property" context="ifOpt.symbolVar"/><WordDetect String="depends" attribute="Property" context="depends"/><WordDetect String="help" attribute="Property" context="helpEntry" beginRegion="help"/><StringDetect String="---help---" attribute="Deprecated Property" context="helpEntry" beginRegion="help"/><keyword String="entry" context="#pop!choice_block" lookAhead="1"/><WordDetect String="endchoice" attribute="Keyword" context="#pop!nl" endRegion="choice_stmt"/><IncludeRules context="ignoreBadComChars"/></context><context name="depends" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><LineContinue/><WordDetect String="on" attribute="Property" context="#pop!nl.expr"/><IncludeRules context="ignoreBadParamChars"/></context><context name="helpEntry" attribute="Help Text" fallthroughContext="#pop!error" lineEndContext="#pop!helpTextFirstLine"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="ifOpt.sym" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt.SQSymbolConst"/><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt.DQSymbolConst"/><RegExpr String="[A-Za-z0-9_-]+(?![A-Za-z0-9_/.-])" attribute="Variable Symbol" context="#pop!ifOpt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Variable Symbol" context="#pop!ifOpt"/></context><context name="comment_stmt.nl" attribute="Plain" fallthroughContext="error" lineEndContext="#pop!comment_stmt"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="config_option_list" attribute="Plain"><IncludeRules context="wsOrComment"/><WordDetect String="prompt" attribute="Property" context="ifOpt.prompt"/><keyword String="type" attribute="Type" context="ifOpt.prompt_stmt_opt"/><keyword String="type_deprecated" attribute="Deprecated Type" context="ifOpt.prompt_stmt_opt"/><WordDetect String="default" attribute="Property" context="ifOpt.expr"/><keyword String="def_type" context="ifOpt.expr.type" lookAhead="1"/><WordDetect String="depends" attribute="Property" context="depends"/><WordDetect String="select" attribute="Property" context="ifOpt.symbolVar"/><WordDetect String="imply" attribute="Property" context="ifOpt.symbolVar"/><WordDetect String="range" attribute="Property" context="range"/><WordDetect String="help" attribute="Property" context="helpEntry" beginRegion="help"/><StringDetect String="---help---" attribute="Deprecated Property" context="helpEntry" beginRegion="help"/><WordDetect String="option" attribute="Deprecated Keyword" context="option"/><WordDetect String="modules" attribute="Property" context="nl"/><keyword String="entry_keyword" context="#pop" endRegion="config_stmt" lookAhead="1"/><IncludeRules context="ignoreBadComChars"/><RegExpr String="." context="#pop" endRegion="config_stmt" lookAhead="1"/></context><context name="expansionArgumentsAndEnd" attribute="Expansion" lineEndContext="#pop!error"><IncludeRules context="expansion"/><DetectChar char="(" attribute="Expansion" context="parenthesesInExpansion"/><DetectChar char="," attribute="Argument Separator"/><DetectChar char=")" attribute="Expansion Delimiter" context="#pop"/></context><context name="helpDetectIndentation" attribute="Help Text" fallthroughContext="#pop!endHelp"><RegExpr String="^[ \t]*$" column="0"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){10}(?![ \t])" context="#pop!helpIndent80" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}       (?![ \t])" context="#pop!helpIndent79" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}      (?![ \t])" context="#pop!helpIndent78" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}     (?![ \t])" context="#pop!helpIndent77" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}    (?![ \t])" context="#pop!helpIndent76" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}   (?![ \t])" context="#pop!helpIndent75" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}  (?![ \t])" context="#pop!helpIndent74" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9} (?![ \t])" context="#pop!helpIndent73" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(?![ \t])" context="#pop!helpIndent72" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}       (?![ \t])" context="#pop!helpIndent71" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}      (?![ \t])" context="#pop!helpIndent70" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}     (?![ \t])" context="#pop!helpIndent69" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}    (?![ \t])" context="#pop!helpIndent68" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}   (?![ \t])" context="#pop!helpIndent67" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}  (?![ \t])" context="#pop!helpIndent66" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8} (?![ \t])" context="#pop!helpIndent65" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(?![ \t])" context="#pop!helpIndent64" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}       (?![ \t])" context="#pop!helpIndent63" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}      (?![ \t])" context="#pop!helpIndent62" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}     (?![ \t])" context="#pop!helpIndent61" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}    (?![ \t])" context="#pop!helpIndent60" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}   (?![ \t])" context="#pop!helpIndent59" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}  (?![ \t])" context="#pop!helpIndent58" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7} (?![ \t])" context="#pop!helpIndent57" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(?![ \t])" context="#pop!helpIndent56" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}       (?![ \t])" context="#pop!helpIndent55" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}      (?![ \t])" context="#pop!helpIndent54" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}     (?![ \t])" context="#pop!helpIndent53" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}    (?![ \t])" context="#pop!helpIndent52" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}   (?![ \t])" context="#pop!helpIndent51" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}  (?![ \t])" context="#pop!helpIndent50" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6} (?![ \t])" context="#pop!helpIndent49" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(?![ \t])" context="#pop!helpIndent48" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}       (?![ \t])" context="#pop!helpIndent47" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}      (?![ \t])" context="#pop!helpIndent46" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}     (?![ \t])" context="#pop!helpIndent45" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}    (?![ \t])" context="#pop!helpIndent44" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}   (?![ \t])" context="#pop!helpIndent43" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}  (?![ \t])" context="#pop!helpIndent42" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5} (?![ \t])" context="#pop!helpIndent41" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(?![ \t])" context="#pop!helpIndent40" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}       (?![ \t])" context="#pop!helpIndent39" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}      (?![ \t])" context="#pop!helpIndent38" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}     (?![ \t])" context="#pop!helpIndent37" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}    (?![ \t])" context="#pop!helpIndent36" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}   (?![ \t])" context="#pop!helpIndent35" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}  (?![ \t])" context="#pop!helpIndent34" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4} (?![ \t])" context="#pop!helpIndent33" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(?![ \t])" context="#pop!helpIndent32" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}       (?![ \t])" context="#pop!helpIndent31" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}      (?![ \t])" context="#pop!helpIndent30" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}     (?![ \t])" context="#pop!helpIndent29" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}    (?![ \t])" context="#pop!helpIndent28" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}   (?![ \t])" context="#pop!helpIndent27" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}  (?![ \t])" context="#pop!helpIndent26" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3} (?![ \t])" context="#pop!helpIndent25" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(?![ \t])" context="#pop!helpIndent24" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}       (?![ \t])" context="#pop!helpIndent23" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}      (?![ \t])" context="#pop!helpIndent22" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}     (?![ \t])" context="#pop!helpIndent21" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}    (?![ \t])" context="#pop!helpIndent20" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}   (?![ \t])" context="#pop!helpIndent19" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}  (?![ \t])" context="#pop!helpIndent18" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2} (?![ \t])" context="#pop!helpIndent17" column="0" lookAhead="1"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(?![ \t])" context="#pop!helpIndent16" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )       (?![ \t])" context="#pop!helpIndent15" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )      (?![ \t])" context="#pop!helpIndent14" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )     (?![ \t])" context="#pop!helpIndent13" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )    (?![ \t])" context="#pop!helpIndent12" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )   (?![ \t])" context="#pop!helpIndent11" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )  (?![ \t])" context="#pop!helpIndent10" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        ) (?![ \t])" context="#pop!helpIndent9" column="0" lookAhead="1"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(?![ \t])" context="#pop!helpIndent8" column="0" lookAhead="1"/><RegExpr String="^       (?![ \t])" context="#pop!helpIndent7" column="0" lookAhead="1"/><RegExpr String="^      (?![ \t])" context="#pop!helpIndent6" column="0" lookAhead="1"/><RegExpr String="^     (?![ \t])" context="#pop!helpIndent5" column="0" lookAhead="1"/><RegExpr String="^    (?![ \t])" context="#pop!helpIndent4" column="0" lookAhead="1"/><RegExpr String="^   (?![ \t])" context="#pop!helpIndent3" column="0" lookAhead="1"/><RegExpr String="^  (?![ \t])" context="#pop!helpIndent2" column="0" lookAhead="1"/><RegExpr String="^ (?![ \t])" context="#pop!helpIndent1" column="0" lookAhead="1"/></context><context name="ifOpt.symbolVar" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><RegExpr String="[nmy](?!([A-Za-z0-9_-]|\$))" attribute="Bad Tristate Constant" context="#pop!ifOpt.binOpOrEnd"/><RegExpr String="([A-Za-z0-9_-]|\$)" context="#pop!ifOpt.expandableIdentifier" lookAhead="1"/></context><context name="menu_visList.nl" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!menu_visList"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="nl.emptyParenthesesInstance" attribute="Plain"><DetectChar char="(" attribute="Expression Operator" context="#pop!error"/></context><context name="optionValue.eq" attribute="Deprecated Option" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><DetectChar char="=" attribute="Deprecated Option: Equals Sign" context="#pop!optionValue"/></context><context name="stmt_list.nl" attribute="Plain" fallthroughContext="#pop!stmt_list.error" lineEndContext="#pop!stmt_list"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="common_stmt" attribute="Plain" fallthroughContext="#pop" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><WordDetect String="if" attribute="Keyword" context="if_stmt.nl.expr" beginRegion="if_stmt"/><WordDetect String="comment" attribute="Keyword" context="comment_stmt.nl.prompt" beginRegion="comment_stmt"/><keyword String="config" attribute="Keyword" context="config_entry_start" beginRegion="config_stmt"/><WordDetect String="source" attribute="Source" context="source_stmt"/></context><context name="config_option_list.nl" attribute="Plain" fallthroughContext="#pop!config_option_list.error" lineEndContext="#pop!config_option_list"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="escapeInDeprecatedString" attribute="Plain" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String="\\." attribute="Deprecated Escaped Character" context="#pop"/></context><context name="expansionArgumentsAndEnd.functionOrVariableName" attribute="Expansion" fallthroughContext="#pop!expansionArgumentsAndEnd" lineEndContext="#pop!error"><keyword String="builtin_function" attribute="Builtin Function" context="#pop!expansionArgumentsAndEnd"/><IncludeRules context="expansion"/><RegExpr String="([A-Za-z0-9_-]|(\$(?!\()))+" context="#pop!expansionArgumentsAndEnd"/></context><context name="ifOpt.DQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char='"' attribute="Quoted Prompt" context="#pop!ifOpt"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.SQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char="'" attribute="Quoted Prompt" context="#pop!ifOpt"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.prompt" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Prompt" context="#pop!ifOpt.SQPrompt"/><DetectChar char='"' attribute="Quoted Prompt" context="#pop!ifOpt.DQPrompt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Prompt" context="#pop!ifOpt"/></context><context name="if_stmt" attribute="Plain"><IncludeRules context="wsOrComment"/><WordDetect String="endif" attribute="Keyword" context="#pop" endRegion="if_stmt"/><IncludeRules context="stmt_list"/></context><context name="lineComment" attribute="Comment" lineEndContext="#pop"><DetectSpaces/><IncludeRules context="##Comments"/></context><context name="nl.assign_val.wsOpt.assign_op" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><RegExpr String="[+:]?=" attribute="Assignment Operator" context="#pop!nl.assign_val.wsOpt"/></context><context name="optionWithoutValue" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><DetectSpaces/></context><context name="parenthesesInExpansion" attribute="Expansion" lineEndContext="#pop"><IncludeRules context="expansion"/><DetectChar char="(" attribute="Expansion" context="parenthesesInExpansion"/><DetectChar char=")" attribute="Expansion" context="#pop"/></context><context name="DQStringOptionValue" attribute="Deprecated Quoted Option Value" lineEndContext="#pop!error"><DetectChar char='"' attribute="Deprecated Quoted Option Value" context="#pop"/><DetectChar char="\" context="escapeInDeprecatedString" lookAhead="1"/></context><context name="SQStringOptionValue" attribute="Deprecated Quoted Option Value" lineEndContext="#pop!error"><DetectChar char="'" attribute="Deprecated Quoted Option Value" context="#pop"/><DetectChar char="\" context="escapeInDeprecatedString" lookAhead="1"/></context><context name="assignment" attribute="Variable" fallthroughContext="#pop!nl.assign_val.wsOpt.assign_op" lineEndContext="#pop"><keyword String="questionable_identifier" attribute="Deprecated Identifier" context="#pop!nl.assign_val.wsOpt.assign_op"/><IncludeRules context="expandableIdentifier"/></context><context name="choice_block" attribute="Plain" fallthroughContext="#pop!error"><IncludeRules context="wsOrComment"/><IncludeRules context="common_stmt"/><WordDetect String="endchoice" attribute="Keyword" context="#pop!nl" endRegion="choice_stmt"/><IncludeRules context="ignoreBadComChars"/></context><context name="choice_entry" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!choice_option_list"><IncludeRules context="wsOrComment"/><RegExpr String="([A-Za-z0-9_-]|\$)+(?![A-Za-z0-9_/.-])" context="#pop!choice_option_list.nl.expandableIdentifier" lookAhead="1"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Variable Symbol" context="#pop!choice_option_list.nl"/></context><context name="choice_option_list.error" attribute="Error" lineEndContext="#pop!choice_option_list"/><context name="choice_option_list.nl" attribute="Plain" fallthroughContext="#pop!choice_option_list.error" lineEndContext="#pop!choice_option_list"><IncludeRules context="wsOrComment"/><IncludeRules context="ignoreBadParamChars"/></context><context name="choice_option_list.nl.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!error" lineEndContext="#pop!choice_option_list"><IncludeRules context="expandableIdentifier"/></context><context name="comment_stmt" attribute="Plain" fallthroughContext="error"><IncludeRules context="wsOrComment"/><WordDetect String="depends" attribute="Property" context="depends"/><keyword String="entry_keyword" context="#pop" endRegion="comment_stmt" lookAhead="1"/><IncludeRules context="ignoreBadComChars"/><RegExpr String="." context="#pop" endRegion="config_stmt" lookAhead="1"/></context><context name="comment_stmt.nl.DQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char='"' attribute="Quoted Prompt" context="#pop!comment_stmt.nl"/><IncludeRules context="expansionAndEscape"/></context><context name="comment_stmt.nl.SQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char="'" attribute="Quoted Prompt" context="#pop!comment_stmt.nl"/><IncludeRules context="expansionAndEscape"/></context><context name="comment_stmt.nl.prompt" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Prompt" context="#pop!comment_stmt.nl.SQPrompt"/><DetectChar char='"' attribute="Quoted Prompt" context="#pop!comment_stmt.nl.DQPrompt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Prompt" context="#pop!comment_stmt.nl"/></context><context name="config_entry_start" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><RegExpr String="([A-Za-z0-9_-]|\$)+(?![A-Za-z0-9_/.-])" context="#pop!config_option_list.nl.expandableIdentifier" lookAhead="1"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Variable Symbol" context="#pop!config_option_list.nl"/></context><context name="config_option_list.error" attribute="Error" lineEndContext="#pop!config_option_list"/><context name="config_option_list.nl.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!config_option_list.nl" lineEndContext="#pop!config_option_list"><IncludeRules context="expandableIdentifier"/></context><context name="escape" attribute="Plain" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String="\\." attribute="Escaped Character" context="#pop"/></context><context name="helpIndent1" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent10" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent11" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent12" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent13" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent14" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent15" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent16" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent17" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent18" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent19" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent2" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent20" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent21" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent22" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent23" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){2}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent24" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent25" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent26" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent27" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent28" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent29" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent3" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent30" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent31" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){3}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent32" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent33" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent34" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent35" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent36" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent37" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent38" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent39" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){4}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent4" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent40" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent41" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent42" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent43" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent44" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent45" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent46" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent47" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){5}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent48" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent49" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent5" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent50" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent51" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent52" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent53" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent54" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent55" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){6}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent56" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent57" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent58" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent59" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent6" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent60" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent61" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent62" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent63" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){7}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent64" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent65" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent66" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent67" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent68" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent69" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent7" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent70" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent71" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){8}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent72" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent73" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent74" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(  |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent75" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(   |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent76" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(    |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent77" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(     |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent78" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(      |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent79" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){9}(       |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent8" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent80" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^(( ? ? ? ? ? ? ?\t|        )){10}" attribute="Help Text" context="helpText" column="0"/></context><context name="helpIndent9" attribute="Help Text" fallthroughContext="#pop!endHelp"><IncludeRules context="helpEatWsLine"/><RegExpr String="^( ? ? ? ? ? ? ?\t|        )( |\t)" attribute="Help Text" context="helpText" column="0"/></context><context name="helpTextFirstLine" attribute="Help Text" fallthroughContext="#pop!error" lineEmptyContext="#pop!helpDetectIndentation"><RegExpr String="^([^ \t].*|[ \t]*)$" attribute="Help Text" context="#pop!helpDetectIndentation" column="0"/><IncludeRules context="helpDetectIndentation"/></context><context name="ifOpt.DQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.SQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.binOpOrEnd.DQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.binOpOrEnd.SQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.binOpOrEnd.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!ifOpt.binOpOrEnd" lineEndContext="#pop"><IncludeRules context="expandableIdentifier"/></context><context name="ifOpt.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!ifOpt" lineEndContext="#pop"><IncludeRules context="expandableIdentifier"/></context><context name="ifOpt.expr.type" attribute="Plain" lineEndContext="#pop!error"><StringDetect String="def_" attribute="Property"/><StringDetect String="bool" attribute="Type" context="#pop!ifOpt.expr"/><StringDetect String="tristate" attribute="Type" context="#pop!ifOpt.expr"/></context><context name="ifOpt.parenthesesInstance" attribute="Plain" fallthroughContext="ifOpt.expr"><DetectChar char=")" attribute="Expression Operator" context="#pop!ifOpt.binOpOrEnd" endRegion="parentheses"/></context><context name="ifOpt.sym.DQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt.sym"/><IncludeRules context="expansionAndEscape"/></context><context name="ifOpt.sym.SQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt.sym"/><IncludeRules context="expansionAndEscape"/></context><context name="if_stmt.nl.binOpOrEnd.DQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char='"' attribute="Constant Symbol" context="#pop!if_stmt.nl.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="if_stmt.nl.binOpOrEnd.SQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char="'" attribute="Constant Symbol" context="#pop!if_stmt.nl.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="if_stmt.nl.binOpOrEnd.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!if_stmt.nl.binOpOrEnd" lineEndContext="#pop!if_stmt"><IncludeRules context="expandableIdentifier"/></context><context name="if_stmt.nl.parenthesesInstance" attribute="Plain" fallthroughContext="nl.expr"><DetectChar char=")" attribute="Expression Operator" context="#pop!if_stmt.nl.binOpOrEnd" endRegion="parentheses"/></context><context name="mainmenuPrompt" attribute="Plain" fallthroughContext="#pop!stmt_list.error" lineEndContext="#pop!stmt_list.error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Mainmenu Prompt" context="#pop!stmt_list.nl.SQMainmenuPrompt"/><DetectChar char='"' attribute="Quoted Mainmenu Prompt" context="#pop!stmt_list.nl.DQMainmenuPrompt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Mainmenu Prompt" context="#pop!stmt_list.nl"/></context><context name="maybeLink" attribute="Link" fallthroughContext="#pop" lineEndContext="#pop"><RegExpr String="[^>]+:[^>]+(?>)" attribute="Link" context="#pop"/></context><context name="menu_depList" attribute="Plain" fallthroughContext="#pop!menu_stmt"><IncludeRules context="wsOrComment"/><WordDetect String="depends" attribute="Property" context="depends"/><IncludeRules context="ignoreBadComChars"/></context><context name="menu_entry" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Prompt" context="#pop!menu_visList.nl.SQPrompt"/><DetectChar char='"' attribute="Quoted Prompt" context="#pop!menu_visList.nl.DQPrompt"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Prompt" context="#pop!menu_visList.nl"/></context><context name="menu_stmt" attribute="Plain" fallthroughContext="error"><WordDetect String="endmenu" attribute="Keyword" context="#pop!nl" endRegion="menu_stmt"/><IncludeRules context="stmt_list"/></context><context name="menu_visList" attribute="Plain" fallthroughContext="#pop!menu_depList"><IncludeRules context="wsOrComment"/><WordDetect String="visible" attribute="Property" context="visible"/><IncludeRules context="ignoreBadComChars"/></context><context name="menu_visList.nl.DQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char='"' attribute="Quoted Prompt" context="#pop!menu_visList.nl"/><IncludeRules context="expansionAndEscape"/></context><context name="menu_visList.nl.SQPrompt" attribute="Quoted Prompt" lineEndContext="#pop!error"><DetectChar char="'" attribute="Quoted Prompt" context="#pop!menu_visList.nl"/><IncludeRules context="expansionAndEscape"/></context><context name="nl.DQStringSource" attribute="Quoted Source String" lineEndContext="stmt_list.error"><DetectChar char='"' attribute="Quoted Source String" context="#pop!nl"/><IncludeRules context="expansionAndEscape"/><RegExpr String="\$[A-Za-z0-9_-]+" attribute="Deprecated Expansion"/></context><context name="nl.SQStringSource" attribute="Quoted Source String" lineEndContext="stmt_list.error"><DetectChar char="'" attribute="Quoted Source String" context="#pop!nl"/><IncludeRules context="expansionAndEscape"/><RegExpr String="\$[A-Za-z0-9_-]+" attribute="Deprecated Expansion"/></context><context name="nl.assign_val" attribute="Assignment Value" lineEndContext="#pop"><IncludeRules context="expansion"/><RegExpr String="([A-Za-z0-9_-]|(\$(?!\()))+"/></context><context name="nl.assign_val.wsOpt" attribute="Plain" fallthroughContext="#pop!nl.assign_val" lineEndContext="#pop"><DetectSpaces/></context><context name="nl.binOpOrEnd.DQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char='"' attribute="Constant Symbol" context="#pop!nl.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="nl.binOpOrEnd.SQSymbolConst" attribute="Constant Symbol" lineEndContext="#pop!error"><DetectChar char="'" attribute="Constant Symbol" context="#pop!nl.binOpOrEnd"/><IncludeRules context="expansionAndEscape"/></context><context name="nl.binOpOrEnd.expandableIdentifier" attribute="Variable Symbol" fallthroughContext="#pop!nl.binOpOrEnd" lineEndContext="#pop"><IncludeRules context="expandableIdentifier"/></context><context name="nl.parenthesesInstance" attribute="Plain" fallthroughContext="nl.expr"><DetectChar char=")" attribute="Expression Operator" context="#pop!nl.binOpOrEnd" endRegion="parentheses"/></context><context name="option" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><keyword String="option" attribute="Option" context="optionWithoutValue"/><keyword String="option_deprecated" attribute="Deprecated Option" context="optionWithoutValue"/><WordDetect String="env" attribute="Deprecated Option" context="optionValue.eq"/><RegExpr String="[A-Za-z0-9_-]+(?![A-Za-z0-9_/.-])" attribute="Unknown Option" context="optionValue.eq"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unknown Option String" context="optionValue.eq"/></context><context name="optionValue" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Deprecated Quoted Option Value" context="#pop!SQStringOptionValue"/><DetectChar char='"' attribute="Deprecated Quoted Option Value" context="#pop!DQStringOptionValue"/><RegExpr String="[A-Za-z0-9_-]+(?![A-Za-z0-9_/.-])" attribute="Deprecated Unquoted Option Value" context="#pop"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Option Value String" context="#pop"/></context><context name="range" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Constant Symbol" context="#pop!ifOpt.sym.SQSymbolConst"/><DetectChar char='"' attribute="Constant Symbol" context="#pop!ifOpt.sym.DQSymbolConst"/><RegExpr String="[A-Za-z0-9_-]+(?![A-Za-z0-9_/.-])" attribute="Variable Symbol" context="#pop!ifOpt.sym"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Variable Symbol" context="#pop!ifOpt.sym"/></context><context name="source_stmt" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><DetectChar char="'" attribute="Quoted Source String" context="#pop!nl.SQStringSource"/><DetectChar char='"' attribute="Quoted Source String" context="#pop!nl.DQStringSource"/><RegExpr String="[A-Za-z0-9_/.-]+" attribute="Deprecated Unquoted Source String" context="#pop"/></context><context name="stmt_list.nl.DQMainmenuPrompt" attribute="Quoted Mainmenu Prompt" lineEndContext="#pop!stmt_list.error"><DetectChar char='"' attribute="Quoted Mainmenu Prompt" context="#pop!stmt_list.nl"/><IncludeRules context="expansionAndEscape"/><RegExpr String="\$[A-Za-z0-9_-]+" attribute="Deprecated Expansion"/></context><context name="stmt_list.nl.SQMainmenuPrompt" attribute="Quoted Mainmenu Prompt" lineEndContext="#pop!stmt_list.error"><IncludeRules context="expansionAndEscape"/><DetectChar char="'" attribute="Quoted Mainmenu Prompt" context="#pop!stmt_list.nl"/><RegExpr String="\$[A-Za-z0-9_-]+" attribute="Deprecated Expansion"/></context><context name="visible" attribute="Plain" fallthroughContext="#pop!error" lineEndContext="#pop!error"><IncludeRules context="wsOrComment"/><WordDetect String="if" attribute="Property" context="#pop!nl.expr"/><IncludeRules context="ignoreBadParamChars"/></context></contexts><itemDatas><itemData name="Argument Separator" defStyleNum="dsKeyword" spellChecking="0"/><itemData name="Assignment Operator" defStyleNum="dsChar" spellChecking="0"/><itemData name="Assignment Value" defStyleNum="dsString" spellChecking="0"/><itemData name="Bad Character" defStyleNum="dsAlert" spellChecking="0"/><itemData name="Bad Tristate Constant" defStyleNum="dsAlert" spellChecking="0"/><itemData name="Builtin Function" defStyleNum="dsBuiltIn" spellChecking="0"/><itemData name="Comment" defStyleNum="dsComment"/><itemData name="Constant Symbol" defStyleNum="dsString" spellChecking="0"/><itemData name="Deprecated Bad Choice Type" defStyleNum="dsAlert" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Escaped Character" defStyleNum="dsSpecialChar" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Expansion" defStyleNum="dsVariable" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Identifier" defStyleNum="dsDataType" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Keyword" defStyleNum="dsKeyword" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Option" defStyleNum="dsOthers" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Option: Equals Sign" defStyleNum="dsOperator" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Property" defStyleNum="dsOthers" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Quoted Option Value" defStyleNum="dsString" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Type" defStyleNum="dsDataType" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Unknown Option String" defStyleNum="dsAlert" italic="1" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Unquoted Mainmenu Prompt" defStyleNum="dsString" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Unquoted Option Value String" defStyleNum="dsString" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Unquoted Option Value" defStyleNum="dsString" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Unquoted Prompt" defStyleNum="dsNormal" strikeOut="1"/><itemData name="Deprecated Unquoted Source String" defStyleNum="dsString" spellChecking="0" strikeOut="1"/><itemData name="Deprecated Variable Symbol" defStyleNum="dsNormal" spellChecking="0" strikeOut="1"/><itemData name="Error" defStyleNum="dsError" spellChecking="0"/><itemData name="Escaped Character" defStyleNum="dsSpecialChar" spellChecking="0"/><itemData name="Expansion Delimiter" defStyleNum="dsChar" spellChecking="0"/><itemData name="Expansion" defStyleNum="dsDataType" spellChecking="0"/><itemData name="Expression Operator" defStyleNum="dsOperator" spellChecking="0"/><itemData name="Help Text" defStyleNum="dsVerbatimString"/><itemData name="Keyword" defStyleNum="dsKeyword" spellChecking="0"/><itemData name="Link" defStyleNum="dsOthers" spellChecking="0" underline="0"/><itemData name="Option" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Plain" defStyleNum="dsNormal"/><itemData name="Property" defStyleNum="dsOthers" spellChecking="0"/><itemData name="Quoted Mainmenu Prompt" defStyleNum="dsString"/><itemData name="Quoted Prompt" defStyleNum="dsString"/><itemData name="Quoted Source String" defStyleNum="dsString" spellChecking="0"/><itemData name="Source" defStyleNum="dsPreprocessor" spellChecking="0"/><itemData name="Tristate Constant" defStyleNum="dsConstant" spellChecking="0"/><itemData name="Type" defStyleNum="dsDataType" spellChecking="0"/><itemData name="Unknown Option" defStyleNum="dsAlert" italic="1" spellChecking="0"/><itemData name="Variable Symbol" defStyleNum="dsNormal" spellChecking="0"/><itemData name="Variable" defStyleNum="dsDataType" spellChecking="0"/></itemDatas></highlighting><general><comments><comment name="singleLine" start="#"/></comments><keywords weakDeliminator=".-" additionalDeliminator="'&#34;"/></general></language>