mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
5b1b765610
It's the "tree-sitter" project, but "treesitter" in our code and docs.
7 lines
137 B
Lua
7 lines
137 B
Lua
-- Neovim indent file
|
|
-- Language: Treesitter query
|
|
-- Last Change: 2022 Mar 29
|
|
|
|
-- it's a lisp!
|
|
vim.cmd([[ runtime! indent/lisp.vim ]])
|