Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-file-.../lib/codemirr.../mode/css
File: gss_test.js
// CodeMirror, copyright (c) by Marijn Haverbeke and others
[0] Fix | Delete
// Distributed under an MIT license: http://codemirror.net/LICENSE
[1] Fix | Delete
[2] Fix | Delete
(function() {
[3] Fix | Delete
"use strict";
[4] Fix | Delete
[5] Fix | Delete
var mode = CodeMirror.getMode({indentUnit: 2}, "text/x-gss");
[6] Fix | Delete
function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1), "gss"); }
[7] Fix | Delete
[8] Fix | Delete
MT("atComponent",
[9] Fix | Delete
"[def @component] {",
[10] Fix | Delete
"[tag foo] {",
[11] Fix | Delete
" [property color]: [keyword black];",
[12] Fix | Delete
"}",
[13] Fix | Delete
"}");
[14] Fix | Delete
[15] Fix | Delete
})();
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function