aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-11-17 11:05:13 +0100
committerPierre-Marie Pédrot2014-11-17 11:05:13 +0100
commitefaf5563feed02a0896f33b07e21c2e9797b83ed (patch)
treeca27890ef800b96ac9958a2ce267d3d51c16d437 /CHANGES
parent462b733b2df486dbf123638418159ef8c4ee93a2 (diff)
Documenting use of colors in Coq.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f75085a83c..a63b92ae7a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -271,6 +271,9 @@ Interfaces
- CoqIDE uses the new STM machinery, allowing for asynchronous edition.
- CoqIDE highlight in yellow "unsafe" commands such as axiom
declarations, and tactics like "admit".
+- Coqtop outputs highlighted syntax. Colors can be configured thanks
+ to the COQ_COLORS environment variable, and their current state can
+ be displayed with the -list-tags command line option.
Internal Infrastructure