I am trying to set a custom syntax with an action. I have an action to set the syntax to Taskpaper but I would prefer it to set it to Taskpaper+. I have the custom syntax installed and can set it manually.
I tried
Let d = Draft.create();
d.languageGrammer = “Taskpaper+”;
This doesn’t work.
What should I use to set the syntax to Taskpaper+?