coq-lsp icon indicating copy to clipboard operation
coq-lsp copied to clipboard

Better parsing error recovery for bad parsing inside a proof.

Open ejgallego opened this issue 1 year ago • 0 comments

We want to handle this case:

Proof.
tac1, tacn
Qed.

Better, so we just don't skip to dot, but can detect the Qed and be smarter here.

Note the lack of doc after tacn

ejgallego avatar Jul 11 '22 17:07 ejgallego