castwide / vscode-solargraph

A Visual Studio Code extension for Solargraph.
Other
423 stars 25 forks source link

Lint error with / operator #194

Closed NuriYuri closed 3 years ago

NuriYuri commented 3 years ago

Hi, I have a little lint error when I'm using the operator / for division, it thinks its a regular expression. It's really weird, I don't know if that comes from Visual Studio Code or Solar Graph itself but here's what I see when I'm using this operator:

image

castwide commented 3 years ago

This appears to be an issue with VS Code's built-in syntax highlighting. Solargraph doesn't perform any syntax highlighting at all.