Skip to content

Commit 3b55bdd

Browse files
committed
Merge remote-tracking branch 'upstream/ide-1.5.x' into ide-1.5.x-library-to-new-format
2 parents b6e4c59 + 92ad5f0 commit 3b55bdd

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)