https://github.com/julelang/jule-mode.el
Official Jule major mode for Emacs
https://github.com/julelang/jule-mode.el
elpa emacs jule julelang melpa
Last synced: about 1 month ago
JSON representation
Official Jule major mode for Emacs
- Host: GitHub
- URL: https://github.com/julelang/jule-mode.el
- Owner: julelang
- License: bsd-3-clause
- Created: 2025-02-01T22:26:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T12:06:08.000Z (8 months ago)
- Last Synced: 2025-09-06T10:51:42.382Z (about 1 month ago)
- Topics: elpa, emacs, jule, julelang, melpa
- Language: Emacs Lisp
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jule for Emacs
Official [Jule](https://github.com/julelang/jule) mode for Emacs.> [!WARNING]
> The mode is in early development stage and may not work as expected.
> Please check out the [TODO](#todo) section and report any issues you encounter.___
- [Features](#features)
- [Installation](#installation)- [Development](#development)
- [TODO](#todo)
- [Code of Conduct](#code-of-conduct)
- [License](#license)___
## Features
- [x] Syntax highlighting (partial, see [TODO](#todo))
- [ ] Code formatting ([julefmt](https://github.com/julelang/julefmt))## Installation
### Manual
1. Clone the repository:
```sh
git clone https://github.com/julelang/jule-mode.el.git
```
2. Add the following to your Emacs configuration:
```elisp
(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](https://jule.dev/code-of-conduct)## License
The extension is distributed under the terms of the BSD 3-Clause license.
[See License Details](/LICENSE)