Skip to content

Commit 5dc52be

Browse files
authored
Fix syntax highlighting for short type (#1260)
* fix: add syntax coloring for short and Short types * don't use unsupported Short datatype
1 parent f36e5b2 commit 5dc52be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/keywords.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ double KEYWORD5 double
251251
float KEYWORD5 float
252252
int KEYWORD5 int
253253
long KEYWORD5 long
254+
short KEYWORD5 short
254255
var KEYWORD5
255256

256257

0 commit comments

Comments
 (0)