kuin-mode.el (syntax highlighting file for Emacs)

Syntax highlighting setting files
Last Modified: 2016/03/09 23:39:12.
日本語(Japanese), English


Download

Updated: 2012/08/11
kuin-mode.el
NOTE: Download this with your own risk.
See also: Kuin setting for yasnippet

Changes / Old versions

Visit Changes

Overview

kuin-mode.el is a syntax highlighting file for a language named Kuin.
(Kuin is created by @kuina_ch)

[ Sample ]
[Image: Kuin syntax highlighting example]

Usage

  1. Put kuin-mode.el in folder which .emacs sets as load-path.
  2. Add next 5 lines into .emacs (.emacs.d)
    • ; Settings for Kuin
    • (autoload 'kuin-mode "kuin-mode" nil t)
    • (add-hook 'kuin-mode-hook '(lambda () (font-lock-mode 1)))
    • (setq auto-mode-alist
    •     (cons (cons "\\.kn$" 'kuin-mode) auto-mode-alist))

This page has been described by Tatt (tatt61880) ---- Twitter: @tatt61880