ikatyang / tree-sitter-vue

Vue grammar for tree-sitter
https://ikatyang.github.io/tree-sitter-vue/
MIT License
77 stars 25 forks source link

How do I install this for my code editor? #19

Open DougBeney opened 2 years ago

DougBeney commented 2 years ago

Sorry for a super newbie question but I've been reading up on tree-sitter all day and still feel pretty lost.

I've been reading the tree-sitter docs as well as the docs for Emacs tree sitter. (Emacs is my editor)

But before I mess around with getting it working with my editor, I just want to get tree-sitter-vue working with tree-sitter parse so let's start there.

What I've done:

I understand that tree-sitter-vue is not responsible to parising the sub-languages of a .vue file but I think I'm doing something wrong.

I'd appreciate being pointed in the right direction. Thank you.