Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.23 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.23 KB

repl-sublimetext

SublimeREPL Package for Clojure Unity

Installation

Install SublimeREPL

Tools > Command Palette... > Install Packages > SublimeREPL

Install Clojure Unity support

$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/SublimeREPL/config/Clojure/
$ git clone https://github.com/clojure-unity/repl-sublimetext.git Unity

If you're on Sublime Text 3

$ cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/SublimeREPL/config/Clojure/
$ git clone https://github.com/clojure-unity/repl-sublimetext.git Unity

Usage

Install SetSyntax

Tools > Command Palette... > Install Packages > SetSyntax

Set the syntax of your file to Clojure (Unity)

Tools > Command Palette... > Set Syntax: Clojure (Unity)

Launch the REPL

Tools > SublimeREPL > Clojure > Unity

Use it as you would any other SublimeREPL language

Read the documentation for more, but ignore their Clojure notes. They do not apply here.

Legal

Copyright © 2014 Ramsey Nasser and Tims Gardner.

Licensed under the Eclipse License, the same as Clojure.