unisonweb / vscode-unison

Official Unison extension for Visual Studio Code
MIT License
23 stars 4 forks source link

floating point numbers inside strings... #15

Closed stew closed 3 months ago

stew commented 5 months ago

Messes up the end of string detection. so in something like:

"0.0" ++ "1.1"

it colors ++ as inside a string, and the two floating point numbers as being outside strings.

ChrisPenner commented 5 months ago

~Do you mean in the parser, the Vim syntax highlighter, the VSCode plugin? Something else?~

Oh, didn't realize this issue was in the vscode plugin repo haha.

ChrisPenner commented 3 months ago

I think Rúnar must've fixed this as part of his syntax patches because I can't reproduce :) Let me know if you still can.