Skip to content

v0.0.1-beta02

Compare
Choose a tag to compare
@ShindouMihou ShindouMihou released this 10 Jan 14:38
· 4 commits to master since this release
c344b66

Changelog

  1. Adds support for annotating entire structs using k:named.
  2. Adds support for plugins to have contexts for specific files (can be used to help maintain contexts or data among multiple lines in files).
  3. Fixes a bug where ScopeEndKind isn't identified when there is a comment on a type struct.
  4. Fixes a bug where type structs cannot be identified properly when there is a comment.
  5. Fixes a bug where field declarations cannot be identified when there is an abrupt end (i.e. no annotations).