We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac38628 commit 8d29361Copy full SHA for 8d29361
2 files changed
java/keywords.txt
@@ -645,7 +645,7 @@ strokeCap FUNCTION1 strokeCap_
645
strokeJoin FUNCTION1 strokeJoin_
646
strokeWeight FUNCTION1 strokeWeight_
647
subset FUNCTION1 subset_
648
-Table FUNCTION1 Table_
+Table KEYWORD5 Table
649
tan FUNCTION1 tan_
650
text FUNCTION1 text_
651
textAlign FUNCTION1 textAlign_
@@ -668,7 +668,7 @@ unbinary FUNCTION1 unbinary_
668
unhex FUNCTION1 unhex_
669
updatePixels FUNCTION1 updatePixels_
670
vertex FUNCTION1 vertex_
671
-XML FUNCTION1 XML_
+XML KEYWORD5 XML
672
addChild FUNCTION2 XML_addChild_
673
getAttributeCount FUNCTION2 XML_getAttributeCount_
674
getChild FUNCTION2 XML_getChild_
java/theme/theme.txt
@@ -77,16 +77,14 @@ editor.brackethighlight.color = #006699
77
78
editor.function1.style = #006699,plain
79
editor.function2.style = #006699,plain
80
-editor.function3.style = #FF0000,plain
81
-editor.keyword1.style = #D86736,plain
+editor.function3.style = #669933,plain
+editor.keyword1.style = #7e3d22,plain
82
editor.keyword2.style = #EE3C96,plain
83
-#editor.keyword3.style = #EE3C96,plain
84
-editor.keyword3.style = #FF0000,plain
85
-editor.keyword4.style = #669933,plain
86
-#editor.keyword5.style = #D86736,plain
87
-editor.keyword5.style = #00FF00,plain
+editor.keyword3.style = #669933,plain
+editor.keyword4.style = #EE3C96,plain
+editor.keyword5.style = #D86736,plain
88
editor.literal1.style = #7D4793,plain
89
-editor.literal2.style = #669933,plain
+editor.literal2.style = #5F6C53,plain
90
91
# e.g. + - = /
92
editor.operator.style = #006699,plain
0 commit comments