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