intellij-gdscript
intellij-gdscript copied to clipboard
Minus + underscore is tokenized as number
Example: var x = -_test
Actual: -_
is tokenized as number.
Expected: -
is operator, _test
is identifier.