mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
10 lines
305 B
Text
10 lines
305 B
Text
## Syntax highlight for .env files, eg. https://symfony.com/doc/current/components/dotenv.html
|
|
##
|
|
## Derived from sh.nanorc
|
|
##
|
|
syntax "dotenv" "\.env" "\.env\..+"
|
|
|
|
color green "(\(|\)|\$|=)"
|
|
color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
|
|
color cyan "(^|[[:space:]])#.*$"
|
|
color ,green "[[:space:]]+$"
|