mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 10:21:26 +01:00
add FUNCTION1 and FUNCTION2 for better keyword coloring
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user