Skip to content

Commit

Permalink
feat: bind *.aggr,*.aggrcon files to org.eclipse.core.runtime.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Feb 16, 2024
1 parent 363e86d commit 61c1558
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion org.eclipse.tm4e.language_pack/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,24 @@
<scopeNameContentTypeBinding scopeName="source.jikespg" contentTypeId="org.eclipse.tm4e.language_pack.jikespg" />
</extension>

<!-- ======================================== -->
<!-- Eclipse Simrel Aggregator Model -->
<!-- ======================================== -->
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type id="org.eclipse.tm4e.language_pack.aggr" name="Eclipse Simrel Aggregator Model" base-type="org.eclipse.core.runtime.xml" priority="low"
file-extensions="aggr,aggrcon">
<!-- see https://wiki.eclipse.org/Simrel/Contributing_to_Simrel_Aggregation_Build#Configuring_the_workspace_content_types -->
</content-type>
</extension>

<!-- ======================================== -->
<!-- XML -->
<!-- ======================================== -->
<extension point="org.eclipse.tm4e.registry.grammars">
<scopeNameContentTypeBinding scopeName="text.xml" contentTypeId="org.eclipse.core.runtime.xml" />
<scopeNameContentTypeBinding scopeName="text.xml" contentTypeId="org.eclipse.core.runtime.xml">
<!-- this binds XML content type to the text.xml TextMate grammar scope. -->
<!-- this allows automatic syntax highlighting of all XML files when opened with the GenericEditor -->
</scopeNameContentTypeBinding>
</extension>

<!-- START-GENERATED -->
Expand Down

0 comments on commit 61c1558

Please sign in to comment.