Highlights anchor and bug fixes
If swift-mode:highlight-anchor
is non-nil, the anchor point is highlighted when indenting a line. For example, when indenting the aaa
token in the following example, the character “c” of the token class
is highlighted because the aaa
token is indented relative to the character.
class Foo {
aaa
}
This feature is disabled by default because it is intended for debugging.