Ant Grammar Prototype
It is XML grammar plugin. Unfortunately the XML grammar
framework is not finalized so soft implementation
dependency is required (it's only a bridge).
Dependencies
XML dependencies are little bit hairy because:
- it needs an unfinalized API of XML Core module,
- at least one editor using the API must be enabled and
- such a editor does not require any grammar provider.
so it:
- depends on XML core module,
- still requires versioned token specifing explicit API version and
- requires unversioned API client token to avoid loading if no client enabled.