summaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-11-22 15:31:39 +0000
committerw0rp <devw0rp@gmail.com>2017-11-22 15:31:39 +0000
commit5d2ab192cf4ecce604cee4e8870ff7d5d3f47ed8 (patch)
tree46a8f8ff89cc7107ce9b892dbcbe8f82f5b4b08a /syntax
parent5ed6f66f7779bea092671521ad5743914612a18a (diff)
downloadale-5d2ab192cf4ecce604cee4e8870ff7d5d3f47ed8.zip
Support fixer aliases, and make prettier-eslint and prettier-standard just work
Diffstat (limited to 'syntax')
-rw-r--r--syntax/ale-fix-suggest.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/ale-fix-suggest.vim b/syntax/ale-fix-suggest.vim
index be3d45ee..b112f5b5 100644
--- a/syntax/ale-fix-suggest.vim
+++ b/syntax/ale-fix-suggest.vim
@@ -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