mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	vim-patch:9.0.1503: Luau files are not recognized (#23412)
Problem:    Luau files are not recognized.
Solution:   Add a patter for Luau files. (Amaan Qureshi, closes vim/vim#12317)
2dcfe9ae1d
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
			
			
This commit is contained in:
		| @@ -637,6 +637,7 @@ local extension = { | ||||
|   nse = 'lua', | ||||
|   rockspec = 'lua', | ||||
|   lua = 'lua', | ||||
|   luau = 'luau', | ||||
|   lrc = 'lyrics', | ||||
|   m = function(path, bufnr) | ||||
|     return require('vim.filetype.detect').m(bufnr) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user