[BUILD] update new lutin 0.5.3

This commit is contained in:
2015-05-08 22:47:23 +02:00
parent 386f5ed011
commit 2a467a7a5d
3 changed files with 5 additions and 9 deletions

View File

@@ -58,7 +58,7 @@
</rule>
<rule name="my function keyword">
<color>systemFunction</color>
<regex>\b(new|delete|try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf)\b</regex>
<regex>\b(new|delete|try|catch|memset|fopen|fread|fwrite|fgets|fclose|printf|(f|s|diag_)printf|(reinterpret|static|dynamic|const)_cast)\b</regex>
</rule>
<rule name="my type">
<color>type</color>