Skip to content

Commit

Permalink
Added suport for highlighting gen(erally) have in PG.
Browse files Browse the repository at this point in the history
  • Loading branch information
amahboubi committed Oct 26, 2015
1 parent 00643ca commit 254379d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mathcomp/ssreflect/pg-ssr.el
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; Customization of PG for ssreflect syntax
;; Assia Mahboubi 2007
;; Customization of Proof General for highlighting ssreflect tactics.


(defcustom coq-user-tactics-db
'(("nat_congr" "ncongr" "nat_congr" t "nat_congr")
Expand All @@ -9,6 +9,8 @@
("move" "m" "move" t "move")
("set" "set" "set # := #" t "set")
("have" "hv" "have # : #" t "have")
("gen have" "genhv" "gen have : / #" t "gen have")
("generally have" "generhv" "generally have : / #" t "generally have")
("congr" "con" "congr #" t "congr")
("wlog" "wlog" "wlog : / #" t "wlog")
("without loss" "wilog" "without loss #" t "without loss")
Expand Down

0 comments on commit 254379d

Please sign in to comment.