PaterJason / nvim-treesitter-sexp

MIT License
26 stars 5 forks source link

Rename sequence node following new fennel parser #5

Closed tylerw closed 6 months ago

tylerw commented 6 months ago

The nvim-treesitter repo recently switched fennel parsers. The new parser defines sequence in its grammer for sequence literals, whereas the old one used sequential_table. Thus this query needs to be updated.

PaterJason commented 6 months ago

Thanks, checked out and it looks good to me. I'll take a closer look at the new grammar later