mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	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 '|'.
		
			
				
	
	
		
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			135 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
-- Neovim indent file
 | 
						|
-- Language:	Treesitter query
 | 
						|
-- Last Change:	2024 Jul 03
 | 
						|
 | 
						|
-- it's a lisp!
 | 
						|
vim.cmd([[runtime! indent/lisp.vim]])
 |