mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
- Lots of syntax regex are poorly written and did not ends with a '$', which caused them competing with other regex rules.
10 lines
308 B
Text
10 lines
308 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:]]+$"
|