以下截图来自sublime
. 该指南很有帮助,因为haml
它是基于缩进的模板引擎。有没有办法做到这一点?
问问题
3058 次
2 回答
2
检查vim-indent-guides,它提供缩进指南。
于 2012-11-16T04:58:01.503 回答
1
还有:help 'list'
和:help 'listchars'
:
set list
set listchars+=tab:┊\ <-- there's a <Space> after the backslash
但它仅适用于<Tab>
可能适合也可能不适合您需求的 s。
于 2012-11-16T07:33:17.210 回答