fix issue with attributes
parent
70ba525430
commit
b71fb3ad20
|
@ -60,7 +60,7 @@ linestylefilter.getLineStyleFilter = function(lineLength, aline, textAndClassFun
|
||||||
|
|
||||||
// Plugin Hook to add more Attrib Classes
|
// Plugin Hook to add more Attrib Classes
|
||||||
hooks.aCallAll('aceAttribClasses', linestylefilter.ATTRIB_CLASSES, function(err, ATTRIB_CLASSES){
|
hooks.aCallAll('aceAttribClasses', linestylefilter.ATTRIB_CLASSES, function(err, ATTRIB_CLASSES){
|
||||||
if(ATTRIB_CLASSES){
|
if(ATTRIB_CLASSES.length >= 1){
|
||||||
linestylefilter.ATTRIB_CLASSES = ATTRIB_CLASSES[0];
|
linestylefilter.ATTRIB_CLASSES = ATTRIB_CLASSES[0];
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue