◐ Shell
clean mode source ↗

short data type not being highlighted in text editor

Most appropriate sub-area of Processing 4?

PDE

Processing version

4.4.7

Operating system

Windows 10

Bug description

All primitive data types like long, double, int, float, etc. are highlighted orange, short is not.

Steps to reproduce this

  1. Write 'short x = 1;'. Observe not being highlighted.

snippet

// Paste your code below :)

void setup() {

}

void draw() {

}

Additional context

No response

Would you like to work on the issue?

No, I'm just reporting the issue