12-08-2021
This commit is contained in:
10
.nano/dotenv.nanorc
Normal file
10
.nano/dotenv.nanorc
Normal file
@@ -0,0 +1,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:]]+$"
|
||||
Reference in New Issue
Block a user