aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-11-23 13:36:10 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2015-11-23 13:36:10 -0500
commit47e2b3bbf10a391a4131697f202991470c9a68de (patch)
treed00e49a1cc27b30e8c221e3e675cf83c87f9eac1 /coq/coq-db.el
parent7155ac935ea4c5cd9bc00cb1382649abdc776f4c (diff)
Introduce a coq-question-mark-face
Closes #12
Diffstat (limited to 'coq/coq-db.el')
-rw-r--r--coq/coq-db.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/coq/coq-db.el b/coq/coq-db.el
index dc83c85f..631df56d 100644
--- a/coq/coq-db.el
+++ b/coq/coq-db.el
@@ -305,6 +305,11 @@ See `coq-syntax-db' for DB structure."
"Face for unicode binders, by default a bold version of `font-lock-type-face'."
:group 'proof-faces)
+(defface coq-question-mark-face
+ '((t :inherit font-lock-variable-name-face))
+ "Face for Ltac binders and evars."
+ :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")
@@ -317,6 +322,7 @@ Required so that 'coq-cheat-face is a proper facename")
"Expression that evaluates to a face.
Required so that 'coq-symbol-binder-face is a proper facename")
+(defconst coq-question-mark-face 'coq-question-mark-face)
(provide 'coq-db)