Skip to content

Commit 764da0b

Browse files
authored
Add usage section to README (#69)
* Add usage section to README Added usage instructions and a link to documentation. * Add examples to README and enhance usage instructions Updated the README to include links to LSPs and original git link
1 parent 0ec7d12 commit 764da0b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Library for implementing Language Server Protocol in F#.
66

77
1. dotnet build
88

9+
## Examples
10+
11+
- [ProtoGraph](https://git.samsmucny.com/ssmucny/Flux-SDK/src/branch/master/src/FluxSDK.LanguageServer/ProtoGraph.fs): Language server for ProtoGraph, a dataflow programming language for Resonite's ProtoFlux
12+
- [Marksman](https://github.com/artempyanykh/marksman/blob/main/Marksman/Program.fs): A language server for markdown documents
13+
- [FsAutoComplete](https://github.com/ionide/FsAutoComplete/blob/main/src/FsAutoComplete/LspServers/AdaptiveFSharpLspServer.fs): The language server for F# itself by Ionide
14+
15+
See [FsharpLspExample](https://git.samsmucny.com/ssmucny/FsharpLspExample/src/branch/main) ([GitHub mirror](https://github.com/ssmucny/FsharpLspExample)) for documentation with a tutorial and simple worked example explaining how to use this project to build a Language server.
16+
917
## How to contribute
1018

1119
_Imposter syndrome disclaimer_: I want your help. No really, I do.

0 commit comments

Comments
 (0)