Skip to content

mitzkia/language-syslog-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published