mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
.. | ||
hurl-mode.el | ||
README.md | ||
test-syntax.hurl |
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")))