Added Arduino-ish colour theme

This commit is contained in:
Christian Weichel
2019-05-08 21:44:16 +02:00
parent 6722eb7089
commit f46f580b17
8 changed files with 731 additions and 2 deletions

View File

@@ -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"
},