Skip to content

julelang/jule-mode.el

Repository files navigation

Jule for Emacs

Official Jule mode for Emacs.

Warning

The mode is in early development stage and may not work as expected. Please check out the TODO section and report any issues you encounter.



Features

  • Syntax highlighting (partial, see TODO)
  • Code formatting (julefmt)

Installation

Manual

  1. Clone the repository:
git clone https://github.com/julelang/jule-mode.el.git
  1. Add the following to your Emacs configuration:
(add-to-list 'load-path "/path/to/jule-mode.el")
(require 'jule-mode)

Development

TODO

  • string escape sequences highlighting
  • comments highlighting
  • operator highlighting
  • delimiter highlighting

Code of Conduct

See the Julenour Code of Conduct

License

The extension is distributed under the terms of the BSD 3-Clause license.
See License Details