[nobug] tag preference pages with some keywords
diff --git a/bundles/org.eclipse.wst.xsl.ui/plugin.properties b/bundles/org.eclipse.wst.xsl.ui/plugin.properties
index a71e726..88d7414 100644
--- a/bundles/org.eclipse.wst.xsl.ui/plugin.properties
+++ b/bundles/org.eclipse.wst.xsl.ui/plugin.properties
@@ -35,3 +35,5 @@
XSLContentAssistExtension = XSL Content Assistance
contextTypeXSLTag = XSL Tag
contextTypeXSLAttr = XSL Attribute
+preferenceKeywords.xpath=XPath
+preferenceKeywords.severity=severity error warning ignore
\ No newline at end of file
diff --git a/bundles/org.eclipse.wst.xsl.ui/plugin.xml b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
index 3d04b15..7591917 100644
--- a/bundles/org.eclipse.wst.xsl.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.xsl.ui/plugin.xml
@@ -105,6 +105,8 @@
class="org.eclipse.wst.xsl.ui.internal.preferences.XSLValidationPreferencePage"
id="org.eclipse.wst.xsl.ui.preferences.Validation"
name="%pageNameValidation">
+ <keywordReference id="org.eclipse.wst.xsl.ui.severity"/>
+ <keywordReference id="org.eclipse.wst.xsl.ui.xpath"/>
</page>
<page category="org.eclipse.wst.xsl.ui.preferences.BasePreferencePage"
class="org.eclipse.wst.xsl.ui.internal.preferences.XSLSyntaxColoringPage"
@@ -323,4 +325,12 @@
</highlighting>
</extension>
+ <extension point="org.eclipse.ui.keywords">
+ <keyword
+ label="%preferenceKeywords.severity"
+ id="org.eclipse.wst.xsl.ui.severity"/>
+ <keyword
+ label="%preferenceKeywords.xpath"
+ id="org.eclipse.wst.xsl.ui.xpath"/>
+ </extension>
</plugin>