а я ведь написал что VCS точно так же, как и sublime не является ide.
SET admin_st4_path=powershell Start-Process 'Path\To\sublime_text.exe' -Verb runAs
// Автоматические типографические кавычки
{ "keys": ["ctrl+shift+'"], "command": "insert_snippet", "args": {"contents": "«${0:$SELECTION}»"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": false, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "text", "match_all": true }
]
},
{ "keys": ["ctrl+shift+'"], "command": "insert_snippet", "args": {"contents": "«$0»"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "text", "match_all": true }
]
},
{ "keys": ["ctrl+shift+'"], "command": "insert_snippet", "args": {"contents": "«$0"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^\\S", "match_all": true },
{ "key": "following_text", "operator": "not_regex_contains", "operand": "^(«|»|\\)|])", "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "text", "match_all": true }
]
},
{ "keys": ["ctrl+shift+'"], "command": "insert_snippet", "args": {"contents": "»$0"}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": "\\S$", "match_all": true },
{ "key": "following_text", "operator": "not_regex_contains", "operand": "^(«|»|\\)|])", "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "text", "match_all": true }
]
},
{ "keys": ["ctrl+shift+'"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "setting.auto_match_enabled", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^(«|»)", "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "text", "match_all": true }
]
},