blob: 17d43b1c835e3c494ef4d6d2bd98c616bfe5de84 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<plugin>
<extension point="org.eclipse.wst.sse.ui.editorConfiguration">
<sourceViewerConfiguration
class="org.eclipse.wst.jsdt.web.support.jsp.JSDTStructuredTextViewerConfigurationJSP"
target="org.eclipse.jst.jsp.core.jspsource.source" />
<provisionalConfiguration
type="contentassistprocessor"
class="org.eclipse.wst.jsdt.web.ui.internal.contentassist.JSDTContentAssistant"
target="org.eclipse.jst.jsp.SCRIPT.JAVASCRIPT" />
<documentationTextHover
class="org.eclipse.wst.jsdt.web.ui.internal.taginfo.JSDTHoverProcessor"
target="org.eclipse.jst.jsp.SCRIPT.JAVASCRIPT" />
</extension>
<extension point="org.eclipse.wst.sse.ui.sourcevalidation">
<validator
scope="total"
class="org.eclipse.wst.jsdt.web.core.internal.validation.JsValidator"
id="org.eclipse.wst.jsdt.web.support.jsp.jssourcevalidator">
<contentTypeIdentifier id="org.eclipse.jst.jsp.core.jspsource">
<partitionType id="org.eclipse.wst.html.SCRIPT"></partitionType>
<partitionType id="org.eclipse.wst.html.SCRIPT.EVENT"></partitionType>
</contentTypeIdentifier>
</validator>
</extension>
</plugin>