vinadevs / VinaText

A lightweight text editor and file explorer for Windows users. Available at softpedia: https://www.softpedia.com/get/PORTABLE-SOFTWARE/Office/Suites-editors/VinaText.shtml
https://vinatext.dev/
MIT License
29 stars 1 forks source link

Is it possible to make custom syntax highlighting? #37

Open ghost opened 10 months ago

ghost commented 10 months ago

First and foremost, thank you for this very nice text editor. I want to add syntax highlighting for a programming language based on Go. The syntax is basically the same as Go, only that the developer doesn't like Go's data types naming so he named them differently. He preferred C-like names, for example: he will use double instead of float64. Text editors like Geany make it very trivial to create custom syntax highlighting support for that language. Is it possible with VinaText?

vinadevs commented 10 months ago

Hi, nice to see alot of feedbacks on this project. Sure, we will check one by one and fix them in future release. Thank you very much!

vinadevs commented 10 months ago

For now, custom syntax highlighting feature is not available yet but you can use menu Text > Color for unsupported ones. Yeah I know it is not a right way to do it. Surely added it in our backlog.