You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,14 @@ Library for implementing Language Server Protocol in F#.
6
6
7
7
1. dotnet build
8
8
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
+
9
17
## How to contribute
10
18
11
19
_Imposter syndrome disclaimer_: I want your help. No really, I do.
0 commit comments