Re: [Jprogramming] TextMate bundle

2022-01-28 Thread P Padilcdx
Probably. I’ll mature the one I’m developing but also fork yours to compare and merge. Will post progress. > On Jan 28, 2022, at 8:52 PM, Ric Sherlock wrote: > > Hi Pete, > There is a collection of syntax highlighting efforts for various > environments on the J wiki at > https://code.jsoftware

Re: [Jprogramming] TextMate bundle

2022-01-28 Thread Ric Sherlock
Hi Pete, There is a collection of syntax highlighting efforts for various environments on the J wiki at https://code.jsoftware.com/wiki/Guides/Syntax_Coloring Feel free to add yours! I have also developed a TextMate syntax file for J at: https://github.com/tikkanz/JSyntax I haven't looked at yours

Re: [Jprogramming] TextMate bundle

2022-01-28 Thread P Padilcdx
Forgot to say that I added a Run command (Cmd-R on macOS) which uses jconsole (assumes it is in the Path). > On Jan 28, 2022, at 7:12 PM, P Padilcdx wrote: > > I wanted to learn to create a TextMate bundle so decide to not use the one > pointed at by the wiki and created my own for J. I think

[Jprogramming] TextMate bundle

2022-01-28 Thread P Padilcdx
I wanted to learn to create a TextMate bundle so decide to not use the one pointed at by the wiki and created my own for J. I think mine provides additional syntax highlighting although I’m also sure it will probably mess up on some things. If you wish to try it (and hopefully provide feedback o