SelectEase icon indicating copy to clipboard operation
SelectEase copied to clipboard

Query in elixir

Open liam-ngy opened this issue 2 years ago • 1 comments

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

liam-ngy avatar Feb 19 '23 23:02 liam-ngy

@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:

ziontee113 avatar Feb 20 '23 07:02 ziontee113