Skip to content

Emacs major modes (markdown and HTML) for authoring content in Jekyll

Notifications You must be signed in to change notification settings

fred-o/jekyll-modes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

jekyll-modes

Emacs major modes (markdown and HTML) for authoring content in Jekyll. Handles syntax highlighting for YAML frontmatter, Liquid tags and pygmentized code snippets.

As this package depends on polymode, Emacs 24 is required.

Installation

jekyll-modes is available from the MELPA package archive.

Configuration

The package includes two modes, jekyll-markdown-mode and jekyll-html-mode, which can be enabled as normal by adding the following to you init file:

(add-to-list 'auto-mode-alist '("\\.md$" . jekyll-markdown-mode))
(add-to-list 'auto-mode-alist '("\\.html" . jekyll-html-mode))

About

Emacs major modes (markdown and HTML) for authoring content in Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published