Open angelozerr opened 8 years ago
Thanks for this, I'll take a look.
That's cool @bobbylight Please note that textmate.java is moving to Eclipse.org https://projects.eclipse.org/proposals/tm4e-textmate-support-eclipse-ide
Is anything happening with this at all?
Did anything ever come of this? I would like to migrate my tokenizer to texmate format...
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?
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.