Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下截图来自sublime. 该指南很有帮助,因为haml它是基于缩进的模板引擎。有没有办法做到这一点?
sublime
haml
检查vim-indent-guides,它提供缩进指南。
还有:help 'list'和:help 'listchars':
:help 'list'
:help 'listchars'
set list set listchars+=tab:┊\ <-- there's a <Space> after the backslash
但它仅适用于<Tab>可能适合也可能不适合您需求的 s。
<Tab>