Does anyone know of a syntax highlighter, ideally for Sublime Text 2, for NetLogo? I'd rather not write my code directly in NetLogo and prefer to use editors I'm more used to, but I can't seem to find a syntax highlighter for it.
2 Answers
1
votes
There is the NetLogo syntax on PackageControl.io.
Also, as you see can see on the NetLogo resources page, there is one for VIM and one for BBEdit. There is also a plugin for Pygments.
If you ever want to try rolling your own or improve another, this NetLogo wiki page might be useful.
0
votes