项目作者: WellerQu

项目描述 :
env-cmd 附带的.env 文件语法高亮, 可用于 create-react-app
高级语言:
项目地址: git://github.com/WellerQu/vscode-env-cmd-file-syntax.git
创建时间: 2020-02-20T02:47:06Z
项目社区:https://github.com/WellerQu/vscode-env-cmd-file-syntax

开源协议:MIT License

下载


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 REACTAPP

[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!