You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ts, html, css
* WIP
* fast forward
* general svelte blocks and tag
* only same file highlights
* else highlights for if block
* await block
* highlight in style attribute
* exclude unsupported
* don't filter out highlights if original is not in it
function and class highlght its name
* config
* ts, html and css test
* svelte test
* format
* merge two utils files
* revert unnecessary changes
* single config, mark as experimental
* move the svelte highlight to ts using ast returned by svelte2tsx
* config description
* word based highlight for unsupported languages
* format
* ignore for svelte 5
* fix svelte 5 issues. workaround the await block issue and fixing it separately
* Apply suggestions from code review
Co-authored-by: Simon H <[email protected]>
* prevent word-base fallback
* fix nested if, if block without else if
* remove experimental
keep the config so people can still go back to the word base highlight
* fix svelte 4 again
* fix
* Update packages/language-server/src/plugins/PluginHost.ts
* fix the fix
---------
Co-authored-by: Simon H <[email protected]>
Co-authored-by: Simon Holthausen <[email protected]>
0 commit comments