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.
- Clone the repository:
git clone https://github.com/julelang/jule-mode.el.git
- Add the following to your Emacs configuration:
(add-to-list 'load-path "/path/to/jule-mode.el")
(require 'jule-mode)
- string escape sequences highlighting
- comments highlighting
- operator highlighting
- delimiter highlighting
See the Julenour Code of Conduct
The extension is distributed under the terms of the BSD 3-Clause license.
See License Details