Home Tags Archives About me Rss

Create an Emacs Major Mode

Tutorial

  1. ModeTutorial - EmacsWiki

Emacs General

  1. Emacs Symbol Notation

Regular Expression

  1. Rx Expression - Emacs Manual
  2. regular expression - EmacsWiki

Syntax Table

  1. Syntax Table - Emacs Wiki

Font Lock & Face

  1. Levels of Font Lock - Emacs Manual
  2. font-lock-keywords - Emacs Manual
  3. Faces for Font Lock - Emacs Manual
  4. Face Attributes

Example

  1. Indentation Line Function Example: https://github.com/ziglang/zig-mode/blob/master/zig-mode.el (zig-mode-indent-line)
  • Tutorial
  • Emacs General
  • Regular Expression
  • Syntax Table
  • Font Lock & Face
  • Example