Skip to content

Instantly share code, notes, and snippets.

View gnestor's full-sized avatar

Grant Nestor gnestor

View GitHub Profile
@willwhitney
willwhitney / api.md
Last active February 12, 2016 18:45
Hydrogen Language Plugin API

Hydrogen Language Plugin API

Registering Your Provider

When your package is activated, a function called "myProviderFunctionName" in your package's main file [1] will be run, and it should return a Language Provider object as specified below.

[1] Your main file is specified by the "main" field of your package.json.

"providedServices": {