# This is a generic syntax that just highlights shell-style comments,
# as found in many simple, line-based config files in /etc.

syntax config

state code
    char # comment
    eat this

state comment
    char "\n" code
    eat this
