Skip to content

Releases: ponylang/ponylang-mode

0.1.7

10 Jun 09:26
Compare
Choose a tag to compare

[0.1.7] - 2020-06-10

Fixed

  • Fixed Incorrect indentation (PR #88)
  • Fixed type references highlighting (PR #89)

0.1.6

06 Jun 01:07
Compare
Choose a tag to compare

[0.1.6] - 2020-06-06

Fixed

  • Fixed generic references highlighting (PR #86)

Added

  • Added tuple references highlighting (PR #85)
  • Replace trivial dependency on Oh My Emacs (PR #87)

0.1.5

29 May 08:59
Compare
Choose a tag to compare

[0.1.5] - 2020-05-29

Added

  • Added EditorConfig support (PR 82)

Changed

  • Format source (PR 81)
  • Update ponylang menu (PR 80)

0.1.4

28 May 09:48
Compare
Choose a tag to compare

[0.1.4] - 2020-05-28

Fixed

  • Fixed docstring highlighting (PR #75)
  • Fixed intersections and methods indent (PR #77)

0.1.3

27 May 08:44
Compare
Choose a tag to compare

[0.1.3] - 2020-05-27

Added

  • Added delimiter highlighting (PR #69)
  • Added variable references highlighting (PR #71)

Changed

  • Changed operator symbols highlighting (PR #70)

0.1.2

26 May 15:37
Compare
Choose a tag to compare

[0.1.2] - 2020-05-26

Fixed

  • Added end keyword keep indent (PR #54)
  • Improved variable highlighting (PR #55)
  • Improved type highlighting (PR #56)

Added

  • Added parameter highlighting (PR #59)
  • Added method references highlighting (PR #60)
  • Added numeric literals highlighting (PR #63)
  • Added operators highlighting (PR #64)

0.1.1

22 May 02:16
Compare
Choose a tag to compare

[0.1.1] - 2020-05-22

Fixed

  • Fixed melpa recipe format (PR #52)

0.1.0

21 May 13:44
Compare
Choose a tag to compare

[0.1.0] - 2020-05-21

Fixed

  • Differentiate docstrings from strings (PR #45)
  • Fix this and reference capabilities highlight color (PR #47)
  • Fixed multi-line method indentation (PR #36)
  • Fixed match clause indentation (PR #36)
  • Fixed multi-line type indentation (PR #36)

Added

  • Compilation Integration (PR #41)
  • Added Hydra support (PR #42)
  • Added some banners to the Hydra menu (PR #42)
  • Better type and constant highlighting (PR #48)
  • Font lock for variable definitions (PR #49)

0.0.12

10 May 01:58
Compare
Choose a tag to compare

[0.0.12] - 2020-05-10

Added

  • Add missing keywords (PR #36)

0.0.10

03 Aug 16:37
Compare
Choose a tag to compare

Fixed

  • Problem with triple quoted string handling