Rukiza / tree-sitter-prolog

Tree Sitter Prolog
ISC License
6 stars 1 forks source link

Neovim intergration #8

Open Rukiza opened 11 months ago

Rukiza commented 11 months ago

This issues will have changes to make the queries easier to create.

Scenario that need defining.

foxyseta commented 11 months ago

Just swapped the old tree-sitter Prolog grammar I was considering to pitch to nvim-treesitter for yours: https://github.com/nvim-treesitter/nvim-treesitter/issues/2282#issuecomment-1744642730

Are treesitter queries already implemented within this repository?

Rukiza commented 11 months ago

I am working on some queries.

This issues it to make modifications to make query implementation easier.

https://github.com/Rukiza/tree-sitter-prolog-queries

foxyseta commented 11 months ago

Cool. Linked your repository here: https://github.com/nvim-treesitter/nvim-treesitter/issues/2282 (cannot remember where my Prolog comment is rn lol). Great job!

foxyseta commented 4 months ago

As this project has not seen commits in a while, I opened a fork/rewrite here: https://codeberg.org/foxy/tree-sitter-prolog

(Neovim) queries are included!