Support fixer aliases, and make prettier-eslint and prettier-standard just work

This commit is contained in:
w0rp 2017-11-22 15:31:39 +00:00
parent 5ed6f66f77
commit 5d2ab192cf
5 changed files with 71 additions and 8 deletions

View file

@ -3,7 +3,7 @@ if exists('b:current_syntax')
endif
syn match aleFixerComment /^.*$/
syn match aleFixerName /^'[^']*'/
syn match aleFixerName /\(^\|, \)'[^']*'/
syn match aleFixerHelp /^See :help ale-fix-configuration/
hi def link aleFixerComment Comment