NOTE: Check https://github.com/elbywan/crystal-lsp for an implementation of the Language Server Protocol written in Crystal.
TODO: Write a description here
Add this to your application's shard.yml
:
dependencies:
lsp:
github: crystal-lang-tools/lsp
require "lsp"
TODO: Write usage instructions here
TODO: Write development instructions here
- Fork it ( https://github.com/crystal-lang-tools/lsp/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- keplersj Kepler Sticka-Jones - creator, maintainer