aboutsummaryrefslogtreecommitdiff
path: root/utils/nano/files/uci.nanorc
blob: 8d27836fc0edcb0ba2110490a3858e4f9406aa8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## Syntax highlighting for OpenWrt uci config files.

syntax uci "/etc/config/*"
comment "#"

# Keywords
color green "\<(package|config|option|list)\>"

# Comments.
color cyan "(^|[[:blank:]])#.*"

# Strings.
color yellow ""([^"\]|\\.)*"|'([^'\]|\\.)*'"

# Trailing whitespace.
color ,green "[[:space:]]+$"