Skip to content

Commit

Permalink
Merge pull request #140 from JuliaLang/malmaud/qt_syntax
Browse files Browse the repository at this point in the history
Enable syntax highlighting in the QT Console
  • Loading branch information
stevengj committed Feb 4, 2014
2 parents 8f32e25 + 2a81d6e commit 4af3267
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ add_config("ipython_config.py", "KernelManager.kernel_cmd",
add_config("ipython_qtconsole_config.py",
"IPythonWidget.execute_on_complete_input", "False")

add_config("ipython_qtconsole_config.py",
"FrontendWidget.lexer_class", "'pygments.lexers.JuliaLexer'")

# set Julia notebook to use a different port than IPython's 8888 by default
add_config("ipython_notebook_config.py", "NotebookApp.port", 8998)

Expand Down

0 comments on commit 4af3267

Please sign in to comment.