Examples of NonDjangoStringRule


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
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.