Additional Languages
Identifier:
org.eclipse.cdt.core.AdditionalLanguages
Description:
Adds an additional language to the CDT, supported by the given class, which must implement IAdditionalLanguage.
Configuration Markup:
<!ELEMENT language EMPTY>
<!ATTLIST language
class CDATA #REQUIRED>
Adds an additional language to the CDT, supported by the given class, which must implement IAdditionalLanguage.
- class - The class supporting the language. Must implement IAdditionalLanguage.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]