Himujjal / tree-sitter-svelte

Tree sitter grammar for Svelte
MIT License
81 stars 14 forks source link

Add support for :each in #each blocks #13

Closed Himujjal closed 3 years ago

Himujjal commented 3 years ago

https://svelte.dev/docs#each

#each blocks also have a :else block which is used to render if the list is empty. Implement that!

Himujjal commented 3 years ago

@elianiva Hey. I fixed this issue. Can you check if the queries are still alright and merge it in the neovim repo?

elianiva commented 3 years ago

I can test it tonight, sorry for the late reply!