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

followup to #17905: also use Lisp syntax for treesitter queries
This commit is contained in:
Christian Clason 2022-04-13 16:29:23 +02:00 committed by GitHub
parent e463eb8146
commit 7d1142b7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
runtime/syntax/query.lua Normal file
View File

@ -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 ]]