Himujjal / tree-sitter-svelte

Tree sitter grammar for Svelte
MIT License
77 stars 15 forks source link

fix: errorneous -> erroneous #12

Closed elianiva closed 3 years ago

Himujjal commented 3 years ago

Hi! I fixed the issue that you had earlier. And I explained it in the issues. Could you please let me know what you think about this PR w.r.t. #11

elianiva commented 3 years ago

this PR just rename that specific node so it has the same name as HTML parser, make it consistent. This makes it easier on the query side because we can then inherit HTML query (in nvim-treesiter) without duplicating them to Svelte.

Himujjal commented 3 years ago

okay. cool.