/* these are here for lookup speed purposes */
private static Map<String, Grammar> grammarsByScopeNames = new HashMap<String, Grammar>();
public Grammar(String plistFile){
this.plist = Dict.parseFile(plistFile);
propertyLoader = new PlistPropertyLoader(plist, this);
initForReference();
}