blob: d92a555384c6382b4f9ae4f33e3ff64d67f72613 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2007, 2009 David Green and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
David Green - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.mylyn.wikitext.core.markupLanguage">
<language
class="org.eclipse.mylyn.wikitext.twiki.core.TWikiLanguage"
name="TWiki"
fileExtensions="twiki">
</language>
</extension>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
base-type="org.eclipse.mylyn.wikitext"
file-extensions="twiki"
id="org.eclipse.mylyn.wikitext.twiki"
name="TWiki WikiText Markup"
priority="normal">
</content-type>
</extension>
<extension
point="org.eclipse.team.core.fileTypes">
<fileTypes
extension="twiki"
type="text">
</fileTypes>
</extension>
<extension
point="org.eclipse.mylyn.wikitext.core.markupValidationRule">
<rule
class="org.eclipse.mylyn.internal.wikitext.twiki.core.validation.ListWhitespaceValidationRule"
markupLanguage="TWiki"/>
<rule
class="org.eclipse.mylyn.internal.wikitext.twiki.core.validation.TWikiReferenceValidationRule"
markupLanguage="TWiki"/>
</extension>
</plugin>