Add remark-lint for a markdown fixer (#2836)

This commit is contained in:
blyoa
2020-08-17 10:14:38 +01:00
committed by GitHub
parent 5c778e1ae7
commit d5c1d84230
3 changed files with 53 additions and 0 deletions
+5
View File
@@ -365,6 +365,11 @@ let s:default_registry = {
\ 'suggested_filetypes': ['nix'],
\ 'description': 'A formatter for Nix code',
\ },
\ 'remark-lint': {
\ 'function': 'ale#fixers#remark_lint#Fix',
\ 'suggested_filetypes': ['markdown'],
\ 'description': 'Fix markdown files with remark-lint',
\ },
\ 'html-beautify': {
\ 'function': 'ale#fixers#html_beautify#Fix',
\ 'suggested_filetypes': ['html', 'htmldjango'],