mdenet / platformtools

Education platform tool functions.
Eclipse Public License 2.0
0 stars 3 forks source link

Add Xtend panel #50

Closed szschaler closed 9 months ago

szschaler commented 9 months ago

This PR adds a new panel for Xtend code provided by the Xtext tool. This closes #49.

Xtend support is rudimentary. There is basic syntax highlighting, including with respect for template strings and guillemets. There is also some behaviour that translates '<<' into a guillemet pair and '>>' into a closing guillemet.