This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / dotenv.nanorc
1 ## Syntax highlight for .env files, eg. https://symfony.com/doc/current/components/dotenv.html
2 ## 
3 ## Derived from sh.nanorc
4 ##
5 syntax "dotenv" "\.env" "\.env\..+"
6
7 color green "(\(|\)|\$|=)"
8 color brightyellow ""(\\.|[^"])*"" "'(\\.|[^'])*'"
9 color cyan "(^|[[:space:]])#.*$"
10 color ,green "[[:space:]]+$"