[DEV] add json parsing

This commit is contained in:
2013-08-01 23:22:58 +02:00
parent 0240bced14
commit b5371c4d13
3 changed files with 29 additions and 2 deletions

View File

@@ -25,7 +25,7 @@
<pass2> <!-- Parse on display data ==> nor regenerate every display but every time modification apear -->
<rule name="confition">
<color>type</color>
<start>\@if|ifed|ifneq|else|endif\@</start>
<start>\@if|ifeq|ifneq|else|endif|define|endef\@</start>
</rule>
<rule name="my keyword">
<color>keyword</color>
@@ -33,7 +33,7 @@
</rule>
<rule name="function call">
<color>functionName</color>
<start>\$\((call|info|error|warning|shell|patsubst|lastword|wildcard|addprefix|foreach|subst|if|word|eval)</start>
<start>\$\((call|info|error|warning|shell|patsubst|lastword|wildcard|addprefix|foreach|subst|word|eval)</start>
</rule>
<rule name="condition">
<color>boolean</color>