Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ALSchwalm/janet-mode
A major mode for the janet programming language: https://janet-lang.org/
https://github.com/ALSchwalm/janet-mode
Last synced: 3 months ago
JSON representation
A major mode for the janet programming language: https://janet-lang.org/
- Host: GitHub
- URL: https://github.com/ALSchwalm/janet-mode
- Owner: ALSchwalm
- License: gpl-3.0
- Created: 2019-05-19T03:07:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T20:36:54.000Z (8 months ago)
- Last Synced: 2024-05-27T14:48:51.250Z (6 months ago)
- Language: Emacs Lisp
- Size: 26.4 KB
- Stars: 42
- Watchers: 5
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-janet - janet-mode
README
janet-mode - A major mode for Janet
=====================================[![License GPL 3][badge-license]][license]
`janet-mode` provides a major mode for the [Janet][] programming language.
Installation
------------Ensure that `janet-mode.el` is in your load-path, and then add
(require 'janet-mode)
to your emacs init file.
[Janet]: https://janet-lang.org/
[badge-license]: https://img.shields.io/badge/license-GPL_3-green.svg?dummy
[license]: https://github.com/ALSchwalm/janet-mode/blob/master/LICENSE