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 yet but it might make sense to combine forces on
one?
Although I started out developing it for Sublime, I now develop it for
VSCode (https://github.com/tikkanz/j-vscode) and generate the Sublime
version from that.

Cheers,
Ric



On Sat, Jan 29, 2022 at 4:24 PM P Padilcdx <ppadil...@gmail.com> wrote:

> 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 <ppadil...@gmail.com> 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 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 on
> where it messes up), it is located at:
> https://github.com/papadil/J.tmLanguage
> >
> > I disabled inserting matching brackets in J as it seemed too annoying
> for the syntax.  Also adds to the menu in the status bar at the bottom of
> TextMate the functions defined with {{ and : syntax for easier navigation
> (actually both definition and where it is used, although I need to add more
> context as it currently just shows the name).
> >
> > Note: the J.tmLanguage inside the bundle can also be used for Sublime
> Text for syntax highlighting.
> >
> > Regards
> > Pete
> >
> > PS. I won’t get offended if no ones bites…I know some folks prefer a
> minimal look when editing, or use other editors.
> >
> >
>
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to