v0.12.0
Many thanks to @AleksandrSl for working on CSS features!
- Support for different CSS dialects via lang attribute
- Initial support for $-prefixed store references
- Enable completion of JS declarations from script tags
- Initial support for module context scripts (inside Svelte files only)
- More robust logic of resolving component declarations
- Unresolved components are highlighted the same as other identifiers
- Remove buggy prop insertion while completing tag name
- Stop inserting mustaches after typing = for attributes
- Enable quote matching
- Bug fixes & stability improvements