##// END OF EJS Templates
Don't let invalid aliases crash IPython...
Don't let invalid aliases crash IPython e.g. `ipython --foo-bar=5` would raise a SyntaxError parsing the commmand-line, because `self.config.foo-bar=5` would be evaluated. Syntax Errors on the rhs were already protected, but they could get into the lhs via the alias syntax. closes gh-886

File last commit:

r4934:265d40c7
r5190:11bca294
Show More
markdown.css
10 lines | 521 B | text/css | CssLexer
.cm-s-default span.cm-header {color: #2f2f4f; font-weight:bold;}
.cm-s-default span.cm-code {color: #666;}
.cm-s-default span.cm-quote {color: #090;}
.cm-s-default span.cm-list {color: #a50;}
.cm-s-default span.cm-hr {color: #999;}
.cm-s-default span.cm-linktext {color: #00c; text-decoration: underline;}
.cm-s-default span.cm-linkhref {color: #00c;}
.cm-s-default span.cm-em {font-style: italic;}
.cm-s-default span.cm-strong {font-weight: bold;}
.cm-s-default span.cm-emstrong {font-style: italic; font-weight: bold;}