17
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Aug 2023
17 points (100.0% liked)
Text Editors
465 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
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.
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.