Package org.kacprzak.eclipse.django_editor.editors.dj

Examples of org.kacprzak.eclipse.django_editor.editors.dj.NonDjangoStringRule


   
    rules.add(new DjangoVariableRule(colorProvider));
    rules.add(new DjangoTagRule(colorProvider));
   
    rules.add(new NonDjangoStringRule(colorProvider, string, normal));
    rules.add(new SingleLineRule("$(document", ")", keyword));
    //rules.add(new SingleLineRule("$(", ")", selector));
   
    //rules.add(new JQueryRule(colorProvider));
    rules.add(new JavaScriptBuiltInFunctionRule(colorProvider));
View Full Code Here

TOP

Related Classes of org.kacprzak.eclipse.django_editor.editors.dj.NonDjangoStringRule

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.