Releases: julelang/jule.nvim
Releases · julelang/jule.nvim
v0.0.4
Major Changes
🐛 Bug Fixes
- (syntax) add missing keywords, change the order, update names, fix comments & operators (4f4daa1)
v0.0.3
Major Changes
🐛 Bug Fixes
- (ftplugin) non julefmt compliant tabs (498b1e3)
- (formatting) moving view (77dd3c8)
🛠️ Refactoring
- split & optimize the code (ad71300)
v0.0.2
Major Changes
🚀 Features
- (formatting) allow setting custom
format_command
(f99e1c7)
- (commands) add a list of built-in commands (f05e9bb)
📚 Documentation
- add comments & improve the README (ebf4538)
- add development instructions (397cf12)
⚙️ Miscellaneous Tasks
- update the repo owner (9139726)
- (stylua) change indent type to spaces (0c61d51)
Other