I think it hard for me to discribe that clearly. Here's the example:
- Code: Select all
html
head
title
body
div
div
| div
| div
| div
F
When I put my caret at F, I want it to highliight the indent guide right abode `F`.
How to make it?
html
head
title
body
div
div
| div
| div
| div
F
<key>guide</key>
<string>#FF0000</string>
<key>stackGuide</key>
<string>#00FF00</string>
<key>activeGuide</key>
<string>#0000FF</string>"indent_guide_options":
[
"draw_normal",
"draw_active"
],nick. wrote:Sublime has three guides, which you can color as below:
- Code: Select all
<key>guide</key>
<string>#FF0000</string>
<key>stackGuide</key>
<string>#00FF00</string>
<key>activeGuide</key>
<string>#0000FF</string>
I also have this in my User Preferences file:
- Code: Select all
"indent_guide_options":
[
"draw_normal",
"draw_active"
],
Users browsing this forum: Google [Bot] and 4 guests