Releases: julelang/jule.nvim
Releases · julelang/jule.nvim
v0.0.7
Major Changes
🚀 Features
🐛 Bug Fixes
- (syntax) remove duplicate
pub
(1e3a2a1)
v0.0.6
Major Changes
🚀 Features
- (ftplugin) use smartindent (0830835)
🐛 Bug Fixes
- (syntax) add the missing
select
keyword (008983e)
- (syntax) split types and keywords & fix a typo in
uintptr
(778a877)
⚙️ Miscellaneous Tasks
v0.0.5
Major Changes
🐛 Bug Fixes
- juleDirective breaking everything with
"
s (ee75aa9)
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