[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

@@ -44,7 +44,7 @@
</rule>
<rule name="doubleQuteText">
<color>doubleQuoteText</color>
<regex>"(\\[\\"]|.)*"</regex>
<regex>"(\\[\\"]|.)*"</regex><!-- " -->
</rule>
<rule name="simpleQuteText">
<color>doubleQuoteText</color>
@@ -99,11 +99,14 @@
<rule name="function input">
<color>inputFunction</color>
<regex>\@_[A-Za-z_0-9]*\@</regex>
<max>false</max>
</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>