hi list,
I'm used to generate my grammar bundle item from a unix script and then copy & paste the output in the bundle editor. As a lazy user, and TM greatly helps me so, I feel like it would be kind if had the ability to acquire my grammar's plist as the output of a script.
Sylvain
On 9/6/2006, at 23:15, Sylvain Benilan wrote:
I'm used to generate my grammar bundle item from a unix script and then copy & paste the output in the bundle editor. As a lazy user, and TM greatly helps me so, I feel like it would be kind if had the ability to acquire my grammar's plist as the output of a script.
Look in your bundles Syntaxes folder, here you’ll find the language grammar plist, I am sure your script could generate that extra keys (run it through `pl` to have it look as the old-style ASCII plist format.)
After generating the plist, be sure to `touch` the syntaxes folder and issue a reload bundles (see Cutting Edge release notes for an applescript command for this.)
Le 11 juin 06 à 12:27, Allan Odgaard a écrit :
Look in your bundles Syntaxes folder, here you’ll find the language grammar plist, I am sure your script could generate that extra keys (run it through `pl` to have it look as the old-style ASCII plist format.)
Sure I can do that, this is so obvious that I didn't think about that, thanks!