Forum
Syntax highlighter for Notepad++ ? - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: How-To & Tutorials (https://www.boriel.com/forum/forumdisplay.php?fid=13)
+---- Thread: Syntax highlighter for Notepad++ ? (/showthread.php?tid=811)



Syntax highlighter for Notepad++ ? - ivanb303 - 07-10-2017

Does anyone have a syntax highlighter to use with Notepad++ ?? What do you guys use for writing Boriel ZX Basic ?


Re: Syntax highlighter for Notepad++ ? - boriel - 07-10-2017

ivanb303 Wrote:Does anyone have a syntax highlighter to use with Notepad++ ?? What do you guys use for writing Boriel ZX Basic ?
I personally use vim (they made a syntax highlight for it: <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/how-to-tutorials/topic479.html">how-to-tutorials/topic479.html</a><!-- l --> ), and LCD (a user in this forum) created an IDE for windows: BorIDE, see <!-- l --><a class="postlink-local" href="http://www.boriel.com/forum/zx-basic-compiler/topic452.html">zx-basic-compiler/topic452.html</a><!-- l --> )
Finally, for Visual Studio Code, there is a plugin: <!-- m --><a class="postlink" href="https://marketplace.visualstudio.com/items?itemName=jsjlogin.zxbasic">https://marketplace.visualstudio.com/it ... in.zxbasic</a><!-- m --> (It's free). This plugin only does syntax highlight at the moment.