|
|
@ -101,6 +101,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<DetectChar attribute="String" context="String" char=""" />
|
|
|
|
<DetectChar attribute="String" context="String" char=""" />
|
|
|
|
<DetectChar attribute="String" context="String SQ" char="'" />
|
|
|
|
<DetectChar attribute="String" context="String SQ" char="'" />
|
|
|
|
|
|
|
|
<DetectChar attribute="String" context="Template String" char="`" />
|
|
|
|
|
|
|
|
|
|
|
|
<IncludeRules context="##Doxygen" />
|
|
|
|
<IncludeRules context="##Doxygen" />
|
|
|
|
<Detect2Chars attribute="Comment" context="Comment" char="/" char1="/" />
|
|
|
|
<Detect2Chars attribute="Comment" context="Comment" char="/" char1="/" />
|
|
|
@ -154,6 +155,11 @@
|
|
|
|
<LineContinue/>
|
|
|
|
<LineContinue/>
|
|
|
|
<DetectChar attribute="String" context="#pop" char="'" />
|
|
|
|
<DetectChar attribute="String" context="#pop" char="'" />
|
|
|
|
</context>
|
|
|
|
</context>
|
|
|
|
|
|
|
|
<context attribute="String" lineEndContext="#pop" name="Template String">
|
|
|
|
|
|
|
|
<HlCStringChar attribute="Char" />
|
|
|
|
|
|
|
|
<LineContinue/>
|
|
|
|
|
|
|
|
<DetectChar attribute="String" context="#pop" char="`" />
|
|
|
|
|
|
|
|
</context>
|
|
|
|
|
|
|
|
|
|
|
|
<context attribute="Comment" lineEndContext="#pop" name="Comment">
|
|
|
|
<context attribute="Comment" lineEndContext="#pop" name="Comment">
|
|
|
|
<IncludeRules context="##Alerts" />
|
|
|
|
<IncludeRules context="##Alerts" />
|
|
|
|