标签: sass webstorm
我的WebStorm 2016有问题。
我不知道为什么但是突然间它开始突出显示所有x = "9" Debug.Print x < "80", Int(x) < "80" 'Prints False True 文件的红色。文件在语义上是100%正确的。其中的所有分号都会突出显示“预期行尾”或“意外期限”。
x = "9" Debug.Print x < "80", Int(x) < "80" 'Prints False True
我不知道这是怎么发生的以及如何解决这个问题。有什么想法吗?