teal-language / vscode-teal

Teal language support for Visual Studio Code
MIT License
76 stars 11 forks source link

wrong syntax highlighting if the code contains “:” #28

Closed virusdefender closed 3 years ago

virusdefender commented 3 years ago

version 0.5.3

logger.infof("found jar manifest app\n%s\n", app)

local x = 1000000
local y = "xxxxx"

logger:infof("found jar manifest app\n%s\n", app)
local x = 1000000
local y = "xxxxx"

image

the color of line 7 and line 8 is not correct

pdesaulniers commented 3 years ago

Thanks! The syntax highlighting in your example should be fixed in release 0.5.4.

pdesaulniers commented 3 years ago

I'm closing the issue for now, feel free to reopen it if you can still reproduce the bug.