Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dcolazin/zine-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zine-mode.el

a simple tree-sitter major mode for the Zine static site generator and Emacs >=29.

to automatically start zine-mode when opening .shtml files, add (zine-override-auto-mode) to your configuration

to use with straight.el and straight-use-package, add the following to your configuration:

(use-package zine-mode
  :straight (zine-mode
             :type git
             :host github
             :repo "dcolazin/zine-mode"
             :branch "main"))

to use the superhtml LSP with eglot, add the following to your configuration:

(add-to-list 'eglot-server-programs
             '((zine-superhtml-mode :language-id "superhtml") "superhtml" "lsp"))

NB: this assumes that superhtml is on your PATH.

About

emacs support for the Zine static site generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%