Skip to content

Releases: julelang/jule.nvim

v0.0.4

22 Dec 12:26
v0.0.4
d85557a
Compare
Choose a tag to compare

Major Changes

🐛 Bug Fixes

  • (syntax) add missing keywords, change the order, update names, fix comments & operators (4f4daa1)

v0.0.3

17 Dec 20:20
v0.0.3
c9ebaf7
Compare
Choose a tag to compare

Major Changes

🐛 Bug Fixes

  • (ftplugin) non julefmt compliant tabs (498b1e3)
  • (formatting) moving view (77dd3c8)

🛠️ Refactoring

  • split & optimize the code (ad71300)

v0.0.2

16 Dec 00:15
v0.0.2
3a90cf2
Compare
Choose a tag to compare

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