hurl/contrib/emacs
2022-12-17 00:20:40 +01:00
..
hurl-mode.el Add emacs mode 2022-12-16 23:10:37 +01:00
README.md Update emacs mode installation 2022-12-17 00:20:40 +01:00
test-syntax.hurl Add emacs mode 2022-12-16 23:10:37 +01:00

Emacs Hurl

Emacs major mode for Hurl.


Features

  • Keyword highlight

Installation

Doom Emacs

in packages.el

(package! hurl-mode :recipe
  (:host github
   :repo "Orange-OpenSource/hurl"
   :files ("contrib/emacs/*.el")))

straight.el

(straight-use-package
 '(hurl-mode
   :type git :host github :repo "Orange-OpenSource/hurl" :files ("contrib/emacs/*.el")))