1.3.2
Micro version 1.3.2.
This release contains mostly bug fixes. The only interesting new features are support for crlf/lf (unix vs dos) line endings and access to the Go standard library for Lua plugins.
- Add support for crlf and lf
- Lua now has access to most of the Go standard library
- Simply import go packages:
local fmt = import("fmt")
- Simply import go packages:
- Syntax highlighting
- Julia support
- Improved yaml highlighting
- Bug fixes for multiple cursors
- Bug fixes for undo/redo
- Add a new --config-dir option to set a custom location for the configuration directory