Take a look at Sublime Text. It has pretty solid syntax support plus all the other things you need (tabs, structure, tab ind, multi windows) and I'm pretty sure can pretty easily have a custom highlight config written easily if you're already comfortable with code.
this post was submitted on 07 Aug 2023
17 points (100.0% liked)
Text Editors
455 readers
1 users here now
Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient
founded 1 year ago
MODERATORS
17
Is there a text editor that would allow me to create syntax highlighting easily?
(self.text_editors)
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.
I would use VIM, personally. It may take some getting used to, but once you get it, it can be very useful. (VIM does have syntax highlighting, by the way)