frontpage2003格式的菜单里为什么没有动态HTML效果?
的有关信息介绍如下:不要直接把汉化文件Default.sublime-package,那样菜单会乱的
点击首选项>按键绑定-用户
{ "keys": ["enter"], "command": "auto_indent_tag", "context":
[
{ "key": "setting.auto_indent", "operator": "equal", "operand": true },
{ "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
{ "key": "selector", "operator": "equal", "operand": "punctuation.definition.tag.begin", "match_all": true },
{ "key": "preceding_text", "operator": "regex_contains", "operand": ">$", "match_all": true },
{ "key": "following_text", "operator": "regex_contains", "operand": "^]}加入这一行代码就可以了、、
]
}
加入这一行代码就可以了、、