aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/tags.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-02 17:11:21 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-05-02 17:11:21 +0000
commit04d66a258efb91e73c313b3315abd2810947028d (patch)
tree33b1fb09b046b493783ea31e9c4aec5698697880 /ide/tags.mli
parent7940eba979f8a64da7c89e69659777d1b65d67f3 (diff)
Coqide coq lexer put one tag at the end of a sentence.
And that's all ! It erase the possibility of code folding... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15268 85f007b7-540e-0410-9357-904b9bb8a0f7
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