blob: 9047b2b34f7c150c48cd10f5841a28ca4480cd34 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
Copyright (c) 2015 Max Rydahl Andersen 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:
Max Rydahl Andersen - copied from markdown to get base for asciidoc
-->
<plugin>
<extension point="org.eclipse.mylyn.wikitext.core.markupLanguage">
<language class="org.eclipse.mylyn.wikitext.asciidoc.core.AsciiDocLanguage"
name="AsciiDoc" fileExtensions="asciidoc,ad,adoc">
</language>
</extension>
<extension point="org.eclipse.core.contenttype.contentTypes">
<content-type id="org.eclipse.mylyn.wikitext.asciidoc" base-type="org.eclipse.mylyn.wikitext"
file-extensions="asciidoc,ad,adoc" name="%content-type.name" priority="normal">
</content-type>
</extension>
<extension point="org.eclipse.team.core.fileTypes">
<fileTypes extension="asciidoc" type="text"/>
</extension>
</plugin>