Adding change to init update in PM

This commit is contained in:
ralph
2013-03-28 15:44:44 -04:00
parent ee476fd642
commit 44b4cd860c
35 changed files with 2988 additions and 8 deletions

View File

@@ -63,6 +63,11 @@
state.curState = state.php;
return "meta";
}
if( config.PMEnabled == true) {
state.curMode = phpMode;
state.curState = state.php;
return "meta";
}
if (state.pending == '"') {
while (!stream.eol() && stream.next() != '"') {}
var style = "string";