mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	Merge pull request #13478 from seandewar/vim-8.2.2106
vim-patch:8.2.2106: TOML files are not recognized
This commit is contained in:
		| @@ -1744,6 +1744,9 @@ au BufNewFile,BufRead *.tf,.tfrc,tfrc		setf tf | |||||||
| " tmux configuration | " tmux configuration | ||||||
| au BufNewFile,BufRead {.,}tmux*.conf		setf tmux | au BufNewFile,BufRead {.,}tmux*.conf		setf tmux | ||||||
|  |  | ||||||
|  | " TOML | ||||||
|  | au BufNewFile,BufRead *.toml			setf toml | ||||||
|  |  | ||||||
| " TPP - Text Presentation Program | " TPP - Text Presentation Program | ||||||
| au BufNewFile,BufReadPost *.tpp			setf tpp | au BufNewFile,BufReadPost *.tpp			setf tpp | ||||||
|  |  | ||||||
|   | |||||||
| @@ -463,6 +463,7 @@ let s:filename_checks = { | |||||||
|     \ 'tilde': ['file.t.html'], |     \ 'tilde': ['file.t.html'], | ||||||
|     \ 'tli': ['file.tli'], |     \ 'tli': ['file.tli'], | ||||||
|     \ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf'], |     \ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf'], | ||||||
|  |     \ 'toml': ['file.toml'], | ||||||
|     \ 'tpp': ['file.tpp'], |     \ 'tpp': ['file.tpp'], | ||||||
|     \ 'treetop': ['file.treetop'], |     \ 'treetop': ['file.treetop'], | ||||||
|     \ 'trustees': ['trustees.conf'], |     \ 'trustees': ['trustees.conf'], | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jan Edmund Lazo
					Jan Edmund Lazo