ziontee113 / SelectEase

SelectEase selects matching nodes near the cursor using Treesitter queries with Vim's Select Mode.
81 stars 4 forks source link

Query in elixir #11

Open liam-ngy opened 1 year ago

liam-ngy commented 1 year ago

Hey, nice plugin! I would like to have the query in Elixir. How do I start to define the query for elixir? :)

ziontee113 commented 1 year ago

@hnguyen94 I'd recommend looking into https://github.com/nvim-treesitter/playground.

With it you'll be able to see the structure of the entire syntax tree, learn from it and define your own queries, for any languages.

I personally can't help you because I don't know anything about Elixir :sweat_smile: