Cover jscs in README

This commit is contained in:
Chiel92 2015-05-31 22:10:33 +02:00
parent f256d815e7
commit ff8deba487
2 changed files with 11 additions and 8 deletions

View File

@ -86,11 +86,7 @@ Note that `nodejs` is needed for this to work.
The python version version is also supported by default, which does not need `nodejs` to run.
Here is the link to the repository: https://github.com/einars/js-beautify.
* `typescript-formatter` for __Typescript__.
`typescript-formatter` is a thin wrapper around the TypeScript compiler services.
It can be installed by running `npm install -g typescript-formatter`.
Note that `nodejs` is needed for this to work.
Here is the link to the repository: https://github.com/vvakame/typescript-formatter.
* `JSCS` for __Javascript__. http://jscs.info/
* `html-beautify` for __HTML__.
It is shipped with `js-beautify`, which can be installed by running `npm install -g js-beautify`.
@ -102,6 +98,12 @@ It is shipped with `js-beautify`, which can be installed by running `npm install
Note that `nodejs` is needed for this to work.
Here is the link to the repository: https://github.com/einars/js-beautify.
* `typescript-formatter` for __Typescript__.
`typescript-formatter` is a thin wrapper around the TypeScript compiler services.
It can be installed by running `npm install -g typescript-formatter`.
Note that `nodejs` is needed for this to work.
Here is the link to the repository: https://github.com/vvakame/typescript-formatter.
* `sass-convert` for __SCSS__.
It is shipped with `sass`, a CSS preprocessor written in Ruby, which can be installed by running `gem install sass`.
Here is the link to the SASS homepage: http://sass-lang.com/.
@ -184,12 +186,13 @@ If you have any suggestions on this plugin or on this readme, if you have some n
Change log
----------
### May 21 2015
* *Backwards incompatible patch!*
### June 2015
* *Backward incompatible patch!*
* Multiple formatters per filetype are now supported
* Configuration variable names changed
* `gq` no longer supported
* `:Autoformat` suppports ranges
* Composite filetypes are fully supported
### Dec 9 2014
* Added `rbeautify` to the defaults for formatting ruby files

View File

@ -16,7 +16,7 @@ function! s:find_formatters(...)
let old_formatprg_args_var = "g:formatprg_args_".compoundtype
let old_formatprg_args_expr_var = "g:formatprg_args_expr_".compoundtype
if exists(old_formatprg_var) || exists(old_formatprg_args_var) || exists(old_formatprg_args_expr_var)
echom "WARNING: the options g:formatprg_<filetype>, g:formatprg_args_<filetype> and g:formatprg_args_expr_<filetype> are no longer supported as of June 2015. Please check the README for help on how to configure your formatters."
echom "WARNING: the options g:formatprg_<filetype>, g:formatprg_args_<filetype> and g:formatprg_args_expr_<filetype> are no longer supported as of June 2015, due to major backward-incompatible improvements. Please check the README for help on how to configure your formatters."
endif
" Detect configuration for all possible supertypes