Vim syntax file for .env
, .env.local
, .env.production
, .env.staging
, .env.development
, .env.testing
, .env.*
files.
Plug 'ashishbinu/vim-dotenv'
{
"ashishbinu/vim-dotenv",
ft = "dotenv",
},
use "ashishbinu/vim-dotenv"
- Commenting env value with equal to doesnt make it a comment
- Multiline value syntax highlighting.