Skip to content

Releases: eutro/zenscript-mode

Version 1.2.1

02 Jan 13:55
Compare
Choose a tag to compare

Significant changes from 1.2.0 are:

  • Fix infinite timer loops.
  • Autoload (backward|forward)-zenscript-identifier and add to keymap under M-b/<M-left> and M-f/<M-right> respectively.

Version 1.2.0

06 Dec 21:33
Compare
Choose a tag to compare

Significant changes from 1.1.0 are:

  • Highlight multiple syntax errors in a single buffer.
  • Fixed the parser sometimes hanging forever.
  • Code completion and reference lookup for definitions in a single script.

Version 1.1.0

27 Oct 12:32
Compare
Choose a tag to compare

Significant changes from 1.0.0 are:

  • Spaces instead of tabs for indentation.
  • Checks and fixes from MELPA guidelines.

Version 1.0.0

27 Oct 10:40
Compare
Choose a tag to compare

Initial release.

Features:

  • Font lock
  • Indentation
  • Some code completion
  • Syntax checking