openwrt-packages/utils/nano/files/uci.nanorc

18 lines
308 B
Plaintext

## 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:]]+$"