Open renxida opened 6 years ago
Just wanted to follow this up. Is there a convenient way to change default syntax highlighting based on file extension in the text editor? I'm not particularly concerned with default behavior, I'd just like to be able to set {".m": "octave"} somewhere in the text editor options.
As titled; notebook info:
What I do: I launch jupyter notebook, open my browser, and clicks no the title of a matlab
.m
file.What happens: a new tab pops up with the contents of that file in plaintext.
What I want to happen: a new tab pops up with the contents of that file with syntax highlighting, and maybe with editing.
What is currently achievable: I can click the checkbox in front of that file, and select edit. Then pull down the dropbox to get Octave syntax highlighting, which is basically the same thing
Suggestion: make editing & octave syntax highlighting the default behavior when clicking on a .mat file's title
Notes: