Skip to content

Releases: ponylang/ponylang-mode

0.6.0

22 Aug 10:34
Compare
Choose a tag to compare

[0.6.0] - 2020-08-22

Fixed

  • Fix package-lint feedback (PR #145)
  • Fix ctags regex for linux (PR #148)

Added

  • Add elseif indent keyword (PR #147)
  • Add code formatting feature (PR #149)
  • Add beginner example (PR #150)

0.5.3

23 Jul 05:24
Compare
Choose a tag to compare

[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

03 Jul 10:27
Compare
Choose a tag to compare

[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

  • Better imenu parsing rules (PR #133)
  • Improved match indent (PR #136)

0.5.1

28 Jun 08:55
Compare
Choose a tag to compare

[0.5.1] - 2020-06-28

Fixed

  • Fixed match indent (PR #126)
  • Fixed type alias highlighting (PR #130)

Changed

  • No prompt for ctags update (PR #124)
  • Simplified regular expression for indentation (PR #129)

0.5.0

24 Jun 02:20
Compare
Choose a tag to compare

[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

15 Jun 09:50
Compare
Choose a tag to compare

[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

12 Jun 11:41
Compare
Choose a tag to compare

[0.3.0] - 2020-06-12

Added

  • Added playground support (PR #98)

0.2.1

12 Jun 09:09
Compare
Choose a tag to compare

[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

12 Jun 06:37
Compare
Choose a tag to compare

[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

11 Jun 06:03
Compare
Choose a tag to compare

[0.1.8] - 2020-06-11

Added

  • Added source file doc highlighting (PR #90)
  • Added use keyword highlighting (PR #91)