Skip to content

Releases: hylang/hy-mode

stable

11 Oct 22:22
Compare
Choose a tag to compare

Everything basically works now for Hy 0.16.0.

IDE Features

05 Jun 19:19
Compare
Choose a tag to compare

Autocompletion, Eldoc, and numerous other features supported.

This release is meant for stable users to get access to IDE features.

More feature-complete and refined features are pending merging of the jedhy package into hy-mode.

1.0.2 - Indentation finalized, longstanding bugs fixed.

07 Sep 18:28
Compare
Choose a tag to compare
  1. Highlight variable names in setv/def (only first name)

  2. #32: Indentation with dict/list starting with string

  3. #39: Make indentation rules match the Hy style guide

  4. #42: Smartparens tick/backtick

  5. #43: Inferior Lisp history corrupted with extra =>

  6. #50: support Symbol Highlight Transient State in Spacemacs

  7. Indentation rewrite complete, solid

  8. Symbols prefixed with ‘, ` and ~ now indented properly

1.0.1 - Syntax Highlighting Complete

03 Sep 18:08
Compare
Choose a tag to compare
  1. Function/Class/Module docstrings font-lock-doc-face not string-face
  2. Synced all hy builtins, added anaphorics to highlighting
  3. Syntax highlight exceptions
  4. Syntax highlight pure-python builtins
  5. #* and #** unpacking highlighted as keywords
  6. Tag Macro highlighting

Hy-mode First Tagged Release

27 Aug 21:11
Compare
Choose a tag to compare

Hy-mode maintainership transferred, Hy-mode rewritten.

Syntax highlighting reflects Hy master branch now, highlighting fixes, debugging keybindings.

See VERSION for full changes.