A basic Emacs mode for editing Logstash configuration files.
Features:
- Syntax highlighting
- Indentation
Just install it from MELPA, then run M-x logstash-conf-mode
on the file.
Improvements to syntax highlighting of keywords and built-in operators.
Redefined logstash-conf-mode
as a standalone mode with better syntax
highlighting and comment handling.
Fixed an issue with slow indentation on large files.
Ensure point stays on the same line when indenting.
Change default indentation to 4 spaces.
Initial release.