store.setDefault(PHP_OUTLINE_CLASS, "true"); //$NON-NLS-1$
store.setDefault(PHP_OUTLINE_FUNC, "true"); //$NON-NLS-1$
store.setDefault(PHP_OUTLINE_VAR, "true"); //$NON-NLS-1$
-
+
TemplatePreferencePage.initDefaults(store);
new PHPSyntaxRdr(); //this will initialize the static fields in the syntaxrdr class
}