etc/isar-keywords.el
changeset 27621 d96bd54d7446
parent 27590 26415966c708
child 28280 fd0485db7d5a
     1.1 --- a/etc/isar-keywords.el	Wed Jul 16 16:17:26 2008 +0200
     1.2 +++ b/etc/isar-keywords.el	Wed Jul 16 16:39:11 2008 +0200
     1.3 @@ -10,6 +10,9 @@
     1.4    '("\\."
     1.5      "\\.\\."
     1.6      "Isabelle\\.command"
     1.7 +    "Isar\\.command"
     1.8 +    "Isar\\.insert"
     1.9 +    "Isar\\.remove"
    1.10      "ML"
    1.11      "ML_command"
    1.12      "ML_val"
    1.13 @@ -300,6 +303,9 @@
    1.14  
    1.15  (defconst isar-keywords-control
    1.16    '("Isabelle\\.command"
    1.17 +    "Isar\\.command"
    1.18 +    "Isar\\.insert"
    1.19 +    "Isar\\.remove"
    1.20      "ProofGeneral\\.inform_file_processed"
    1.21      "ProofGeneral\\.inform_file_retracted"
    1.22      "ProofGeneral\\.kill_proof"