Skip to content

robbielyman/zine-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zine-mode.el

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

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 "robbielyman/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