Fix svelte injections / outline (#8194)
This PR fixes the buffer symbol search to show `js` and `ts` buffer symbols when using svelte components with `ts`. Does also seem to improve `ts` capabilities (probably because there has been a conflict of `js` and `ts` before). Unfortunately when changing the script tag from no lang attribute to `ts` one needs to update the file (input anyting) to get correct buffer symbol search. Before:  After:  Release Notes: - Fixed svelte outlines for `TS`.
R
Robin Pfäffle committed
576f8d3ef3c21be5cb8e505d37dd60ba14a08866
Parent: 42ac988
Committed by GitHub <noreply@github.com>
on 2/23/2024, 2:12:28 PM