add FUNCTION1 and FUNCTION2 for better keyword coloring

This commit is contained in:
benfry
2012-11-29 00:27:46 +00:00
parent cc769761d3
commit 244fdf7368
11 changed files with 431 additions and 407 deletions

View File

@@ -74,6 +74,10 @@ editor.brackethighlight.color = #006699
# TEXT - KEYWORDS
editor.function1.style = #cc6600,plain
editor.function2.style = #cc6600,bold
# e.g abstract, final, private
editor.keyword1.style = #cc6600,plain
@@ -83,10 +87,6 @@ editor.keyword2.style = #cc6600,plain
# e.g. byte, char, short, color
editor.keyword3.style = #cc6600,bold
editor.keyword4.style = #006699,plain
editor.keyword5.style = #006699,plain
# TEXT - LITERALS