An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Parsley - A Content Programming Language

![Parsley Logo](assets/parsley-logo.png)

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