Skip to content

Commit

Permalink
Added support for highlighting 'isn't' in PG.
Browse files Browse the repository at this point in the history
  • Loading branch information
amahboubi committed Oct 26, 2015
1 parent 254379d commit 35124d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathcomp/ssreflect/pg-ssr.el
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"Extended list of tacticals, includings ssr and user defined ones")

(defcustom coq-user-reserved-db
'("is" "nosimpl" "of")
'("is" "isn't" "nosimpl" "of")
"Extended list of keywords, includings ssr and user defined ones")

(defcustom coq-user-solve-tactics-db
Expand Down

0 comments on commit 35124d2

Please sign in to comment.