Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 739 Bytes

README.md

File metadata and controls

48 lines (40 loc) · 739 Bytes

syntax highlighter for syslog-ng configuration file

This package provides syntax highlighting for syslog-ng configuration file in Atom editor.

How to install

  • The package can be install with the following command
apm install language-syslog-ng

Features

  • 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