mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-20 21:01:25 +03:00
Forgot to specify colour for LITERAL_BOOLEAN token type. Fixes #3346
This commit is contained in:
@ -97,6 +97,7 @@ editor.literal1.style = #006699,plain
|
||||
editor.literal2.style = #00979C,plain
|
||||
editor.variable.style = #00979C,plain
|
||||
editor.reserved_word_2.style = #00979C,plain
|
||||
editor.literal_boolean.style = #00979C,plain
|
||||
editor.literal_char.style = #00979C,plain
|
||||
editor.literal_string_double_quote.style = #00979C,plain
|
||||
|
||||
|
Reference in New Issue
Block a user