blob: 9cb9c350aa07fd54c3e9a9447cd5c24bce2aabb7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2012, 2013 Stefan Seelmann 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:
Stefan Seelmann - initial API and implementation
-->
<plugin>
<extension point="org.eclipse.mylyn.wikitext.core.markupLanguage">
<language class="org.eclipse.mylyn.wikitext.markdown.core.MarkdownLanguage"
name="Markdown" fileExtensions="markdown,md,mdtext">
</language>
</extension>
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type id="org.eclipse.mylyn.wikitext.markdown" base-type="org.eclipse.mylyn.wikitext"
file-extensions="markdown,md,mdtext" name="%content-type.name" priority="normal">
</content-type>
</extension>
<extension point="org.eclipse.team.core.fileTypes">
<fileTypes extension="markdown" type="text"/>
</extension>
<extension point="org.eclipse.mylyn.wikitext.core.markupValidationRule">
<rule markupLanguage="Markdown"
class="org.eclipse.mylyn.internal.wikitext.markdown.core.validation.MarkdownReferenceValidationRule">
</rule>
<rule markupLanguage="Markdown"
class="org.eclipse.mylyn.internal.wikitext.markdown.core.validation.LinkDefinitionValidationRule">
</rule>
</extension>
</plugin>