Skip to content

kintsugi-lang/kintsugi-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kintsugi-mode

An Emacs major mode for the Kintsugi programming language.

Features

  • 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)

Installation

Manual

Clone this repository and add it to your load path:

(add-to-list 'load-path "/path/to/kintsugi-mode")
(require 'kintsugi)

use-package

(use-package kintsugi
  :load-path "/path/to/kintsugi-mode")

Usage

Files with a .ktg extension are automatically opened in kintsugi-mode.

Configuration

;; Set indentation width (default: 2)
(setq kintsugi-indent-offset 4)

License

MIT

About

An Emacs major mode for the Kintsugi programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors