This package provides syntax highlighting for syslog-ng configuration file in Atom editor.
- The package can be install with the following command
apm install language-syslog-ng
- Yet syntax highlighter can highlight only the following syntax elements.
- Top level statements: for example
options
source
filter
template
rewrite
parser
destination
log
- Top level statement names: for example
s_file
d_net
- Driver statements: for example
file
pipe
program
- Double quoted strings: for example
"/tmp/input_file"
- Comments: for example
# source elements
# destination elements