code-yew-server icon indicating copy to clipboard operation
code-yew-server copied to clipboard

Support non-string literals without curly braces

Open aDogCalledSpot opened this issue 1 year ago • 0 comments

Currently, literals that aren't strings are highlighted in red suggesting an error. However, literals are allowed by Yew without curly braces regardless of type.

image Both of these should have the same highlighting.

aDogCalledSpot avatar Oct 10 '23 08:10 aDogCalledSpot