aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-04-13 16:29:23 +0200
committerGitHub <noreply@github.com>2022-04-13 16:29:23 +0200
commit7d1142b7e7dcb906e69752783ef1c6f366f5c0ae (patch)
treece454d06ecf9a58263e3589f973d4cf737beb779
parente463eb81465978b5de77e207af9ee1b416ca0053 (diff)
downloadrneovim-7d1142b7e7dcb906e69752783ef1c6f366f5c0ae.tar.gz
rneovim-7d1142b7e7dcb906e69752783ef1c6f366f5c0ae.tar.bz2
rneovim-7d1142b7e7dcb906e69752783ef1c6f366f5c0ae.zip
fix(runtime): add syntax file for query (#18101)
followup to #17905: also use Lisp syntax for treesitter queries
-rw-r--r--runtime/syntax/query.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/syntax/query.lua b/runtime/syntax/query.lua
new file mode 100644
index 0000000000..e24ff65360
--- /dev/null
+++ 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 ]]