antonj / Highlight-Indentation-for-Emacs

Minor modes to highlight indentation guides in emacs.
467 stars 56 forks source link

Only highlight indentations from beginning of line, not within a line #12

Closed djui closed 8 years ago

djui commented 11 years ago

The following line is highlighted throughout, but should only be at the beginning of the line (^ {4}... vs {4}...).

    def foo:
    |    if test == "|    bar|    ":
    |    |   print "baz"
    |    else:
    |    |   exit(1)
cortner commented 10 years ago

This would be good to fix. I like the mode, but this is a bit annoying. Here is another example screen shot 2014-09-04 at 20 32 57

antonj commented 9 years ago

You could try this branch https://github.com/antonj/Highlight-Indentation-for-Emacs/tree/overlays-wip it's work in progress though

antonj commented 8 years ago

Should be fixed