Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/google/codemirror-mode-jsonnet
https://github.com/google/codemirror-mode-jsonnet
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/google/codemirror-mode-jsonnet
- Owner: google
- License: apache-2.0
- Created: 2017-12-07T23:56:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T22:41:42.000Z (almost 6 years ago)
- Last Synced: 2024-10-12T05:14:19.284Z (4 months ago)
- Language: JavaScript
- Size: 205 KB
- Stars: 18
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
- awesome-codemirror5 - Jsonnet
README
# codemirror-mode-jsonnet
[Jsonnet](http://jsonnet.org) integration for codemirror. Try it out [here](https://google.github.io/codemirror-mode-jsonnet/).
## Features
Token colorization for the full language, including correct handling of `|||` and the various string
escaping.## Usage instructions
See index.html in this repo. Also available via `npm install codemirror-mode-jsonnet`.
## More Info
For more info on Jsonnet:
* Jsonnet Website: http://jsonnet.org
* Jsonnet Repository: https://github.com/google/jsonnet## Screenshot
![A screenshot of Jsonnet syntax highlighting](https://raw.githubusercontent.com/google/codemirror-mode-jsonnet/master/jsonnet-screenshot.png)