neovim/runtime/syntax/query.lua
zeertzjq 12c9791e0f
fix(runtime): stop treesitter highlight in b:undo_ftplugin (#29533)
It seems that nvim-treesitter stops treesitter highlight when changing
filetype, so it makes sense for builtin ftplugins to do this as well.

Use :call and v:lua here to allow separation with '|'.
2024-07-03 15:24:12 +08:00

7 lines
135 B
Lua

-- Neovim syntax file
-- Language: Treesitter query
-- Last Change: 2024 Jul 03
-- it's a lisp!
vim.cmd([[runtime! syntax/lisp.vim]])