blob: a1f87a4ea38453e61e8018f1fb099999f5c04df1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Yum repo syntax highlighting
#
# Author: Andy Shevchenko <andy.shevchenko@gmail.com>
context default
keyword whole enabled=0 brightred
keyword whole gpgcheck=0 brightred
keyword whole enabled=1 brightgreen
keyword whole gpgcheck=1 brightgreen
context # \n brown
spellcheck
context [ ] brightcyan
context exclusive = \n green
|