Skip to content

Commit

Permalink
Guarded highlight Guarded command (since Coq 8.16) (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaitskov authored Nov 26, 2024
1 parent 8401163 commit d668946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coq/coq-syntax.el
Original file line number Diff line number Diff line change
Expand Up @@ -641,6 +641,7 @@ They deserve a separate menu for sending them to Coq without insertion.")
("From" nil "From #." nil "From")
("Generalizable Variables" nil "Generalizable Variables #." t "Generalizable\\s-+Variables")
("Generalizable All Variables" nil "Generalizable All Variables." t "Generalizable\\s-+All\\s-+Variables")
("Guarded" nil "Guarded." t "Guarded")
("Identity Coercion" nil "Identity Coercion #." t "Identity\\s-+Coercion")
("Implicit Arguments Off" nil "Implicit Arguments Off." t "Implicit\\s-+Arguments\\s-+Off")
("Implicit Arguments On" nil "Implicit Arguments On." t "Implicit\\s-+Arguments\\s-+On")
Expand Down

0 comments on commit d668946

Please sign in to comment.