Remove base-types from content-type definitions. They confuse lsp4e.

This commit is contained in:
Kris De Volder
2018-01-03 15:30:29 -08:00
parent 9e775ded2c
commit 96b1489ba8
4 changed files with 2 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
default-charset="UTF-8"
id="org.springframework.tooling.bosh.manifest"
name="BOSH Deployment Manifest"
@@ -20,7 +19,6 @@
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.core.runtime.text"
default-charset="UTF-8"
id="org.springframework.tooling.bosh.cloudconfig"
name="BOSH Cloud Config"