Closed meedstrom closed 2 months ago
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.
treesit-inspect-mode
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.