[DEV] remove problematic function parsing

This commit is contained in:
2014-10-02 22:40:40 +02:00
parent 2c3a64933d
commit b890f931ca
12 changed files with 36 additions and 12 deletions

View File

@@ -56,10 +56,12 @@
<color>macro</color>
<regex>\@[A-Z_][A-Z_0-9]{3,500}\@</regex>
</rule>
<!--
<rule name="Function name">
<color>functionName</color>
<regex>\@(\w|_)+[ \t]*\(</regex>
</rule>
-->
<rule name="condition">
<color>boolean</color>
<regex>==|&lt;=|&gt;=|!=|&lt;{1,2}|&gt;{1,2}|&amp;&amp;|\{|\}|</regex>