Skip to content

Instantly share code, notes, and snippets.

@pupnewfster
pupnewfster / grammar.js
Last active January 12, 2024 20:32 — forked from williewillus/grammar.js
ProjectE Custom Conversion JSON Grammar
{
"comment": <Optional comment describing the file>,
"replace" <bool> // Optional defaults to false. If true overrides any previously loaded conversions with the same file path
"groups": {
"<name>": <group>, ...
},
"values": {
"before": <valuemap>,
"after": <valuemap>,
"conversion": [ <conversion>, ... ]