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
-
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