src/Pure/Thy/document_antiquotations.ML
changeset 71902 1529336eaedc
parent 71519 8a96a11e0cf5
child 72841 fd8d82c4433b
equal deleted inserted replaced
71901:0408f6814224 71902:1529336eaedc
   258             [(pos, Markup.language_verbatim (Input.is_delimited text)),
   258             [(pos, Markup.language_verbatim (Input.is_delimited text)),
   259              (pos, Markup.raw_text)];
   259              (pos, Markup.raw_text)];
   260       in #1 (Input.source_content text) end));
   260       in #1 (Input.source_content text) end));
   261 
   261 
   262 
   262 
       
   263 (* bash functions *)
       
   264 
       
   265 val _ = Theory.setup
       
   266   (Thy_Output.antiquotation_verbatim_embedded \<^binding>\<open>bash_function\<close>
       
   267     (Scan.lift Args.embedded_position) Isabelle_System.check_bash_function);
       
   268 
       
   269 
   263 (* system options *)
   270 (* system options *)
   264 
   271 
   265 val _ = Theory.setup
   272 val _ = Theory.setup
   266   (Thy_Output.antiquotation_verbatim_embedded \<^binding>\<open>system_option\<close>
   273   (Thy_Output.antiquotation_verbatim_embedded \<^binding>\<open>system_option\<close>
   267     (Scan.lift Args.embedded_position)
   274     (Scan.lift Args.embedded_position)