vf: Update shortname of VisualForce

Looks nicer in the Designer menu than just "vf".
This commit is contained in:
Andreas Dangel
2017-06-11 09:21:02 +02:00
parent 777e1cfbd2
commit 6bb044b517

View File

@ -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);
}
}