An open API service indexing awesome lists of open source software.

https://github.com/willowtreeapps/hinoki

A Language Server Protocol implementation for BrightScript
https://github.com/willowtreeapps/hinoki

Last synced: 7 months ago
JSON representation

A Language Server Protocol implementation for BrightScript

Awesome Lists containing this project

README

          







# Hinoki

A [Language Server Protocol](https://langserver.org/) implementation for BrightScript.

# Usage
Users are generally expected to interact with Hinoki through a client package. Currently client implementations are available for

* Atom - [Atom IDE Brightscript](https://atom.io/packages/atom-ide-brightscript)
* VsCode - Coming soon!

# Development

There are convenience scripts located in the `package.json` to help get you started. The recommended environment
for developing Hinoki is `VSCode` using it's built in debugger. Some useful resources on building language servers are:

1. [Microsoft Language Server Protocol](https://github.com/Microsoft/language-server-protocol)
2. [Example Language Server](https://code.visualstudio.com/docs/extensions/example-language-server)

# Contributing to Hinoki

Contributions and suggestions are more than welcome. Please see our [Code of Conduct](/CODE_OF_CONDUCT.md)
as well as our [Contributing Guidelines ](/CONTRIBUTING.md) for more information.