index
:
proof-general
master
Emacs plugins for proof management systems
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coq
/
coq-smie-lexer.el
Age
Commit message (
Expand
)
Author
2014-06-03
Rename coq-smie-lexer.el to coq-smie.el.
Stefan Monnier
2013-07-11
Fixing another bug in indentation concerning "where". Actually there
Pierre Courtieu
2013-07-10
Fixing #478 + reverting partially the fix of #476 (Instance cannot be indente...
Pierre Courtieu
2013-07-10
Fixing #476 (bis). Adding Fixpoint as a goal starter.
Pierre Courtieu
2013-07-10
Fixing #476. Adding more keywords for indentation like Lemma.
Pierre Courtieu
2013-07-10
Fixing #475. the "=>" ptoken just before "exists" should be the ltac
Pierre Courtieu
2013-07-08
Fixing again bug #466. With a bbetter solution.
Pierre Courtieu
2013-07-06
Fixing #474. & is now an declared operator. I need something better to
Pierre Courtieu
2013-07-06
Fixing #473. Now all token finishing by <symbol><dot> is considered an
Pierre Courtieu
2013-07-05
Fixing #466. Indent. bug when illformed commment at file beginning.
Pierre Courtieu
2013-05-30
Adding some more standard utf8 symbols to indentation operator. We
Pierre Courtieu
2013-05-29
Fixing a minor bug in indetation (exists is tactic and a quantifier).
Pierre Courtieu
2012-09-25
Fixed indentation in presence of "dot friends" like :?. etc.
Pierre Courtieu
2012-09-06
Fixed a bug with function name "eval" (end of).
Pierre Courtieu
2012-09-06
Fixed a bug with function name "eval".
Pierre Courtieu
2012-08-24
Fixed an error when smie not present in the system.
Pierre Courtieu
2012-07-24
Fixing compilation. Still need to verify some smie stuff on different version...
Pierre Courtieu
2012-07-09
Fixed a small bug in indentation + added new commands for queries with
Pierre Courtieu
2012-07-07
Debugged coq indentation.
Pierre Courtieu
2012-07-06
More fixes in coq indentation (2).
Pierre Courtieu
2012-07-06
More fixes in coq indentation.
Pierre Courtieu
2012-07-05
Indentation debugging for coq.
Pierre Courtieu
2012-07-05
Code cleaning.
Pierre Courtieu
2012-07-05
Fixed some indentation details for Coq.
Pierre Courtieu
2012-07-03
Fixed some indentation bugs.
Pierre Courtieu
2012-06-28
Fixed some small bugs in coq indentation.
Pierre Courtieu
2012-06-28
Complete rework of the indentation mechanism using smie. The first
Pierre Courtieu