You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, I know that instead of magics, IJulia suggests custom string literals -- i.e., #408. What would be really great is if we could support syntax highlighting of other languages in these strings. The justification for this is that multilanguage notebooks are a somewhat popular thing. I, for example, would like to mix Julia and JavaScript every now and then. And multilanguages do work in IJulia, it's just that the highlighting isn't there.
Would it be possible to add something like this to IJulia itself? I'd make the PR if people were happy and it was clear where to put this in the IJulia source.
The text was updated successfully, but these errors were encountered:
So, I know that instead of magics, IJulia suggests custom string literals -- i.e., #408. What would be really great is if we could support syntax highlighting of other languages in these strings. The justification for this is that multilanguage notebooks are a somewhat popular thing. I, for example, would like to mix Julia and JavaScript every now and then. And multilanguages do work in IJulia, it's just that the highlighting isn't there.
However, this could be fixed as per something like this suggestion -- http://stackoverflow.com/questions/43641362/adding-syntax-highlighting-to-jupyter-notebook-cell-magic/43644349. The following modification of that actually gives JavaScript syntax highlighting to JavaScript string literals within IJulia notebooks:
Would it be possible to add something like this to IJulia itself? I'd make the PR if people were happy and it was clear where to put this in the IJulia source.
The text was updated successfully, but these errors were encountered: