Skip to content

Commit 8f39da6

Browse files
Fede85Federico Fissore
authored and
Federico Fissore
committed
added some String methods syntax highlighting
1 parent 5d102a5 commit 8f39da6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

build/shared/lib/keywords.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,25 @@ readBytes KEYWORD2
186186
readBytesUntil KEYWORD2
187187
readString KEYWORD2
188188
readStringUntil KEYWORD2
189+
trim KEYWORD2
190+
toUpperCase KEYWORD2
191+
toLowerCase KEYWORD2
192+
charAt KEYWORD2
193+
compareTo KEYWORD2
194+
concat KEYWORD2
195+
endsWith KEYWORD2
196+
startsWith KEYWORD2
197+
equals KEYWORD2
198+
equalsIgnoreCase KEYWORD2
199+
getBytes KEYWORD2
200+
indexOf KEYWORD2
201+
lastIndexOf KEYWORD2
202+
length KEYWORD2
203+
replace KEYWORD2
204+
setCharAt KEYWORD2
205+
substring KEYWORD2
206+
toCharArray KEYWORD2
207+
toInt KEYWORD2
189208

190209
# USB-related keywords
191210

0 commit comments

Comments
 (0)