Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Nov 5, 2023
1 parent accf973 commit c57dc43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ This is an experimental language server for the scripting language QuickBMS.
## Language server endpoints
These are the currently supported language server endpoints.
* `initialize`
* `textDocument/definition`
* `textDocument/didOpen`
* `textDocument/didChange`
* `textDocument/documentSymbol`
* `textDocument/foldingRange`
* Currently only for function declarations and `if/else if/else`` statements
* `textDocument/hover`
* `textDocument/definition`
* `textDocument/references`
* Currently only for functions

Expand Down

0 comments on commit c57dc43

Please sign in to comment.