1
0
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:
Federico Fissore
2015-06-16 11:45:37 +02:00
parent 4813e573c2
commit ffff480e9b
2 changed files with 2 additions and 0 deletions

View File

@ -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