https://github.com/zesty-io/parsley
Zesty.io's Parsley Grammar files for popular IDEs
https://github.com/zesty-io/parsley
atom grammers monaco monaco-editor parsley syntax-highlighting vscode zesty-io
Last synced: 11 months ago
JSON representation
Zesty.io's Parsley Grammar files for popular IDEs
- Host: GitHub
- URL: https://github.com/zesty-io/parsley
- Owner: zesty-io
- Created: 2019-10-25T23:59:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T23:52:24.000Z (over 3 years ago)
- Last Synced: 2025-06-17T23:39:26.994Z (about 1 year ago)
- Topics: atom, grammers, monaco, monaco-editor, parsley, syntax-highlighting, vscode, zesty-io
- Language: JavaScript
- Homepage: https://zesty-io.github.io/parsley-grammers/
- Size: 18.1 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parsley - A Content Programming Language

Parsley is a programming language for injecting Zesty.io CMS content and data into documents. The Parsley language can manipulate documents with string injection, logic, and iteration based on content it can access through a Zesty.io content instance. Parsley is maintained by Zesty.io, a content management system. Zesty.io uses Parsley to render dynamic server side into static files.
This repo maintains grammers, REPL, and tooling to support the Parsley Syntax and Language. Anyone may contribute to it. Discover Parsley at https://parsley.zesty.io
## Repo Legend
* [/pvl/](pvl/) - Parsley Visual Layout Tool - A Drag n Drop Layout tool built in react to output parsley code [link
* [/grammers/](grammers/) - Parsley Grammer files for syntax highlighting in Programming IDEs
* [/repl/](repl/) - Tooling to support the learning REPL at https://parsley.zesty.io
* [Syntax Documentation](https://zesty.org/services/web-engine/introduction-to-parsley/parsley-index) it maintained on Zesty.org, can be contributed from the [zesty-io/zesty-org](https://github.com/zesty-io/zesty-org/tree/master/services/web-engine/introduction-to-parsley) repo