- (feat) brand new syntax highlighting grammar which gives more fine granular options to color Svelte specific syntax. See here for how to adjust the colors, if you don't like some of the colors your theme chooses. (#657)
- (fix) import completion: Insert inside script when it's not the first import and module script present (#660)
- (fix) handle negative lines in mapper (#666)
- (fix) event handler typing (#672)
- (fix) make
<any>variable
usage possible by transform it to avariable as any
expression (#477) - (fix) ignore html end-tag-like inside moustache (#309)
- (fix) better tyings for svelte2tsx class generation function (#686)