mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55: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 syntax file
|
|
-- Language: Treesitter query
|
|
-- Last Change: 2022 Apr 13
|
|
|
|
-- it's a lisp!
|
|
vim.cmd([[ runtime! syntax/lisp.vim ]])
|