Code color coding scheme candidate for 2b8

This commit is contained in:
Casey Reas
2012-12-09 17:47:43 +00:00
parent 88c6ad8714
commit 5703e24070
2 changed files with 8 additions and 10 deletions
+2 -2
View File
@@ -645,7 +645,7 @@ strokeCap FUNCTION1 strokeCap_
strokeJoin FUNCTION1 strokeJoin_
strokeWeight FUNCTION1 strokeWeight_
subset FUNCTION1 subset_
Table FUNCTION1 Table_
Table KEYWORD5 Table
tan FUNCTION1 tan_
text FUNCTION1 text_
textAlign FUNCTION1 textAlign_
@@ -668,7 +668,7 @@ unbinary FUNCTION1 unbinary_
unhex FUNCTION1 unhex_
updatePixels FUNCTION1 updatePixels_
vertex FUNCTION1 vertex_
XML FUNCTION1 XML_
XML KEYWORD5 XML
addChild FUNCTION2 XML_addChild_
getAttributeCount FUNCTION2 XML_getAttributeCount_
getChild FUNCTION2 XML_getChild_
+6 -8
View File
@@ -77,16 +77,14 @@ editor.brackethighlight.color = #006699
editor.function1.style = #006699,plain
editor.function2.style = #006699,plain
editor.function3.style = #FF0000,plain
editor.keyword1.style = #D86736,plain
editor.function3.style = #669933,plain
editor.keyword1.style = #7e3d22,plain
editor.keyword2.style = #EE3C96,plain
#editor.keyword3.style = #EE3C96,plain
editor.keyword3.style = #FF0000,plain
editor.keyword4.style = #669933,plain
#editor.keyword5.style = #D86736,plain
editor.keyword5.style = #00FF00,plain
editor.keyword3.style = #669933,plain
editor.keyword4.style = #EE3C96,plain
editor.keyword5.style = #D86736,plain
editor.literal1.style = #7D4793,plain
editor.literal2.style = #669933,plain
editor.literal2.style = #5F6C53,plain
# e.g. + - = /
editor.operator.style = #006699,plain