aboutsummaryrefslogtreecommitdiff
path: root/coq/coq-syntax.el
AgeCommit message (Expand)Author
2018-08-23Fix most doc issues raised by (checkdoc)Erik Martin-Dorel
2018-08-17Support the Variant vernacularTej Chajed
2018-06-15Fixing last commit.Pierre Courtieu
2018-06-15Fix #368 (emacs < 25 split-string has no trim arg).Pierre Courtieu
2018-06-13Fix multiple hyp overlays.Pierre Courtieu
2018-06-13Fix the fix #355.Pierre Courtieu
2018-06-08Changed the look of folding/unfolding hyps.Pierre Courtieu
2018-06-06Small fix in a regexp.Pierre Courtieu
2018-06-04Shorter CHANGES + smal fixes in hide/highlight hyps code.Pierre Courtieu
2018-06-01Click hypothesis to (un)hide them.Pierre Courtieu
2018-05-31Infrastructure for transient hyps highlighting.Pierre Courtieu
2018-02-21Update copyright messages and improve the header of elisp files.Erik Martin-Dorel
2018-02-07typo in abbrevs.Pierre Courtieu
2017-05-05Merge pull request #157 from ProofGeneral/elpaClément Pit-Claudel
2017-04-25Typo from commit 758e679e.Pierre Courtieu
2017-04-24Preparing new warning tags (no more special chars).Pierre Courtieu
2017-03-31Fixing #173.Pierre Courtieu
2017-03-22Added support for future new options (trunk).Pierre Courtieu
2017-03-08Fix incorrect uses of defvarClément Pit--Claudel
2017-01-17Add {Local ,}Axioms like {Local ,}Axiom, fix Parameters (#106)Jason Gross
2017-01-17Merge pull request #107 from JasonGross/patch-3hendriktews
2016-10-28fix coq-require-command-regexp (fixes #75)Hendrik Tews
2016-09-01Add Context to coq-syntax.elJason Gross
2016-08-14Add Reserved Infix like Reserved Notation (#95)Jason Gross
2016-07-22Adding the option to highlight susual symbols.Pierre Courtieu
2016-07-03Highlight Existing Class like Existing Instance (#85)Jason Gross
2016-07-01Highlight [nra] like [nia] and [lia] and [lra] (#84)Jason Gross
2016-06-10Color lia, romega, nia, psatz, nsatz, lraJason Gross
2016-06-08abbrev twivking.Pierre Courtieu
2016-06-08Fixing font-locking of unicode forall etc.Pierre Courtieu
2016-05-27Fixing a smal glitch in indentation.Pierre Courtieu
2016-05-20Merge branch 'master' of github.com:ProofGeneral/PGPierre Courtieu
2016-05-20Fix #72+ make user keywords prioritized over default ones.Pierre Courtieu
2016-05-16Merge branch 'master' of github.com:ProofGeneral/PGClément Pit--Claudel
2016-05-16coq-syntax: Add a debug specClément Pit--Claudel
2016-05-02Fixing detection of symbol at point.Pierre Courtieu
2016-03-09Adding more keywords (Local xxx).Pierre Courtieu
2016-03-05Highlight ltac:(), constr:(), and uconstr:()Clément Pit--Claudel
2016-02-18Adding missing keywordsPierre Courtieu
2016-01-19fix #36.Pierre Courtieu
2015-11-23Introduce a coq-question-mark-faceClément Pit--Claudel
2015-10-15Fixed the regexp for colorizing hyps in the goal.Pierre Courtieu
2015-10-06Trying to deal with debug mode.Pierre Courtieu
2015-09-29colorizing hypothesis in compact mode.Pierre Courtieu
2015-09-22hyps highlighting now supports compact contexts (in coq trunk soon).Pierre Courtieu
2015-05-07Fixes #492. fixed regexp (\\< --> \\_< everywhere).Pierre Courtieu
2015-05-07Fixes #484. Added syntax.Pierre Courtieu
2015-04-14bold unicode biders + Fixing highlighting in goals and response buffers + cle...Pierre Courtieu
2015-04-13Debugging font-lock for ∀, ∃, and λ.Pierre Courtieu
2015-04-10Added unicode forall in font-lock regexps.Pierre Courtieu