[DEV] add the package properties of the edn package

This commit is contained in:
2013-04-22 21:57:24 +02:00
parent 73c2e6a547
commit 8c241ef106
2 changed files with 16 additions and 3 deletions

View File

@@ -37,7 +37,7 @@
</rule>
<rule name="my function keyword">
<color>systemFunction</color>
<start>\@print|len|range|del|__init__|self\@</start>
<start>\@print|len|range|del|__init__|self|os\.|sys\.|path\.\@</start>
</rule>
<rule name="my type">
<color>type</color>
@@ -45,7 +45,7 @@
</rule>
<rule name="my storage keyword">
<color>storageKeyword</color>
<start>\@def|class\@</start>
<start>\@def|class|import|from|as|try|except\@</start>
</rule>
<rule name="numeric constant">
<color>number</color>