Skip to content

Syntax highlighting and other enhancements for the Julia REPL

License

Notifications You must be signed in to change notification settings

Keno/OhMyREPL.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OhMyREPL

This is my REPL. There are many like it, but this one is mine.

repl

Build Status Build status

A package that hooks into the Julia REPL and gives it syntax highlighting, bracket highlighting, rainbow brackets and other goodies. A (slightly outdated) video showing installation and features of the package is available here.

If you like this package please give it a star. I like stars.

Installation

Pkg.add("OhMyREPL")

and then just load with using OhMyREPL (preferably by putting it in the .juliarc.jl)

Features

  • Syntax highlighting - Highlighting of keyword, operators, symbols, strings etc. in different colors.
  • Bracket highlighting - Will make matching brackets highlighted when the cursor is between an opening and closing bracket.
  • Automatic bracket insertion - Will insert matching closing bracket and quotation symbols when suitable.
  • Prompt changing - Can change the text and color of the julia> prompt as well as add a prompt for output.
  • Rainbow brackets - Colorizes matching brackets in the same color.

Documentation

Please see the documentation for more extensive description of the features and their settings like how to change coloschemes, how to create your own colorschemes etc.

About

Syntax highlighting and other enhancements for the Julia REPL

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%