aboutsummaryrefslogtreecommitdiff
path: root/crates/gen_lsp_server/examples
Commit message (Collapse)AuthorAgeFilesLines
* allow rustfmt to reorder importsAleksey Kladov2019-07-042-9/+9
| | | | | | 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-142-4/+8
|
* updated gen_lsp_server examplesDylan Moonfire2019-05-232-0/+163
- updated the documentation with an example that has no errors with current compiler - added two example code to test compilation and show in use