codelite icon indicating copy to clipboard operation
codelite copied to clipboard

[Feature Request]: syntax highlight for golang and dart

Open liuanlin-mx opened this issue 1 year ago • 3 comments

Describe your idea in details

[Feature Request]: syntax highlight for golang and dart

liuanlin-mx avatar May 31 '24 17:05 liuanlin-mx

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-format for C++ or rustfmt for Rust)

eranif avatar Jun 01 '24 16:06 eranif

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

liuanlin-mx avatar Jun 03 '24 13:06 liuanlin-mx

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

eranif avatar Jun 12 '24 06:06 eranif