codelite
codelite copied to clipboard
[Feature Request]: syntax highlight for golang and dart
Describe your idea in details
[Feature Request]: syntax highlight for golang and dart
Since you are interested in these languages, could you please provide me with the following:
- Keywords
- Tool used for formatting these languages (similar to
clang-formatforC++orrustfmtforRust)
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
WIP: with latest git master, CodeLite supports go (syntax highlight, dedicated image etc).