eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Feature Request]: syntax highlight for golang and dart #3382

Open liuanlin-mx opened 1 month ago

liuanlin-mx commented 1 month ago

Describe your idea in details

[Feature Request]: syntax highlight for golang and dart

eranif commented 1 month ago

Since you are interested in these languages, could you please provide me with the following:

liuanlin-mx commented 1 month ago

dart https://dart.dev/language/keywords https://dart.dev/tools/dart-format

go https://golang.google.cn/ref/spec#Keywords

formatter :gofmt

sudo apt install golang-go
go doc cmd/gofmt
eranif commented 3 weeks ago

WIP: with latest git master, CodeLite supports go (syntax highlight, dedicated image etc).