Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/port19x/haproxy-mode
Major mode for editing HAProxy config files
https://github.com/port19x/haproxy-mode
emacs emacs-package haproxy major-mode proxy
Last synced: 2 months ago
JSON representation
Major mode for editing HAProxy config files
- Host: GitHub
- URL: https://github.com/port19x/haproxy-mode
- Owner: port19x
- License: gpl-3.0
- Created: 2024-01-24T15:38:05.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-08T11:31:33.000Z (about 1 year ago)
- Last Synced: 2024-12-08T18:55:14.601Z (2 months ago)
- Topics: emacs, emacs-package, haproxy, major-mode, proxy
- Language: Emacs Lisp
- Homepage:
- Size: 64.5 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HAProxy Mode
*Emacs major mode for editing HAProxy config files*
[![MELPA](https://melpa.org/packages/haproxy-mode-badge.svg)](https://melpa.org/#/haproxy-mode)
[![MELPA Stable](https://stable.melpa.org/packages/haproxy-mode-badge.svg)](https://stable.melpa.org/#/haproxy-mode)## Preview
![preview](https://github.com/port19x/haproxy-mode/assets/82055622/17b2bbad-dfdb-4c92-8e80-2f8186a0d5f9)
*ef-maris-dark theme*
## Usage
For the antique emacser, put this file into your `load-path` and the following into your `~/.emacs`:
```lisp
(require 'haproxy-mode)
```For the modern emacser, here is how that's done with `use-package`:
```
(use-package haproxy-mode)
```The mode automatically activates for files called `haproxy.cfg`