intellij-gdscript icon indicating copy to clipboard operation
intellij-gdscript copied to clipboard

Minus + underscore is tokenized as number

Open exigow opened this issue 3 years ago • 0 comments

Example: var x = -_test

Actual: -_ is tokenized as number. Expected: - is operator, _test is identifier.

exigow avatar Nov 21 '21 20:11 exigow