nvim-treesitter / completion-treesitter

Treesitter source for completion-nvim and more
161 stars 5 forks source link

feat(completion): typescript support #4

Closed steelsojka closed 4 years ago

steelsojka commented 4 years ago

Adds basic typescript support. Let me know if something is off with those queries. I've never written them before but they seem pretty straight forward. Javascript will be pretty similar but the queries would be slightly different. I'm also not sure if tsx file would be any different or not. If not then tsx can just source this file.

vigoux commented 4 years ago

Hehe, nice to see that you contribute here too ! Note that I will be moving completion-treesitter to use nvim-treesitter soon !