https://github.com/nir0s/sublime-logstash-syntax-highlighter
Logstash DSL Syntax Highlighting for Sublime Text
https://github.com/nir0s/sublime-logstash-syntax-highlighter
Last synced: 2 months ago
JSON representation
Logstash DSL Syntax Highlighting for Sublime Text
- Host: GitHub
- URL: https://github.com/nir0s/sublime-logstash-syntax-highlighter
- Owner: nir0s
- License: mit
- Created: 2014-11-18T08:44:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-02-18T23:07:10.000Z (about 5 years ago)
- Last Synced: 2025-01-18T16:20:37.550Z (4 months ago)
- Size: 277 KB
- Stars: 11
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sublime-logstash-syntax-highlighter
===================================Logstash DSL Syntax Highlighting for Sublime Text 3 (Might also work on ST2... but it wasn't tested).
Install using [Sublime Package Control](https://sublime.wbond.net/installation).
Just look for `Logstash Syntax`.For the latest version, clone this repo and put the files from the `Syntaxes` dir in the packages/user dir in your ST config dir.
Will auto-recognize files named:
* logstash.conf
* logstash.conf.template
* logstash.conf.j2Please let me know if you're using additional formats that should be added to the list.
See `example` dir for a logstash.conf file.
Make sure you follow [this](http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html) for development.
Also make sure you're using [AAAPackageDev](https://bitbucket.org/guillermooo/aaapackagedev) to convert JSON to tmLanguage files.

btw, this is pretty much in Alpha now. Please don't compain. Or.. do complain.. but send pull requests while you're at it.