Skip to content

Commit

Permalink
fix: remove illegal attribute from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Dec 19, 2024
1 parent fd2cd2c commit 3819352
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions org.eclipse.lsp4e.test/fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,13 @@
</content-type>
<content-type
base-type="org.eclipse.lsp4e.test.content-type"
childContentTypename="child"
file-extensions="lsptchild"
id="org.eclipse.lsp4e.test.childContentType"
name="lsptchild"
priority="normal">
</content-type>
<content-type
base-type="org.eclipse.lsp4e.test.content-type"
childContentTypename="child"
file-extensions="lsptchildNoLS"
id="org.eclipse.lsp4e.test.childContentTypeNpLS"
name="lsptchild-no-ls"
Expand Down Expand Up @@ -271,7 +269,7 @@
class="org.eclipse.lsp4e.test.references.FindReferencesTest$UiFreezeEventLogger">
</logger>
</extension>

<extension
point="org.eclipse.tm4e.registry.grammars">
<grammar
Expand All @@ -289,5 +287,5 @@
class="org.eclipse.tm4e.ui.text.TMPresentationReconciler"
contentType="org.eclipse.lsp4e.test.content-type.tm">
</presentationReconciler>
</extension>
</extension>
</fragment>

0 comments on commit 3819352

Please sign in to comment.