aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/tags.ml
diff options
context:
space:
mode:
Diffstat (limited to 'ide/tags.ml')
-rw-r--r--ide/tags.ml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ide/tags.ml b/ide/tags.ml
index cde831513..3d0e873a7 100644
--- a/ide/tags.ml
+++ b/ide/tags.ml
@@ -26,6 +26,9 @@ struct
let unjustified = make_tag table ~name:"unjustified" [`BACKGROUND "gold";`EDITABLE false]
let found = make_tag table ~name:"found" [`BACKGROUND "blue"; `FOREGROUND "white"]
let sentence = make_tag table ~name:"sentence" []
+ let all =
+ [comment_sentence; error; to_process; processed; unjustified;
+ found; sentence]
end
module Proof =
struct