ttax00 / code-yew-server

An extension that provides some language features for Yew's html macro syntax in Rust
GNU General Public License v3.0
55 stars 4 forks source link

Support non-string literals without curly braces #30

Open aDogCalledSpot opened 1 year ago

aDogCalledSpot commented 1 year ago

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.