Skip to content

102.6.0

Choose a tag to compare

@dummdidumm dummdidumm released this 25 Nov 10:10
· 1017 commits to master since this release
e72c8c4
  • (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 a variable as any expression (#477)
  • (fix) ignore html end-tag-like inside moustache (#309)
  • (fix) better tyings for svelte2tsx class generation function (#686)