DanielGavin / ols

Language server for Odin
MIT License
417 stars 62 forks source link

Issue in OLS in VSCode, with a back tick inside a map of strings initialization. #248

Closed joaocarvalhoopen closed 11 months ago

joaocarvalhoopen commented 11 months ago

Hello,

In the following code, when I compile it compiles correctly, but appears in red with a yellow rectangle surrounding the back tick. the code is in my repository in the line 166.

https://github.com/joaocarvalhoopen/Odin---Manipulating-the-keyboard-input-and-output-in-Linux/blob/main/linux_dyslexic_help.odin#L166

Visually an image of it is the following, the caret is in the plus "symbol", one line above this line:

imagem

Best regards, João Carvalho

joaocarvalhoopen commented 11 months ago

In the Odin discord, another Odin programmer "laytan" mentioned that it could be:

`Probably not an ols issue, rather an issue with core:odin/parser

DanielGavin commented 11 months ago

Just vscode complaining, nothing to do with ols.

Warning from vscode:


The character U+00b4 "´" could be confused with the ASCII character U+0060 "`", which is more common in source code. Adjust settings```
joaocarvalhoopen commented 11 months ago

Thank you DanielGavin.