我大量使用具有句法空白的语言(LiveScript,Emblem,Stylus,YAML)
有没有办法配置缩进的背景?
我读到我可以为这些微小的压痕线上色,但这还不够。
这里是我正在思考的模型:
答案 0 :(得分:4)
我也正在寻找这个,我认为根据有多少行改变缩进区域的背景颜色会很棒。我不知道该怎么做,但我确实在这里找到了类似的解决方案:
https://github.com/buymeasoda/soda-theme/issues/153
这会让你看到如下所示的行:
具体来说,该页面说:
Just add these settings to Monokai Soda.tmTheme file in settings dictionary, displayed in screenshot
<key>guide</key>
<string>#92003b</string>
<key>activeGuide</key>
<string>#7fb11b</string>
<key>stackGuide</key>
<string>#635f2d</string>
上页的另一位用户说:
Just wanted to point out to others, that you'll need to enable "draw_active", in user prefs, like so:
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
他们还在上面的链接中引用了这个页面: http://wesbos.com/sublime-text-indentation-guide-lines/
这些选项看起来有些帮助,但它们并不是您问题的准确答案。我肯定希望看到你提到的东西。