updated;
authorwenzelm
Fri, 07 Dec 2007 22:19:45 +0100
changeset 25577d739f48ef40c
parent 25576 ee11881606b7
child 25578 11ee8b183477
updated;
etc/isar-keywords-ZF.el
etc/isar-keywords.el
lib/jedit/isabelle.xml
     1.1 --- a/etc/isar-keywords-ZF.el	Fri Dec 07 17:40:06 2007 +0100
     1.2 +++ b/etc/isar-keywords-ZF.el	Fri Dec 07 22:19:45 2007 +0100
     1.3 @@ -9,6 +9,7 @@
     1.4  (defconst isar-keywords-major
     1.5    '("\\."
     1.6      "\\.\\."
     1.7 +    "Isabelle\\.command"
     1.8      "ML"
     1.9      "ML_command"
    1.10      "ML_setup"
    1.11 @@ -246,7 +247,8 @@
    1.12      "where"))
    1.13  
    1.14  (defconst isar-keywords-control
    1.15 -  '("ProofGeneral\\.inform_file_processed"
    1.16 +  '("Isabelle\\.command"
    1.17 +    "ProofGeneral\\.inform_file_processed"
    1.18      "ProofGeneral\\.inform_file_retracted"
    1.19      "ProofGeneral\\.kill_proof"
    1.20      "ProofGeneral\\.process_pgip"
     2.1 --- a/etc/isar-keywords.el	Fri Dec 07 17:40:06 2007 +0100
     2.2 +++ b/etc/isar-keywords.el	Fri Dec 07 22:19:45 2007 +0100
     2.3 @@ -9,6 +9,7 @@
     2.4  (defconst isar-keywords-major
     2.5    '("\\."
     2.6      "\\.\\."
     2.7 +    "Isabelle\\.command"
     2.8      "ML"
     2.9      "ML_command"
    2.10      "ML_setup"
    2.11 @@ -306,7 +307,8 @@
    2.12      "where"))
    2.13  
    2.14  (defconst isar-keywords-control
    2.15 -  '("ProofGeneral\\.inform_file_processed"
    2.16 +  '("Isabelle\\.command"
    2.17 +    "ProofGeneral\\.inform_file_processed"
    2.18      "ProofGeneral\\.inform_file_retracted"
    2.19      "ProofGeneral\\.kill_proof"
    2.20      "ProofGeneral\\.process_pgip"
     3.1 --- a/lib/jedit/isabelle.xml	Fri Dec 07 17:40:06 2007 +0100
     3.2 +++ b/lib/jedit/isabelle.xml	Fri Dec 07 22:19:45 2007 +0100
     3.3 @@ -35,6 +35,7 @@
     3.4      <KEYWORDS>
     3.5        <OPERATOR>.</OPERATOR>
     3.6        <OPERATOR>..</OPERATOR>
     3.7 +      <INVALID>Isabelle.command</INVALID>
     3.8        <LABEL>ML</LABEL>
     3.9        <LABEL>ML_command</LABEL>
    3.10        <OPERATOR>ML_setup</OPERATOR>