mirror of
https://github.com/scopatz/nanorc
synced 2024-11-23 10:50:26 +01:00
add .env file syntax highlight
This commit is contained in:
parent
4af9726092
commit
f91ebbbccd
10
dotenv.nanorc
Normal file
10
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:]]+$"
|
Loading…
Reference in New Issue
Block a user