etc/isar-keywords-ZF.el
changeset 26482 e7f677b85bfd
parent 26394 ddd7825ea4cd
child 26896 d6fb318ba24e
equal deleted inserted replaced
26481:92e901171cc8 26482:e7f677b85bfd
    10   '("\\."
    10   '("\\."
    11     "\\.\\."
    11     "\\.\\."
    12     "Isabelle\\.command"
    12     "Isabelle\\.command"
    13     "ML"
    13     "ML"
    14     "ML_command"
    14     "ML_command"
    15     "ML_setup"
       
    16     "ML_val"
    15     "ML_val"
    17     "ProofGeneral\\.inform_file_processed"
    16     "ProofGeneral\\.inform_file_processed"
    18     "ProofGeneral\\.inform_file_retracted"
    17     "ProofGeneral\\.inform_file_retracted"
    19     "ProofGeneral\\.kill_proof"
    18     "ProofGeneral\\.kill_proof"
    20     "ProofGeneral\\.process_pgip"
    19     "ProofGeneral\\.process_pgip"
   264     "redo"
   263     "redo"
   265     "undo"
   264     "undo"
   266     "undos_proof"))
   265     "undos_proof"))
   267 
   266 
   268 (defconst isar-keywords-diag
   267 (defconst isar-keywords-diag
   269   '("ML"
   268   '("ML_command"
   270     "ML_command"
       
   271     "ML_val"
   269     "ML_val"
   272     "cd"
   270     "cd"
   273     "class_deps"
   271     "class_deps"
   274     "commit"
   272     "commit"
   275     "disable_pr"
   273     "disable_pr"
   319     "thy_deps"
   317     "thy_deps"
   320     "touch_child_thys"
   318     "touch_child_thys"
   321     "touch_thy"
   319     "touch_thy"
   322     "typ"
   320     "typ"
   323     "unused_thms"
   321     "unused_thms"
   324     "use"
       
   325     "use_thy"
   322     "use_thy"
   326     "value"
   323     "value"
   327     "welcome"))
   324     "welcome"))
   328 
   325 
   329 (defconst isar-keywords-theory-begin
   326 (defconst isar-keywords-theory-begin
   340     "section"
   337     "section"
   341     "subsection"
   338     "subsection"
   342     "subsubsection"))
   339     "subsubsection"))
   343 
   340 
   344 (defconst isar-keywords-theory-decl
   341 (defconst isar-keywords-theory-decl
   345   '("ML_setup"
   342   '("ML"
   346     "abbreviation"
   343     "abbreviation"
   347     "arities"
   344     "arities"
   348     "axclass"
   345     "axclass"
   349     "axiomatization"
   346     "axiomatization"
   350     "axioms"
   347     "axioms"
   403     "token_translation"
   400     "token_translation"
   404     "translations"
   401     "translations"
   405     "typed_print_translation"
   402     "typed_print_translation"
   406     "typedecl"
   403     "typedecl"
   407     "types"
   404     "types"
   408     "types_code"))
   405     "types_code"
       
   406     "use"))
   409 
   407 
   410 (defconst isar-keywords-theory-script
   408 (defconst isar-keywords-theory-script
   411   '("inductive_cases"))
   409   '("inductive_cases"))
   412 
   410 
   413 (defconst isar-keywords-theory-goal
   411 (defconst isar-keywords-theory-goal