Package net.nicoulaj.idea.markdown

Examples of net.nicoulaj.idea.markdown.MarkdownLanguage


    @NonNls
    public static final String[] DEFAULT_ASSOCIATED_EXTENSIONS = {"markdown", "mkd", "md"};

    /** Build a new instance of {@link MarkdownFileType}. */
    public MarkdownFileType() {
        super(new MarkdownLanguage());
    }
View Full Code Here

TOP

Related Classes of net.nicoulaj.idea.markdown.MarkdownLanguage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.