Hey! 😄
I was working on a Zed theme and noticed inconsistencies and lack of support for modern Svelte syntax like the {@attach ...} tag #36.
I wondered why Svelte syntax highlighting looked weird in Zed and found out the tree-sitter-svelte project it uses for syntax highlighting grammar hasn't been updated in 2 years and seems to be inactive.
I learned about tree-sitter-htmlx which seems to be addressing these issues, but it's general purpose for HTMLX and extended template languages.
Is it time to create a fork?
Hey! 😄
I was working on a Zed theme and noticed inconsistencies and lack of support for modern Svelte syntax like the
{@attach ...}tag #36.I wondered why Svelte syntax highlighting looked weird in Zed and found out the tree-sitter-svelte project it uses for syntax highlighting grammar hasn't been updated in 2 years and seems to be inactive.
I learned about tree-sitter-htmlx which seems to be addressing these issues, but it's general purpose for HTMLX and extended template languages.
Is it time to create a fork?