我希望这真的很简单,但是我仍然没有找到任何解决方案。我以前是这样在引号中输入引号的:
这适用于除Stylus(安装了语法支持软件包Stylus)以外的所有语法。在这里它是这样的:
有没有可能解决这种问题?仅在语法上出现这样的错误真的很烦人。双引号也有同样的问题。如果您能帮助我,我将非常感谢。)谢谢。
答案 0 :(得分:1)
通过从“上下文”数组中删除{“ key”:“ eol_selector”}并添加另一个仅限制手写笔规则的“ key”来解决此问题。键盘绑定看起来像这样:
{ "keys": ["'"], "command": "move", "args": {"by": "characters", "forward": true}, "context":
[
{ "key": "selector", "operator": "equal", "operand": "source.stylus"},
{ "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 },
]},