I wrote [treesitter](https://tree-sitter.github.io/tree-sitter/) grammars for [sparql](https://github.com/BonaBeavis/tree-sitter-sparql) and [turtle](https://github.com/BonaBeavis/tree-sitter-turtle). For nvim I wrote corresponding query files, so with [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) installed, neovim now provides for turtle and sparql: - Very good syntax highlighting  - intendation - folding - syntax checking - and more
I wrote treesitter grammars for sparql and turtle.
For nvim I wrote corresponding query files, so with nvim-treesitter installed, neovim now provides for turtle and sparql: