Migrate '.vim/ftdetect/prolog' to neovim
							parent
							
								
									f3188f7b4b
								
							
						
					
					
						commit
						128ae8ed1e
					
				| 
						 | 
					@ -7,5 +7,6 @@ vim.filetype.add({
 | 
				
			||||||
    [".*/%.vscode/.*%.json"] = "jsonc",
 | 
					    [".*/%.vscode/.*%.json"] = "jsonc",
 | 
				
			||||||
    [".*/%.ssh/config%.d/.*"] = "sshconfig",
 | 
					    [".*/%.ssh/config%.d/.*"] = "sshconfig",
 | 
				
			||||||
    ["%.env.*"] = "dotenv",
 | 
					    ["%.env.*"] = "dotenv",
 | 
				
			||||||
 | 
					    ["%.pl$"] = "prolog",
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1 +0,0 @@
 | 
				
			||||||
autocmd BufNewFile,BufReadPost *.pl set filetype=prolog
 | 
					 | 
				
			||||||
		Loading…
	
		Reference in New Issue