mirror of
https://github.com/scopatz/nanorc.git
synced 2024-10-18 02:06:40 -07:00
add .env file syntax highlight
This commit is contained in:
parent
4af9726092
commit
f91ebbbccd
2 changed files with 11 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue