neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 7d1142b7e7dcb906e69752783ef1c6f366f5c0ae
parent e463eb81465978b5de77e207af9ee1b416ca0053
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed, 13 Apr 2022 16:29:23 +0200

fix(runtime): add syntax file for query (#18101)

followup to #17905: also use Lisp syntax for treesitter queries
Diffstat:
Aruntime/syntax/query.lua | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/runtime/syntax/query.lua b/runtime/syntax/query.lua @@ -0,0 +1,6 @@ +-- Neovim syntax file +-- Language: Tree-sitter query +-- Last Change: 2022 Apr 13 + +-- it's a lisp! +vim.cmd [[ runtime! syntax/lisp.vim ]]