Support for two new editors
- Posted by jeremy (admin) Nov 27, 2010
- 1330 views
Just wanted to let people know that a TextMate bundle now exists for Euphoria. In includes all 4.0 syntax highlighting including new numbers, strings, string escape codes and multi-line comments. It also supports highlighting eTML files (Euphoria embedded in HTML like PHP) and EuDoc comment highlighting. TextMate's claim to fame (initially) is their snippet system, the bundle of course comes with common snippets for Euphoria programming. One more notable feature is auto-indentation, when you type sequence abc = {ENTER, the next line will be indented. Same for Euphoria constructs such as if/else/endif, while/entry/end while, switch/case/end switch, etc...
In addition, there now exists e-TextEditor which is a TextMate clone for Windows and *nix systems. This bundle has been tested there as well.
The bundle can be had from our eu-editors project. To get more information about TextMate, e-TextEditor and other editors, see our recently updated wiki:Editors wiki page.
Jeremy