Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Slim: slimrb

LCD 47 edited this page Jul 29, 2013 · 8 revisions

Maintainer: Martin Grenfell [email protected]

Slimrb is a processor for the template language Slim. See the project's page for details.

Note:

Slimrb uses locales to figgure out what to do with non-ASCII characters in input files. On the other hand, syntastic resets locales when running the checkers. As a work-around, if you need to check files containing non-ASCII characters, you might want to add something like this to your vimrc:

let g:syntastic_slim_slimrb_exe = "LC_ALL=en_US.UTF-8 slimrb"

Please also note that syntastic can only parse English messages from slimrb regardless of charset, so only English locales are supported.

Clone this wiki locally