Skip to content

Highlights anchor and bug fixes

Compare
Choose a tag to compare
@taku0 taku0 released this 09 Oct 05:58
· 232 commits to master since this release

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.