From 6dda78ccadd74c89a6274b4f380aec80420d7e46 Mon Sep 17 00:00:00 2001 From: Tomas Pilny Date: Wed, 20 Jul 2022 10:54:15 +0200 Subject: [PATCH] Added keywords.txt with RGB_BUILTIN into libraries/ESP32 --- libraries/ESP32/keywords.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 libraries/ESP32/keywords.txt diff --git a/libraries/ESP32/keywords.txt b/libraries/ESP32/keywords.txt new file mode 100644 index 00000000000..631ad8f81c8 --- /dev/null +++ b/libraries/ESP32/keywords.txt @@ -0,0 +1,17 @@ +####################################### +# Syntax Coloring Map +####################################### + +####################################### +# Datatypes (KEYWORD1) +####################################### + +####################################### +# Methods and Functions (KEYWORD2) +####################################### + +####################################### +# Constants (LITERAL1) +####################################### + +RGB_BUILTIN LITERAL1 \ No newline at end of file