17
Is there a text editor that would allow me to create syntax highlighting easily?
(self.text_editors)
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
I can second this. I wrote a syntax highlighter for a DSL in Sublime ages ago and all I remember is that it was easy.
That said, you can definitely do this in VS Code, too (just I haven't personally tried it). IMO VS Code is the better editor.
VSCode and Sublime use a TextMate-like format and can be converted between the two. I have made language support and recommend VSCode.