Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

crystal-lang-tools/lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: Check https://github.com/elbywan/crystal-lsp for an implementation of the Language Server Protocol written in Crystal.


lsp

TODO: Write a description here

Installation

Add this to your application's shard.yml:

dependencies:
  lsp:
    github: crystal-lang-tools/lsp

Usage

require "lsp"

TODO: Write usage instructions here

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/crystal-lang-tools/lsp/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • keplersj Kepler Sticka-Jones - creator, maintainer