code-yew-server
code-yew-server copied to clipboard
Support non-string literals without curly braces
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.
Both of these should have the same highlighting.