Skip to content

shapayev/tm4e

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse tm4e - TextMate and language-configuration support for Java and in Eclipse IDE

Build Status License

TM4E brings Java API to tokenize textual documents according to TextMate grammars with an Eclipse IDE client that can do syntax highlighting according to this tokenization; and Eclipse IDE client for VSCode Language Configuration to support matching bracket, auto close, on enter support.

tm4e is an official Eclipse.org project so it conforms to typical Eclipse.org requirements and guarantees.

📥 Install

in Eclipse IDE or RCP applications

You can install tm4e with the update site https://download.eclipse.org/tm4e/snapshots/. TM4E is usually installed together with its consumers, so end-user should usually not need to directly install it.

as a Java API with Maven

[more information coming soon]

⌨️ Code

Clone to Eclipse IDE

The following class and modules should be used as entry point provides:

Here a sample with TypeScript:

TypeScript Editor

👪 Who is using tm4e?

Here are some projects that use tm4e:

  • Eclipse IDE languages and frameworks integrations
  • Apache NetBeans - A multi-language IDE written in Java that uses TM4E core parts to support syntax highlighting based on TextMate grammars.

👷 Get support and contribute

  • License and community: tm4e is a community open-source project licensed under the Eclipse Public License 2.0.
  • Support: You can ask (and answer!) questions, report bugs, and request features using GitHub issues.
  • Git: This eclipse/tm4e repository is the reference repository to contribute to tm4e
  • Build: build can be performed with a simple mvn clean verify, continuous integration and deployment is performed by CI jobs at https://ci.eclipse.org/tm4e/
  • Continuous testing, integration and deployment is performed by CI jobs at https://ci.eclipse.org/tm4e/ and https://github.com/eclipse/tm4e/actions
  • Developers mailing-list: Contributors are also expected to subscribe the tm4e-dev mailing-list.
  • Becoming a committer: as usual with Eclipse.org projects, anyone who's made significant contributions and who's upheld quality standards alongside good judgement and open-mindedness.

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.3%
  • HTML 5.8%
  • XSLT 2.8%
  • JavaScript 2.5%
  • CSS 1.8%
  • TypeScript 1.2%
  • Other 2.6%