mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 02:34:10 +00:00
feat(runtime): add query filetype (#17905)
used for Tree-sitter queries uses Lisp runtime files (in Lua to distinguish from upstream runtime files)
This commit is contained in:
6
runtime/ftplugin/query.lua
Normal file
6
runtime/ftplugin/query.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Neovim filetype plugin file
|
||||
-- Language: Tree-sitter query
|
||||
-- Last Change: 2022 Mar 29
|
||||
|
||||
-- it's a lisp!
|
||||
vim.cmd [[ runtime! ftplugin/lisp.vim ]]
|
||||
Reference in New Issue
Block a user