Add erb-formatter support (#4546)

This commit is contained in:
Arash Mousavi
2023-07-24 13:38:52 +01:00
committed by GitHub
parent 3d10770387
commit 93a4f70414
7 changed files with 54 additions and 1 deletions
+5
View File
@@ -615,6 +615,11 @@ let s:default_registry = {
\ 'function': 'ale#fixers#npmgroovylint#Fix',
\ 'suggested_filetypes': ['groovy'],
\ 'description': 'Fix Groovy files with npm-groovy-fix.',
\ },
\ 'erb-formatter': {
\ 'function': 'ale#fixers#erbformatter#Fix',
\ 'suggested_filetypes': ['eruby'],
\ 'description': 'Apply erb-formatter -w to eruby/erb files.',
\ }
\}