bobbylight / RSyntaxTextArea

A syntax highlighting, code folding text editor for Java Swing applications.
BSD 3-Clause "New" or "Revised" License
1.12k stars 259 forks source link

Support for TextMate syntax coloration #213

Open angelozerr opened 8 years ago

angelozerr commented 8 years ago

TextMate gives you the capability to define a grammar with JSON (VSCode) or PList. And it exists a lot of grammar with TextMate (JSON, XML, C#, TypeScript, etc)

If you wish to support TextMate grammar inside RSyntaxTextArea, I have created a new project https://github.com/angelozerr/textmate.java which provides a core https://github.com/angelozerr/textmate.java/tree/master/org.eclipse.textmate4e.core which is not linked to Eclipse (or few) See https://github.com/angelozerr/textmate.java/wiki/Core

If you are interested, tell me and I will happy to help you.

bobbylight commented 7 years ago

Thanks for this, I'll take a look.

angelozerr commented 7 years ago

That's cool @bobbylight Please note that textmate.java is moving to Eclipse.org https://projects.eclipse.org/proposals/tm4e-textmate-support-eclipse-ide

ainslec commented 7 years ago

Is anything happening with this at all?

JamzTheMan commented 5 years ago

Did anything ever come of this? I would like to migrate my tokenizer to texmate format...

ainslec commented 4 years ago

Hello, I'd like to ask about this again. I can see the RSyntaxTextArea moved to 3.x.x, and was wondering if perhaps there might be support for TM4E coming?