From 4de32479b2bc21bdc535612ffcdcee569a40f72f Mon Sep 17 00:00:00 2001 From: RichardWeng Date: Tue, 23 Mar 2021 19:28:24 +0100 Subject: [PATCH] Added byte storage type --- Arduino.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino.sublime-syntax b/Arduino.sublime-syntax index b8e76fc..74f4985 100644 --- a/Arduino.sublime-syntax +++ b/Arduino.sublime-syntax @@ -12,7 +12,7 @@ contexts: with_prototype: - match: \b(HIGH|LOW|INPUT|OUTPUT|INPUT_PULLUP|LED_BUILTIN)\b scope: constant.language.arduino - - match: \b(boolean|word|String|string|array)\b + - match: \b(boolean|byte|word|String|string|array)\b scope: storage.type.arduino - match: PROGRAM scope: storage.modifier.arduino