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
- Host: GitHub
- URL: https://github.com/willowtreeapps/hinoki
- Owner: willowtreeapps
- License: apache-2.0
- Created: 2017-09-28T18:58:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-18T04:19:45.000Z (about 7 years ago)
- Last Synced: 2025-04-20T23:24:32.950Z (8 months ago)
- Language: TypeScript
- Size: 136 KB
- Stars: 10
- Watchers: 136
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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.