{ "replacements": { "add_space_around_opening_brackets": { "find": "\\((?! |\\)|\\n)", "replace": "( ", "greedy_scope": true, "scope_filter": ["source.js,source.php","-comment", "-string.regexp", "-string.quoted.single.php", "-string.quoted.double.php"] }, "add_space_around_closing_brackets": { "find": "(?