Examples of MarkdownLanguage


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
Copyright © 2018 www.massapi.com. 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.