summaryrefslogtreecommitdiff
path: root/.config/nano/dotenv.nanorc
blob: 3f21b9b989d387ef7f5ba3c3a6313050aeb223aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
## 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:]]+$"