LuaLS / lua.tmbundle

TextMate support for Lua
MIT License
7 stars 5 forks source link

.1 and 0x.a are miscolored #8

Closed sewbacca closed 1 year ago

sewbacca commented 1 year ago

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Windows

What is the issue affecting?

Other

Expected Behaviour

.1 and 0x.a should be colored like 0.1 or 0x.a

Actual Behaviour

They are miscolored: grafik

Reproduction steps


local val = 0.1 or .1 or 0x0.a or 0x.a

Additional Notes

No response

Log File

No response