|
|
|
|
|
by microflash
1249 days ago
|
|
Always happy to see new source code editors. > Lightweight multi-platform C++ code editor designed for modern hardware Maybe change this description. At first blush, I thought this was a "C++ code editor" rather than an "editor written in C++". My favourite languages, Java and SQL, are not in the supported languages list but hopefully support can be added with LSP. |
|
> My favourite languages, Java and SQL, are not in the supported languages list but hopefully support can be added with LSP.
For the moment I only implemented syntax highlighting for the languages. Adding linter and LSP support is trivial. May be you can collaborate by adding it (it's just a configuration, take a look at the plugins section).