You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2024. It is now read-only.
Currently, the mapping from filename suffixes to resource kinds is predefined within the plugin (now via an internal configuration implemented for #1372).
To be more future proof for new kinds it would be nice to allow the user to specify additional mappings.
This could be done in several ways:
Providing a single property pointing to a properties file holding the mapping (e.g. with suffix=kind properties. Maybe with a sensible default for the filename which, when it exists, is automatically picked up (like the fragments)
Allow a plugin configuration to specify the mapping in XML style.