Skip to content

Instantly share code, notes, and snippets.

@pupnewfster
pupnewfster / grammar.js
Last active February 5, 2025 23:05 — 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": { //Optional
"<name>": <group>, ...
},
"values": { //Optional
"before": <valuemap>, //Optional
"after": <valuemap>, //Optional
"conversion": [ <conversion>, ... ] //Optional