mirror of
https://github.com/scopatz/nanorc
synced 2025-06-20 21:40:12 +02:00
For better organisation the nanorc files will go to a folder. The install script should translate the themed nanorc files to the final files. The install script should be the official instalation method.
11 lines
305 B
Plaintext
11 lines
305 B
Plaintext
## 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:]]+$"
|