Releases: ponylang/ponylang-mode
Releases · ponylang/ponylang-mode
0.6.0
[0.6.0] - 2020-08-22
Fixed
- Fix package-lint feedback (PR #145)
- Fix ctags regex for linux (PR #148)
Added
0.5.3
[0.5.3] - 2020-07-23
Fixed
Added
- New feature: Code completion (PR #140)
Changed
- Update ctags settings (PR #137)
- Avoid ctags configuration conflicts (PR #138)
- Update README.md (PR #141)
- Improve methods parse regex (PR #144)
- Changed use keyword highlighting (PR #143)
0.5.2
[0.5.2] - 2020-07-03
Fixed
- Improve number and variable recognition expressions. (PR #135)
Added
- Added ffi bare lambdas callback hightlighting (PR #131)
- Added struct support for ctags (PR #132)
- Added addressof keyword highhighting (PR #134)
Changed
0.5.1
[0.5.1] - 2020-06-28
Fixed
Changed
- No prompt for ctags update (PR #124)
- Simplified regular expression for indentation (PR #129)
0.5.0
[0.5.0] - 2020-06-24
Fixed
- Fixed condition indentation (PR #111)
- Fixed generic default parameter highlighting (PR #113)
- Fixed match indent to be consistent with Style Guide (PR #121)
Added
- Added source folding support (PR #112)
- Added underscore in numeric literals highlighting (PR #115)
- Added community menu items (PR #119)
- Added code jump support based on ctags (PR #122)
- Added tags autoload support (PR #123)
Changed
- Improved delimiter highlighting (PR #114)
0.4.0
[0.4.0] - 2020-06-15
Fixed
- Improve type refrences highlighting (PR #99)
- Fix region length (PR #100)
- Fixed Invalid indent expression (PR #102)
- Fixed methods nesting highlighting (PR #108)
Added
- Added TODO highlighting (PR #103)
- Added whitespace highlighting (PR #104)
- Added pony file coding system (PR #105)
- Added fill column indicator (PR #106)
- Added rainbow brackets highlighting (PR #107)
Changed
0.3.0
[0.3.0] - 2020-06-12
Added
- Added playground support (PR #98)
0.2.1
[0.2.1] - 2020-06-12
Fixed
- Fixed character literals highlighting (PR #95)
Changed
- Changed imenu grouping (PR #96)
- Update project run menu behavior (PR #97)
0.2.0
[0.2.0] - 2020-06-12
Fixed
- Fixed numeric highlighting (PR #92)
Added
- Added character literals highlighting (PR #93)
- Added imenu support (PR #94)
0.1.8
[0.1.8] - 2020-06-11
Added
- Added source file doc highlighting (PR #90)
- Added use keyword highlighting (PR #91)