https://github.com/ghaiklor/codemirror-mode-jsonata
CodeMirror mode for the JSONata language
https://github.com/ghaiklor/codemirror-mode-jsonata
codemirror editor highlighting jsonata syntax syntax-highlighting
Last synced: about 2 months ago
JSON representation
CodeMirror mode for the JSONata language
- Host: GitHub
- URL: https://github.com/ghaiklor/codemirror-mode-jsonata
- Owner: ghaiklor
- License: mit
- Created: 2018-03-05T14:34:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T10:18:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-26T16:23:40.265Z (2 months ago)
- Topics: codemirror, editor, highlighting, jsonata, syntax, syntax-highlighting
- Language: JavaScript
- Homepage: https://ghaiklor.github.io/codemirror-mode-jsonata/
- Size: 215 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codemirror-mode-jsonata
_CodeMirror mode for the JSONata language - [JSONata website](http://jsonata.org)_
## Playground
[You can play around with it here](https://ghaiklor.github.io/codemirror-mode-jsonata/)
## How to install
I am not a specialist in distributing frontend packages, so it's just a file [`codemirror-mode-jsonata.js`](./codemirror-mode-jsonata.js) that you need to require in your build somehow.
The mode itself is implemented via CodeMirror API that is accessible from global scope in your browser.
## License
[MIT](./LICENSE)