aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
Commit message (Expand)AuthorAge
* Add {Local ,}Axioms like {Local ,}Axiom, fix Parameters (#106)Gravatar Jason Gross2017-01-17
* Merge pull request #107 from JasonGross/patch-3Gravatar hendriktews2017-01-17
|\
* | fix coq-require-command-regexp (fixes #75)Gravatar Hendrik Tews2016-10-28
| * Add Context to coq-syntax.elGravatar Jason Gross2016-09-01
|/
* Add Reserved Infix like Reserved Notation (#95)Gravatar Jason Gross2016-08-14
* Adding the option to highlight susual symbols.Gravatar Pierre Courtieu2016-07-22
* Highlight Existing Class like Existing Instance (#85)Gravatar Jason Gross2016-07-03
* Highlight [nra] like [nia] and [lia] and [lra] (#84)Gravatar Jason Gross2016-07-01
* Color lia, romega, nia, psatz, nsatz, lraGravatar Jason Gross2016-06-10
* abbrev twivking.Gravatar Pierre Courtieu2016-06-08
* Fixing font-locking of unicode forall etc.Gravatar Pierre Courtieu2016-06-08
* Fixing a smal glitch in indentation.Gravatar Pierre Courtieu2016-05-27
* Merge branch 'master' of github.com:ProofGeneral/PGGravatar Pierre Courtieu2016-05-20
|\
* | Fix #72+ make user keywords prioritized over default ones.Gravatar Pierre Courtieu2016-05-20
| * Merge branch 'master' of github.com:ProofGeneral/PGGravatar Clément Pit--Claudel2016-05-16
| |\ | |/ |/|
| * coq-syntax: Add a debug specGravatar Clément Pit--Claudel2016-05-16
* | Fixing detection of symbol at point.Gravatar Pierre Courtieu2016-05-02
|/
* Adding more keywords (Local xxx).Gravatar Pierre Courtieu2016-03-09
* Highlight ltac:(), constr:(), and uconstr:()Gravatar Clément Pit--Claudel2016-03-05
* Adding missing keywordsGravatar Pierre Courtieu2016-02-18
* fix #36.Gravatar Pierre Courtieu2016-01-19
* Introduce a coq-question-mark-faceGravatar Clément Pit--Claudel2015-11-23
* Fixed the regexp for colorizing hyps in the goal.Gravatar Pierre Courtieu2015-10-15
* Trying to deal with debug mode.Gravatar Pierre Courtieu2015-10-06
* colorizing hypothesis in compact mode.Gravatar Pierre Courtieu2015-09-29
* hyps highlighting now supports compact contexts (in coq trunk soon).Gravatar Pierre Courtieu2015-09-22
* Fixes #492. fixed regexp (\\< --> \\_< everywhere).Gravatar Pierre Courtieu2015-05-07
* Fixes #484. Added syntax.Gravatar Pierre Courtieu2015-05-07
* bold unicode biders + Fixing highlighting in goals and response buffers + cle...Gravatar Pierre Courtieu2015-04-14
* Debugging font-lock for ∀, ∃, and λ.Gravatar Pierre Courtieu2015-04-13
* Added unicode forall in font-lock regexps.Gravatar Pierre Courtieu2015-04-10
* Fixed coq-id definition to be correct wrt to coq grammar.Gravatar Pierre Courtieu2015-04-07
* Fixed highlighting of evars.Gravatar Pierre Courtieu2015-04-07
* Fix disable evar colorizing in coq file.Gravatar Pierre Courtieu2015-03-27
* Colorizing hyps names robustified. Still incomplete.Gravatar Pierre Courtieu2015-03-26
* Fixed a smal bug in colorizing response buffer.Gravatar Pierre Courtieu2015-03-26
* fixed gfail hilighting.Gravatar Pierre Courtieu2015-03-24
* added some keywordsGravatar Pierre Courtieu2015-03-24
* Highlighting evars.Gravatar Pierre Courtieu2015-03-23
* Fixed lazymatch and multimatch indentation/highlighting.Gravatar Pierre Courtieu2015-03-23
* Some comments for future work.Gravatar Pierre Courtieu2015-03-13
* Added a command to send Queries to coq, with completion (C-c C-a C-q).Gravatar Pierre Courtieu2015-03-13
* Fixed Proof end/start detection on Proof using ...Gravatar Pierre Courtieu2015-03-04
* Fixed a bug in syntax table making fontlock and indentation fail.Gravatar Pierre Courtieu2015-02-23
* Fix colorization of for coq multiple hypothesis on the same line.Gravatar Pierre Courtieu2015-02-05
* Fixed previous commit (wrong regexp).Gravatar Pierre Courtieu2015-02-04
* coloring names in resposne and goalsGravatar Pierre Courtieu2015-02-03
* beautified a bit error messages.Gravatar Pierre Courtieu2015-02-03
* * coq/coq-smie.el: Fix precedence of 'else'.Gravatar Stefan Monnier2014-06-06
* Fixing #477. Adding Proposition as a goal-starter keyword.Gravatar Pierre Courtieu2013-07-10