Releases: roadrunner1776/magik
Releases · roadrunner1776/magik
0.3.2
What's Changed
- Mode-maps added to the doc strings of the mode functions. by @micha224 in #98
- Bump the magik linter to 0.9.1 by @sebastiaanspeck in #97
- Bump 0.3.1 by @sebastiaanspeck in #96
- ci: add Emacs 29.3 to list of versions by @sebastiaanspeck in #100
- [magik-treesit] Remove verbose logging by @sebastiaanspeck in #101
- Prompt for gis buffers when customization is set by @micha224 in #104
- ci: fix CI for macOS by @sebastiaanspeck in #105
- [magik-electric] Use a customisable default pragma if no previous pragma could be found by @sebastiaanspeck in #106
- [magik-electric] Use
def_mixin
as well to find a class name by @sebastiaanspeck in #107 - [magik-electric] Use previous class name as symbol for
message_handler.new()
by @sebastiaanspeck in #109 - [magik-electric] Add brackets to
proc
template by @sebastiaanspeck in #108 - [magik-electric] Move
def_mixin
, usefilename_as_symbol
and add empty vector for parents by @sebastiaanspeck in #110 - [magik-electric] Move templates not using
prev_class_name
to correct alist by @sebastiaanspeck in #111 - [magik-ts-mode] Change statements to work for magik-mode and magik-ts-mode by @sebastiaanspeck in #78
- [generic] Do not show whitespace in utility modes by @krn-robin in #112
Full Changelog: 0.3.1...0.3.2
0.3.1
Warn when magik-lint jar is not found (#95)
0.3.0
Better initialisation of magik-ts-mode (#82)
0.2.1
Amend e491f72666693959f3c426031ba07b4e7171d2a7 Font-lock fixes (#76)
0.2.0
Inititial tree-sitter-magik support (#69)
0.1.0
Remove warning that is no longer needed