mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-28 06:31:58 +00:00
* Add dotenv support This adds basic language support for the dotenv language. This includes syntax highlighting and a language configuration file. The dotenv language is applied to files with the `.env` extension, files named `.env`, `.flaskenv`, or `user-dirs.dirs`, and file names starting with `.env.`. The grammar is downloaded from https://github.com/dotenv-org/dotenv-vscode. Closes #267333 * Add tests * Remove ini and shellscript language conflicting with dotenv --------- Co-authored-by: Alex Ross <38270282+alexr00@users.noreply.github.com>
5 lines
131 B
JSON
5 lines
131 B
JSON
{
|
|
"displayName": "Dotenv Language Basics",
|
|
"description": "Provides syntax highlighting and bracket matching in dotenv files."
|
|
}
|