Support fixer aliases, and make prettier-eslint and prettier-standard just work
This commit is contained in:
parent
5ed6f66f77
commit
5d2ab192cf
5 changed files with 71 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue