aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/tags.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ide/tags.mli')
-rw-r--r--ide/tags.mli9
1 files changed, 1 insertions, 8 deletions
diff --git a/ide/tags.mli b/ide/tags.mli
index 5a5356193..b51e85e25 100644
--- a/ide/tags.mli
+++ b/ide/tags.mli
@@ -9,19 +9,12 @@
module Script :
sig
val table : GText.tag_table
- val kwd : GText.tag
- val qed : GText.tag
- val decl : GText.tag
- val proof_decl : GText.tag
- val comment : GText.tag
- val reserved : GText.tag
+ val comment_sentence : GText.tag
val error : GText.tag
val to_process : GText.tag
val processed : GText.tag
val unjustified : GText.tag
val found : GText.tag
- val hidden : GText.tag
- val folded : GText.tag
val sentence : GText.tag
end