Skip to content

Gallery

Ashish Panigrahi edited this page Jun 30, 2021 · 10 revisions

Gallery of tree-sitter powered features in Neovim.

Highlight

Code at the left is using tree-sitter, and code at the right is using traditional regex-based highlighting.

Fennel

fennel example

(bottom right is using https://github.com/bakpakin/fennel.vim (regex-based), because there is no builtin highlighting for fennel (top right))

Java

java example

Lua

lua example

Python

python example

Typescript

typescript example

Julia

julia example

Clone this wiki locally