Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add julia support (LSP not working) | wesh | 2021-07-05 | |
| | ||||
* | Use pep 8 indentation for python | Ivan Tham | 2021-06-21 | |
| | | | Change the default spaces of python indentation to follow pep8 which is the standard. | |||
* | Add latex | Ivan Tham | 2021-06-16 | |
| | ||||
* | Only auto-format for certain languages | Blaž Hrastnik | 2021-06-12 | |
| | | | | | Fixes #53 Fixes #207 | |||
* | Add Nix syntax | Timothy DeHerrera | 2021-06-10 | |
| | ||||
* | Disable haskell grammar until build issues are resolved | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Restored haskell syntax | Corey Powell | 2021-06-04 | |
| | | | | It seems to work | |||
* | LSP: add clangd as server for c/c++ | Björn Linse | 2021-06-03 | |
| | ||||
* | Added elixir syntax | Corey Powell | 2021-06-02 | |
| | | | | Using custom fork for now to get around generating the source files | |||
* | Add typescript support & ts/js indentation queries | Blaž Hrastnik | 2021-06-01 | |
| | ||||
* | Golang uses tabs for indentation. | Blaž Hrastnik | 2021-04-23 | |
| | ||||
* | Add window/showMessage / logMessage stubs so gopls fully starts. | Blaž Hrastnik | 2021-04-15 | |
| | ||||
* | Remove the path specifier. | Blaž Hrastnik | 2021-04-09 | |
| | ||||
* | Add yet more language definitions. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | Add a python language definition. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | Add c++, js, css, html language definitions. | Blaž Hrastnik | 2021-04-07 | |
| | ||||
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 | |
It's embedded into the binary at build time for now, but it's progress. |