org.eclipse.epsilon.egl.config.DefaultConfig.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ContentTypes SYSTEM "http://www.epsilon.org/egl/ContentTypes.dtd"> <ContentTypes> <ContentType name="Java"> <CommentStyle startsWith="//" /> <CommentStyle startsWith="/*" endsWith="*/" /> </ContentType> <ContentType name="HTML"> <CommentStyle startsWith="<!--" endsWith="-->"/> </ContentType> <ContentType name="VisualBasic"> <CommentStyle startsWith="'" /> </ContentType> <ContentType name="EGL"> <CommentStyle startsWith="--" /> </ContentType> <ContentType name="Perl"> <CommentStyle startsWith="#" /> </ContentType> </ContentTypes>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy