v0.0.1-beta02
ShindouMihou
released this
10 Jan 14:38
·
4 commits
to master
since this release
Changelog
- Adds support for annotating entire structs using
k:named
. - Adds support for plugins to have contexts for specific files (can be used to help maintain contexts or data among multiple lines in files).
- Fixes a bug where
ScopeEndKind
isn't identified when there is a comment on a type struct. - Fixes a bug where type structs cannot be identified properly when there is a comment.
- Fixes a bug where field declarations cannot be identified when there is an abrupt end (i.e. no annotations).