Manual: add a note about "vim-slim".

This commit is contained in:
LCD 47 2017-05-10 08:47:42 +03:00
parent 6cf4f5ca76
commit e07319fd45
2 changed files with 15 additions and 1 deletions

View File

@ -6123,6 +6123,13 @@ Installation~
You can install "Slim-Lint" with "gem": >
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*
@ -6139,6 +6146,13 @@ Checker options~
This checker is initialised using the "makeprgBuild()" function and thus it
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*

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:_SYNTASTIC_START
endif
let g:_SYNTASTIC_VERSION = '3.8.0-51'
let g:_SYNTASTIC_VERSION = '3.8.0-52'
lockvar g:_SYNTASTIC_VERSION
" Sanity checks {{{1