lsp

Version, currently 0.2.02 versions

github.com/crystal-lang-tools/lsp

Crystal implementation of the Language Server Protocol

11 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  lsp:
    github: crystal-lang-tools/lsp
    version: ~> 0.2.0

Then run:

shards install

shard.yml

Crystal
0.36.1
License
MIT
Author
Kepler Sticka-Jones <kepler@stickajones.org>

Dependencies

Runtime Dependencies

README

# lsp

TODO: Write a description here

## Installation

Add this to your application's `shard.yml`:

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

## Usage

```crystal
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](https://github.com/keplersj) Kepler Sticka-Jones - creator, maintainer