forked from phoedos/pmd
vf: Update shortname of VisualForce
Looks nicer in the Designer menu than just "vf".
This commit is contained in:
@ -18,7 +18,7 @@ public class VfLanguageModule extends BaseLanguageModule {
|
||||
public static final String TERSE_NAME = "vf";
|
||||
|
||||
public VfLanguageModule() {
|
||||
super(NAME, "vf", TERSE_NAME, VfRuleChainVisitor.class, "page", "component");
|
||||
super(NAME, "VisualForce", TERSE_NAME, VfRuleChainVisitor.class, "page", "component");
|
||||
addVersion("", new VfHandler(), true);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user