willowtreeapps / hinoki

A Language Server Protocol implementation for BrightScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Hinoki

A Language Server Protocol implementation for BrightScript.

Usage

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

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
  2. Example Language Server

Contributing to Hinoki

Contributions and suggestions are more than welcome. Please see our Code of Conduct as well as our Contributing Guidelines for more information.

About

A Language Server Protocol implementation for BrightScript

License:Apache License 2.0


Languages

Language:TypeScript 98.4%Language:Shell 1.6%