#1600 Alias vimwiki to markdown
This commit is contained in:
		
							parent
							
								
									b67c9a83b2
								
							
						
					
					
						commit
						6fce8ddc5a
					
				| @ -8,11 +8,14 @@ let s:linters = {} | ||||
| 
 | ||||
| " Default filetype aliases. | ||||
| " The user defined aliases will be merged with this Dictionary. | ||||
| " | ||||
| " NOTE: Update the g:ale_linter_aliases documentation when modifying this. | ||||
| let s:default_ale_linter_aliases = { | ||||
| \   'Dockerfile': 'dockerfile', | ||||
| \   'csh': 'sh', | ||||
| \   'plaintex': 'tex', | ||||
| \   'systemverilog': 'verilog', | ||||
| \   'vimwiki': 'markdown', | ||||
| \   'zsh': 'sh', | ||||
| \} | ||||
| 
 | ||||
|  | ||||
| @ -1109,8 +1109,12 @@ g:ale_linter_aliases                                     *g:ale_linter_aliases* | ||||
|   following values: > | ||||
| 
 | ||||
|   { | ||||
|   \   'zsh': 'sh', | ||||
|   \   'Dockerfile': 'dockerfile', | ||||
|   \   'csh': 'sh', | ||||
|   \   'plaintex': 'tex', | ||||
|   \   'systemverilog': 'verilog', | ||||
|   \   'vimwiki': 'markdown', | ||||
|   \   'zsh': 'sh', | ||||
|   \} | ||||
| < | ||||
|   For example, if you wish to map a new filetype `'foobar'` to run the `'php'` | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 w0rp
						w0rp