aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-db.el
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2016-02-23 13:47:47 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2016-03-05 11:43:01 -0500
commit16991280fb09743ae7320aef77f6a166afb907d7 (patch)
tree215fa1124dacfe504472ff6de4dc5a41c17953af /coq/coq-db.el
parent84e3373e401fba65e5be74771ff5b443b34361e0 (diff)
Highlight ltac:(), constr:(), and uconstr:()
Also refactor coq-font-lock-keywords-1 slightly.
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")