An Emacs major mode for the Kintsugi programming language.
- Syntax highlighting for keywords, builtins, type names, set-words, get-words, lit-words, meta-words, and literals (URLs, emails, files, money, pairs, logic)
- Indentation support
- Comment handling (
;line comments,{}multi-line strings)
Clone this repository and add it to your load path:
(add-to-list 'load-path "/path/to/kintsugi-mode")
(require 'kintsugi)(use-package kintsugi
:load-path "/path/to/kintsugi-mode")Files with a .ktg extension are automatically opened in kintsugi-mode.
;; Set indentation width (default: 2)
(setq kintsugi-indent-offset 4)MIT