aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-db.el')
-rw-r--r--coq/coq-db.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/coq/coq-db.el b/coq/coq-db.el
index 631df56d..25eee637 100644
--- a/coq/coq-db.el
+++ b/coq/coq-db.el
@@ -310,6 +310,11 @@ See `coq-syntax-db' for DB structure."
"Face for Ltac binders and evars."
:group 'proof-faces)
+(defface coq-context-qualifier-face
+ '((t :inherit font-lock-preprocessor-face :weight bold))
+ "Face used for `ltac:', `constr:', and `uconstr:' headers."
+ :group 'proof-faces)
+
(defconst coq-solve-tactics-face 'coq-solve-tactics-face
"Expression that evaluates to a face.
Required so that 'coq-solve-tactics-face is a proper facename")