aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/tags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/tags.ml')
-rw-r--r--ide/tags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ide/tags.ml b/ide/tags.ml
index b0b9dc6fb..826fcd962 100644
--- a/ide/tags.ml
+++ b/ide/tags.ml
@@ -30,6 +30,7 @@ struct
let found = make_tag table ~name:"found" [`BACKGROUND "blue"; `FOREGROUND "white"]
let hidden = make_tag table ~name:"hidden" [`INVISIBLE true; `EDITABLE false]
let locked = make_tag table ~name:"locked" [`EDITABLE false; `BACKGROUND "light grey"]
+ let paren = make_tag table ~name:"paren" [`BACKGROUND "purple"]
end
module Proof =
struct