[DEBUG] correct boo c++ and zeus sintax
This commit is contained in:
parent
05a4627a23
commit
c8f4a14517
@ -34,15 +34,19 @@
|
||||
</rule>
|
||||
<rule name="Résultat OK">
|
||||
<color>TestResultOK</color>
|
||||
<regex>\[( )*(OK|Ok|ok)( )*\]</regex>
|
||||
<regex>\[(\t| )*(OK|Ok|ok|DONE|Done|done)(\t| )*\]</regex>
|
||||
</rule>
|
||||
<rule name="resultat en erreur">
|
||||
<color>TestResultERROR</color>
|
||||
<regex>\[(ERREUR|Erreur|erreur)\]</regex>
|
||||
<regex>\[(\t| )*(ERREUR|Erreur|erreur)(\t| )*\]</regex>
|
||||
</rule>
|
||||
<rule name="to do">
|
||||
<color>TestResultTODO</color>
|
||||
<regex>\[(\t| )*(TODO|Todo|todo)(\t| )*\]</regex>
|
||||
</rule>
|
||||
<rule name="resultat vide">
|
||||
<color>number</color>
|
||||
<regex>\[( )*\]</regex>
|
||||
<regex>\[(\t| )*\]</regex>
|
||||
</rule>
|
||||
<rule name="notes ... ">
|
||||
<color>macro</color>
|
||||
|
@ -90,7 +90,11 @@
|
||||
</rule>
|
||||
<rule name="etk type">
|
||||
<color>type</color>
|
||||
<regex>\@etk::(Vector|Array|List|Function|String|UString|RegEx|Pair|NullPtr|Color|Exception|exception::(InvalidArgument|DomainError|LengthError|OutOfRange|RangeError|OverflowError|UnderflowError|CastError|AllocationError|RuntimeError))\@</regex>
|
||||
<regex>\@etk::(Map|Set|Path|Uri|Vector|Array|List|Function|String|UString|RegEx|Pair|NullPtr|Color|Exception|exception::(InvalidArgument|DomainError|LengthError|OutOfRange|RangeError|OverflowError|UnderflowError|CastError|AllocationError|RuntimeError))\@</regex>
|
||||
</rule>
|
||||
<rule name="ememory type">
|
||||
<color>type</color>
|
||||
<regex>\@ememory::(SharedPtr|WeakPtr|EnableSharedFromThis|Counter|RefCounter|RefPtr|UniquePtr)\@</regex>
|
||||
</rule>
|
||||
<rule name="my storage keyword">
|
||||
<color>storageKeyword</color>
|
||||
@ -98,7 +102,7 @@
|
||||
</rule>
|
||||
<rule name="my common Define">
|
||||
<color>commonDefine</color>
|
||||
<regex>\@nullptr|__(LINE|DATA|FILE|func|TIME|STDC|PRETTY_FUNCTION|FUNCTION)__\@</regex>
|
||||
<regex>\@nullptr|null|__(LINE|DATA|FILE|func|TIME|STDC|PRETTY_FUNCTION|FUNCTION)__\@</regex>
|
||||
</rule>
|
||||
<rule name="numeric constant">
|
||||
<color>number</color>
|
||||
|
@ -18,19 +18,19 @@
|
||||
</rule>
|
||||
<rule name="documantation">
|
||||
<color>commentDoxygen</color>
|
||||
<regex>#.*</regex>
|
||||
<regex>#.*$</regex>
|
||||
<sub>docparse</sub>
|
||||
</rule>
|
||||
<rule name="inline comment">
|
||||
<color>comment</color>
|
||||
<regex>//.*</regex>
|
||||
<regex>//.*$</regex>
|
||||
<sub>TODO</sub>
|
||||
</rule>
|
||||
</pass1>
|
||||
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->
|
||||
<rule name="my type">
|
||||
<color>type</color>
|
||||
<regex>\@import|void|bool|string|int(8|16|32|64)|uint(8|16|32|64)|float(32|64)|vector:(bool|string|int(8|16|32|64)|uint(8|16|32|64)|float(32|64))|time|duration|file|stream\@</regex>
|
||||
<regex>\@import|void|bool|path|uri|string|int(8|16|32|64)|uint(8|16|32|64)|float(32|64)|vector:(bool|string|int(8|16|32|64)|uint(8|16|32|64)|float(32|64))|time|duration|file|stream\@</regex>
|
||||
</rule>
|
||||
<rule name="numeric constant">
|
||||
<color>number</color>
|
||||
|
@ -29,7 +29,8 @@
|
||||
{ name:"functionName", foreground:"#09857e", bold:true},
|
||||
{ name:"functionNamePrivate", foreground:"#09854e", bold:true},
|
||||
{ name:"TestResultOK", foreground:"#000000", background:"#009c00", bold:true},
|
||||
{ name:"TestResultERROR", foreground:"#000000", background:"#c20000", bold:true}
|
||||
{ name:"TestResultERROR", foreground:"#000000", background:"#c20000", bold:true},
|
||||
{ name:"TestResultTODO", foreground:"#000000", background:"#bf3e00", bold:true},
|
||||
|
||||
{ name:"doxygen-key-known", foreground:"#Fc4700", bold:true, italic:false},
|
||||
{ name:"doxygen-key", foreground:"#dc3700", bold:true, italic:false},
|
||||
|
Loading…
x
Reference in New Issue
Block a user