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

Added Purescript language and Pulp syntax checker #1531

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
purescript-pulp: support error messages when project cannot be build …
…at all
  • Loading branch information
seanhess committed Aug 31, 2015
commit 6ce2468630785461aba9988db4770e2e367d1037
4 changes: 3 additions & 1 deletion syntax_checkers/purescript/pulp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ function! SyntaxCheckers_purescript_pulp_GetLocList() dict
let errorformat =
\ '%E\\s%#\"%f\"%.%#,' .
\ '%E%.%#Error at %f line %l\, column %c - %.%#,'.
\ '%ZSee http%.%#,' .
\ '%-G\* ERROR: Subcommand%.%#,' .
\ '\* ERROR: %m,' .
\ '%Z\\s%#See http%.%#,' .
\ '%C\\s%#%m,' .
\ '%Z'

Expand Down