Julia.tmbundle icon indicating copy to clipboard operation
Julia.tmbundle copied to clipboard

Julia language support for TextMate 2

Results 9 Julia.tmbundle issues
Sort by recently updated
recently updated
newest added

I hope to send selection to running REPL in iTerm2. However, I'm not sure to write code for to accomplish this.

I'm using Gadfly package for plotting a result. However, correct code for plot does not work from run julia results. Does anyone can solve this problem?

*Disclaimer: This issue mostly concerns the GitHub UI, which uses this repo for syntax recognition. I'm not sure whether this similarly applies to TextMate itself.* Consider the following: ```julia mutable...

What do you guys think about having completions like `\theta` + _tab_ resulting in θ, like the Julia REPL has? I find myself wanting to use more unicode symbols in...

_Note: I was directed here by GitHub, since they use this package (via [Linguist](https://github.com/github/linguist/blob/master/grammars.yml)) to do code highlighting on the site. However, I am not actually using TextMate, so it...

Hi, I've been using the Atom editor and have gotten accustomed to the nice syntax highlighting (CodeMirror?). However, I'm not taking advantage of any of features of Juno at the...

Hi, If I open Textmate with Julia as my language of choice, write 'print(3+4)' and do 'Run Julia', I get a blank output. If I save the script first, then...

Other relevant PR's: - https://github.com/JuliaLang/atom-language-julia/pull/52 - https://github.com/dcjones/YAML.jl/pull/27 - https://github.com/JuliaLang/JSON.jl/pull/113 I've only tested under windows in Sublime 3.

I _think_ that they should read: ``` cd ~/Library/Application\ Support/Avian/Bundles/ git clone https://github.com/JuliaLang/Julia.tmbundle.git ``` But I'm not sure. The bundle doesn't work in the TextMate folder, and I _think_ that...