Fixed char rule a bit
parent
dd09bf62bb
commit
52e3cc9234
|
@ -89,8 +89,8 @@
|
||||||
|
|
||||||
<context style="Normal Text" eol-context="#stay" name="Normal">
|
<context style="Normal Text" eol-context="#stay" name="Normal">
|
||||||
<Whitespace/>
|
<Whitespace/>
|
||||||
<Regex style="Preprocessor" context="Outscoped" pattern="#\s*if\s+0" beginRegion="Outscoped" first-non-blank-only="true"/>
|
<Regex style="Preprocessor" context="Outscoped" pattern="^\s*#\s*if\s+0"/>
|
||||||
<Char style="Preprocessor" context="Preprocessor" char="#" first-non-blank-only="true"/>
|
<Regex style="Preprocessor" context="Preprocessor" pattern="^\s*#"/>
|
||||||
<Keyword style="Keyword" context="#stay" keyword="keywords"/>
|
<Keyword style="Keyword" context="#stay" keyword="keywords"/>
|
||||||
<Keyword style="Data Type" context="#stay" keyword="types"/>
|
<Keyword style="Data Type" context="#stay" keyword="types"/>
|
||||||
<Keyword keyword="CommonMacro" style="Common Macro" context="#stay"/>
|
<Keyword keyword="CommonMacro" style="Common Macro" context="#stay"/>
|
||||||
|
@ -111,7 +111,7 @@
|
||||||
<String style="Decimal" context="#stay" string="U" caseless="TRUE"/>
|
<String style="Decimal" context="#stay" string="U" caseless="TRUE"/>
|
||||||
<String style="Decimal" context="#stay" string="L" caseless="TRUE"/>
|
<String style="Decimal" context="#stay" string="L" caseless="TRUE"/>
|
||||||
</Int>
|
</Int>
|
||||||
<CChar style="Char" context="#stay"/>
|
<Regex style="Char" pattern="'([^\\]|\\.)'"/>
|
||||||
<Char style="String" context="String" char="""/>
|
<Char style="String" context="String" char="""/>
|
||||||
<!-- <IncludeRules from="##Doxygen"/> -->
|
<!-- <IncludeRules from="##Doxygen"/> -->
|
||||||
<TwoChars style="Comment" context="Commentar 1" char1="/" char2="/"/>
|
<TwoChars style="Comment" context="Commentar 1" char1="/" char2="/"/>
|
||||||
|
|
Loading…
Reference in New Issue