Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

Commit 8e7a30b

Browse files
committed
Make it also match ranges
1 parent adf736c commit 8e7a30b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

syntax_checkers/markdown/remark_lint.vim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ function! SyntaxCheckers_markdown_remark_lint_GetLocList() dict
2424
\'args_before': '--quiet --no-stdout --no-color' })
2525
2626
let errorformat =
27-
\ ' %l:%c %tarning %m'
27+
\ '%\s%#%l:%c%\s%#%tarning %m remark-lint,' .
28+
\ '%\s%#%l:%c-%.%#%\s%#%tarning %m remark-lint'
2829

2930
return SyntasticMake({
3031
\ 'makeprg': makeprg,

0 commit comments

Comments
 (0)