blob: 7c87755997bd7d033c58df4f463d0de06b81131b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
#=============================================================================#
# Copyright (c) 2007, 2020 Stephan Wahlbrink and others.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License 2.0 which is available at
# https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0
# which is available at https://www.apache.org/licenses/LICENSE-2.0.
#
# SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
#
# Contributors:
# Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation
#=============================================================================#
-->
<plugin>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
id="org.eclipse.mylyn.wikitext.commonmark"
base-type="org.eclipse.mylyn.wikitext"
name="%contentTypes_Commonmark_name"
file-extensions="cm,md,markdown"
default-charset="utf-8"
priority="normal">
<property
name="bom">
</property>
</content-type>
</extension>
<extension
point="org.eclipse.mylyn.wikitext.ui.markupLanguage">
<language
name="CommonMark&#x2002;[StatET]"
class="org.eclipse.statet.internal.docmlet.wikitext.commonmark.core.Commonmark$MylynLanguage">
</language>
</extension>
<extension
point="org.eclipse.team.core.fileTypes">
<fileTypes
extension="cm"
type="text"/>
<fileTypes
extension="md"
type="text"/>
<fileTypes
extension="markdown"
type="text"/>
</extension>
</plugin>