Skip to content

Commit

Permalink
feat: link "text.xml" scope with "org.eclipse.core.runtime.xml" content
Browse files Browse the repository at this point in the history
type

Fixes #698
  • Loading branch information
iloveeclipse committed Feb 13, 2024
1 parent 9320372 commit fb9afdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions org.eclipse.tm4e.language_pack/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@
<scopeNameContentTypeBinding scopeName="source.jikespg" contentTypeId="org.eclipse.tm4e.language_pack.jikespg" />
</extension>

<!-- ======================================== -->
<!-- XML -->
<!-- ======================================== -->
<extension point="org.eclipse.tm4e.registry.grammars">
<scopeNameContentTypeBinding scopeName="text.xml" contentTypeId="org.eclipse.core.runtime.xml" />
</extension>

<!-- START-GENERATED -->

<!-- ======================================== -->
Expand Down

0 comments on commit fb9afdc

Please sign in to comment.