Add support for html-beautify (#2788)

* Add support for html-beautify
* Add html-beautify to the list of supported tools
* Update docs
This commit is contained in:
Hugo Osvaldo Barrera
2019-10-28 13:25:36 +00:00
committed by w0rp
parent af8c8516d1
commit 47eb3dd0c0
8 changed files with 69 additions and 0 deletions
+5
View File
@@ -350,6 +350,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['nix'],
\ 'description': 'A formatter for Nix code',
\ },
\ 'html-beautify': {
\ 'function': 'ale#fixers#html_beautify#Fix',
\ 'suggested_filetypes': ['html', 'htmldjango'],
\ 'description': 'Fix HTML files with html-beautify.',
\ },
\}
" Reset the function registry to the default entries.