WellerQu / vscode-env-cmd-file-syntax

env-cmd 附带的.env 文件语法高亮, 可用于 create-react-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

env-cmd-file-syntax

This plugin works with vscode. It helps us to highlight the key-value string in .env files (e.g. .env, .env.development and so on).

Features

To highlight the syntax like this:

highlight

Requirements

You must have a vscode, and install this plugin in your vscode.

Extension Settings

None

Known Issues

None

Release Notes

[0.0.1]

  • Add syntax highlight

[0.1.0]

  • Add a highlight to the variable reference, prefix REACT_APP_

[0.1.1]

  • Refactor all code

[0.1.2]

  • Add some documentation

[0.2.2]

  • Support VUE_APP
  • Fix multi-line comments

[0.3.0]

  • Support VITE, SNOWPACK_PUBLIC

Enjoy!

About

env-cmd 附带的.env 文件语法高亮, 可用于 create-react-app

License:MIT License