mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-10 10:58:33 +00:00
Added Arduino-ish colour theme
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
"match": "\\b(break|case|continue|default|do|else|for|goto|if|_Pragma|return|switch|while)\\b",
|
||||
"name": "keyword.control.c"
|
||||
},
|
||||
{
|
||||
"match": "\\b(loop|setup)\\b",
|
||||
"name": "support.function"
|
||||
},
|
||||
{
|
||||
"include": "#storage_types"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user