aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/examples/01_gen_lsp_server.rs
Commit message (Collapse)AuthorAgeFilesLines
* move lsp-server to a separate repositoryAleksey Kladov2019-08-301-47/+0
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-3/+3
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Get rid of failure: gen_lsp_serverMuhammad Mominul Huque2019-06-141-2/+4
|
* updated gen_lsp_server examplesDylan Moonfire2019-05-231-0/+45
- updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use