File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11" Vim compiler file
22" Compiler: svelte-check
33" Maintainer: @Konfekt
4- " Last Change: 2025 Feb 22
4+ " Last Change: 2025 Feb 27
55
66if exists (" current_compiler" ) | finish | endif
77let current_compiler = " svelte-check"
88
99CompilerSet makeprg = npx\ svelte- check\ -- output\ machine
10- CompilerSet errorformat = %* \\ d \ % t %* \\ a \ \" % f \" \ % l: % c \ % m
10+ CompilerSet errorformat = %* \\ d \ % t %* \\ a \ \" % f \" \ % l: % c \ \" % m \" ,
11+ CompilerSet errorformat += %- G%* \\ d \ START\ % .% #,
12+ CompilerSet errorformat += %- G%* \\ d \ COMPLETED\ % .% #,
1113CompilerSet errorformat += %- G% .% #
1214
1315" " Fall-back for versions of svelte-check that don't support --output machine
1416" " before May 2020 https://github.com/sveltejs/language-tools/commit/9f7a90379d287a41621a5e78af5b010a8ab810c3
1517" " which is before the first production release 1.1.31 of Svelte-Check
1618" CompilerSet makeprg=npx\ svelte-check
17- " CompilerSet errorformat=%E %f:%l:%c,
18- " CompilerSet errorformat+=%+ZError \:\ %m,
19- " CompilerSet errorformat+=%-G%.%#
19+ " CompilerSet errorformat=%A %f:%l:%c,
20+ " CompilerSet errorformat+=%C%t%*\\a\ \:\ %m,
21+ " CompilerSet errorformat+=%-G%.%#,
You can’t perform that action at this time.
0 commit comments