You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by wu...@apache.org on 2022/08/09 04:10:29 UTC

[skywalking-eyes] branch main updated: Update languages.yaml (#130)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git


The following commit(s) were added to refs/heads/main by this push:
     new 00b35e5  Update languages.yaml (#130)
00b35e5 is described below

commit 00b35e521822654568ab65d93cced7a986e46bc6
Author: ROVAST <ro...@163.com>
AuthorDate: Tue Aug 9 12:10:25 2022 +0800

    Update languages.yaml (#130)
    
    Add more `.env.[mode]` support for vuejs project. 、
---
 assets/languages.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index 33aa6bb..1bf3119 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -5262,6 +5262,10 @@ Shell:
     - ".cshrc"
     - ".env"
     - ".env.example"
+    - ".env.local"
+    - ".env.development"
+    - ".env.production"
+    - ".env.test"
     - ".flaskenv"
     - ".login"
     - ".profile"