Show More
@@ -40,9 +40,14 b' class HighlightMagicsPreprocessor(Preprocessor):' | |||
|
40 | 40 | default_value={ |
|
41 | 41 | '%%R': 'r', |
|
42 | 42 | '%%bash': 'bash', |
|
43 | '%%cython': 'cython', | |
|
44 | '%%javascript': 'javascript', | |
|
45 | '%%julia': 'julia', | |
|
46 | '%%latex': 'latex', | |
|
43 | 47 | '%%octave': 'octave', |
|
44 | 48 | '%%perl': 'perl', |
|
45 |
'%%ruby': 'ruby' |
|
|
49 | '%%ruby': 'ruby', | |
|
50 | '%%sh': 'sh'}, | |
|
46 | 51 | config=False) |
|
47 | 52 | |
|
48 | 53 | # user defined language extensions |
General Comments 0
You need to be logged in to leave comments.
Login now