gregsexton / gregsexton/ob-ipython

set syntax highlighting for other kernels

Open
#175 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
742
Forks
107
PR merge metrics
No merged PRs in 30d

Description

I'm using ob-ipython with a julia kernel, and it seems to be working pretty well (exciting!). One issue is that emacs doesn't know I'm editing julia code inside the block, so the syntax highlighting is for python. I'm creating the block as follows:

```
#+BEGIN_SRC ipython :session :results raw drawer :kernel julia-0.6
using Plots
gr()
plot(rand(200))
#+END_SRC
```

Is there any way to have emacs set the syntax mode inside the source block based on the `:kernel` argument?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.