Adding change to init update in PM
This commit is contained in:
5
gulliver/js/codemirror/mode/php/php.js
vendored
5
gulliver/js/codemirror/mode/php/php.js
vendored
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user