ttax00/code-yew-server

Support non-string literals without curly braces

Opened this issue · 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.