mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +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:
@@ -1424,6 +1424,8 @@ local pattern = {
|
||||
return "git"
|
||||
end
|
||||
end,
|
||||
-- Neovim only
|
||||
[".*/queries/.*%.scm"] = "query", -- tree-sitter queries
|
||||
-- END PATTERN
|
||||
}
|
||||
-- luacheck: pop
|
||||
|
||||
Reference in New Issue
Block a user