##// END OF EJS Templates
Merge pull request #5372 from minrk/no-close-strings...
Merge pull request #5372 from minrk/no-close-strings Don't autoclose strings, because CodeMirror's behavior makes it confusing and awkward to type triple-quoted strings (and these are very common in Python). An issue about this was filed in CodeMirror itself: https://github.com/marijnh/CodeMirror/issues/2385

File last commit:

r15383:6753f61a
r15843:9c1c7a7e merge
Show More
display_priority.tplx
45 lines | 1.3 KiB | text/plain | TextLexer
Jonathan Frederic
Ran updated makefile...
r12662 ((= Auto-generated template file, DO NOT edit directly!
To edit this file, please refer to ../../skeleton/README.md =))
Matthias BUSSONNIER
lots of modification for latex
r9611 ((*- extends 'null.tplx' -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608
((=display data priority=))
((*- block data_priority scoped -*))
((*- for type in output | filter_data_type -*))
MinRK
remove inappropriate 'pdf' key...
r15383 ((*- if type in ['application/pdf']*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- block data_pdf -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['svg']*))
((*- block data_svg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['png']*))
Matthias BUSSONNIER
move tex skeleton
r9631 ((*- block data_png -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endblock -*))
((*- endif -*))
((*- if type in ['html']*))
((*- block data_html -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['jpeg']*))
((*- block data_jpg -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['text']*))
((*- block data_text -*))
((*- endblock -*))
((*- endif -*))
((*- if type in ['latex']*))
((*- block data_latex -*))
((*- endblock -*))
((*- endif -*))
MinRK
run skeleton template makefile
r12456 ((*- if type in ['javascript']*))
((*- block data_javascript -*))
((*- endblock -*))
((*- endif -*))
Matthias BUSSONNIER
prepare ability to convert template for Tex
r9608 ((*- endfor -*))
((*- endblock data_priority -*))