aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
Commit message (Collapse)AuthorAge
* Support the Variant vernacularGravatar Tej Chajed2018-08-17
| | | | | Syntactically looks much like an Inductive, though it is non-recursive so "where" (mutual recursion) is not supported.
* Fixing last commit.Gravatar Pierre Courtieu2018-06-15
|
* Fix #368 (emacs < 25 split-string has no trim arg).Gravatar Pierre Courtieu2018-06-15
| | | | Copied some code from company-coq.
* Fix multiple hyp overlays.Gravatar Pierre Courtieu2018-06-13
| | | | | queries would trigger re-generarion of overlays. Now overlays are generated if there are no overlays already.
* Fix the fix #355.Gravatar Pierre Courtieu2018-06-13
| | | | The fix was bad: no ore hyps were foldable/highlightable.
* Changed the look of folding/unfolding hyps.Gravatar Pierre Courtieu2018-06-08
|
* Small fix in a regexp.Gravatar Pierre Courtieu2018-06-06
|
* Shorter CHANGES + smal fixes in hide/highlight hyps code.Gravatar Pierre Courtieu2018-06-04
|
* Click hypothesis to (un)hide them.Gravatar Pierre Courtieu2018-06-01
|
* Infrastructure for transient hyps highlighting.Gravatar Pierre Courtieu2018-05-31
|
* Update copyright messages and improve the header of elisp files.Gravatar Erik Martin-Dorel2018-02-21
|
* typo in abbrevs.Gravatar Pierre Courtieu2018-02-07
|
* Merge pull request #157 from ProofGeneral/elpaGravatar Clément Pit-Claudel2017-05-05
|\ | | | | [WIP] ELPA/MELPA support
* | Typo from commit 758e679e.Gravatar Pierre Courtieu2017-04-25
| |
* | Preparing new warning tags (no more special chars).Gravatar Pierre Courtieu2017-04-24
| |
* | Fixing #173.Gravatar Pierre Courtieu2017-03-31
| |
* | Added support for future new options (trunk).Gravatar Pierre Courtieu2017-03-22
| |
| * Fix incorrect uses of defvarGravatar Clément Pit--Claudel2017-03-08
|/ | | | | | | It didn't really matter that these variables were defined and set to nil during compilation, since we ran compilation in a clean Emacs in --batch mode; it does matter now, however, since package.el compiles PG in the user's currently running Emacs instance.
* 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
|\ | | | | Add Context to coq-syntax.el
* | 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
| | | | | This may look ugly to the majority, so I let it off by default. I find it helpfull to have structuring symbols bold.
* Highlight Existing Class like Existing Instance (#85)Gravatar Jason Gross2016-07-03
| | | Closes #81
* 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
| | | | This closes #77
* 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
|/ | | | | | Quote at start of a word should not be considered part of the word. Other characters than ' or _ are punctuation.
* Adding more keywords (Local xxx).Gravatar Pierre Courtieu2016-03-09
|
* Highlight ltac:(), constr:(), and uconstr:()Gravatar Clément Pit--Claudel2016-03-05
| | | | Also refactor coq-font-lock-keywords-1 slightly.
* 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
| | | | Closes #12
* 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
| | | | Surprising that this did not raise before...
* Fixes #484. Added syntax.Gravatar Pierre Courtieu2015-05-07
|
* bold unicode biders + Fixing highlighting in goals and response buffers + ↵Gravatar Pierre Courtieu2015-04-14
| | | | cleaning.
* 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
|