3.0.6-beta • Published 4 years ago

monaco-jsonnet v3.0.6-beta

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Monaco Jsonnet

Jsonnet language plugin for the Monaco Editor. It provides the following features when editing Jsonnet files:

  • Validation based on JSON schemas or by looking at similar objects in the same file
  • Validation: Syntax errors and schema validation
  • Syntax highlighting
  • Color decorators for all properties matching a schema containing format: "color-hex"' (non-standard schema extension)

#TODO

  • Hovers, based on JSON schemas
  • Formatting
  • Document Symbols
  • Code completion

Schemas can be provided by configuration. See here for the API that the JSON plugin offers to configure the JSON language support.

Internally the Jsonnet plugin uses the vscode-jsonnet-languageservice node module, providing the implementation of the features listed above.

Development

  • git clone https://github.com/Microsoft/monaco-jsonnet
  • npm install .
  • compile with npm run compile
  • watch with npm run watch
  • npm run prepublishOnly
  • open $/monaco-jsonnet/test/index.html in your favorite browser.

License

MIT

3.0.6-beta

4 years ago

3.0.5-beta

4 years ago

3.0.4-beta

4 years ago

3.0.3-beta

4 years ago

3.0.2-beta

4 years ago

3.0.1-beta

4 years ago

3.0.0-beta

4 years ago

2.9.9-beta1

4 years ago

2.9.9-beta

4 years ago

2.9.8

4 years ago

2.9.7

4 years ago

2.9.6

4 years ago

2.9.5

4 years ago

2.9.4

4 years ago

2.9.3

4 years ago

2.9.2

4 years ago

2.9.1

4 years ago

2.9.0

4 years ago