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 f2c21ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions org.eclipse.tm4e.language_pack/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@
<extension point="org.eclipse.tm4e.registry.grammars">
<grammar scopeName="text.xml" path="syntaxes/xml/xml.tmLanguage.json" />
<scopeNameContentTypeBinding scopeName="text.xml" contentTypeId="org.eclipse.tm4e.language_pack.xml" />
<scopeNameContentTypeBinding scopeName="text.xml" contentTypeId="org.eclipse.core.runtime.xml" />
</extension>

<extension point="org.eclipse.tm4e.languageconfiguration.languageConfigurations">
Expand Down

0 comments on commit f2c21ae

Please sign in to comment.