tree-sitter-grammars / tree-sitter-svelte

Svelte grammar for tree-sitter
MIT License
11 stars 7 forks source link

feature: Clarify what is supported #11

Closed meedstrom closed 2 months ago

meedstrom commented 2 months ago

Did you check the tree-sitter docs?

Is your feature request related to a problem? Please describe.

I am attempting to make an Emacs mode that uses this grammar. I am new to tree-sitter, so I'm just learning as I go.

Anyway, Emacs has a treesit-inspect-mode to show me what node is under the cursor. So I move the cursor to the code between Githubissues.

  • Githubissues is a development platform for aggregating issues.