DevBoost / EMFText

EMFText is an Eclipse plug-in that allows you to define text syntax for languages described by an Ecore metamodel. EMFText enables developers to define textual Domain Specific Languages quickly and without the need to learn new technologies and concepts.
14 stars 12 forks source link

Unicode charcter classes #69

Closed AresEkb closed 8 years ago

AresEkb commented 8 years ago

Hi

Is there a simple way to use unicode character classes in EMFText? For example I need all alphabetic characters \p{L} excluding \p{M}.

mirkoseifert commented 8 years ago

There is no support for this currently. You'll to specify the characters manually using the respective character ranges.