Manual: add a note about "vim-slim".
This commit is contained in:
parent
6cf4f5ca76
commit
e07319fd45
@ -6123,6 +6123,13 @@ Installation~
|
|||||||
You can install "Slim-Lint" with "gem": >
|
You can install "Slim-Lint" with "gem": >
|
||||||
gem install slim_lint
|
gem install slim_lint
|
||||||
<
|
<
|
||||||
|
Note~
|
||||||
|
|
||||||
|
You probably also need a plugin to set |filetype| for Slim files, such as
|
||||||
|
"vim-slim":
|
||||||
|
|
||||||
|
https://github.com/slim-template/vim-slim
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
2. Slimrb *syntastic-slim-slimrb*
|
2. Slimrb *syntastic-slim-slimrb*
|
||||||
|
|
||||||
@ -6139,6 +6146,13 @@ Checker options~
|
|||||||
This checker is initialised using the "makeprgBuild()" function and thus it
|
This checker is initialised using the "makeprgBuild()" function and thus it
|
||||||
accepts the standard options described at |syntastic-config-makeprg|.
|
accepts the standard options described at |syntastic-config-makeprg|.
|
||||||
|
|
||||||
|
Note~
|
||||||
|
|
||||||
|
You probably also need a plugin to set |filetype| for Slim files, such as
|
||||||
|
"vim-slim":
|
||||||
|
|
||||||
|
https://github.com/slim-template/vim-slim
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
SYNTAX CHECKERS FOR SML *syntastic-checkers-sml*
|
SYNTAX CHECKERS FOR SML *syntastic-checkers-sml*
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ if has('reltime')
|
|||||||
lockvar! g:_SYNTASTIC_START
|
lockvar! g:_SYNTASTIC_START
|
||||||
endif
|
endif
|
||||||
|
|
||||||
let g:_SYNTASTIC_VERSION = '3.8.0-51'
|
let g:_SYNTASTIC_VERSION = '3.8.0-52'
|
||||||
lockvar g:_SYNTASTIC_VERSION
|
lockvar g:_SYNTASTIC_VERSION
|
||||||
|
|
||||||
" Sanity checks {{{1
|
" Sanity checks {{{1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user