Skip to content

Commit

Permalink
Add articles about using Eclipse TM4E
Browse files Browse the repository at this point in the history
This adds links to tutorials which provide a good start to use tm4e as
user or as developer who whishes to integrate textmate in their plugin.

Fixes #577
  • Loading branch information
vogella authored and mickaelistria committed Nov 21, 2024
1 parent 5762f79 commit cb1e486
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ Here are some projects that use tm4e:
- [typescript.java](https://github.com/angelozerr/typescript.java) - TypeScript IDE for Eclipse with JSDT & tsserver.
- [Phaser Editor 2D](https://github.com/PhaserEditor2D/PhaserEditor) - an IDE for the creation of HTML5 games.

## Documentation

See [https://github.com/eclipse-tm4e/tm4e/blob/main/documentation/README.md](Further documentation) for additional information.

## 👷 Get support and contribute

Expand Down
10 changes: 10 additions & 0 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## Documentation

### Where can I find more information about using TM4E

See [TM Wiki](https://github.com/eclipse-tm4e/tm4e/wiki) for additional information.

### Where can I find tutorials about getting started

* [TM4E - Eclipse newsletter article](https://www.eclipse.org/community/eclipse_newsletter/2018/june/tm4e.php)
* [Using TM4E for syntax highlighting and language configuration in an Eclipse editor tutorial](https://www.vogella.com/tutorials/EclipseEditors/article.html#exercise-implementing-syntax-highlighting-using-text-mate)

0 comments on commit cb1e486

Please sign in to comment.