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 2021/09/21 04:48:20 UTC

[skywalking-eyes] branch main updated: Remove .tsx from XML language extensions

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 06b2db3  Remove .tsx from XML language extensions
     new 9d51992  Merge pull request #72 from freeqaz/patch-1
06b2db3 is described below

commit 06b2db34bb45c2c61c6c2c4e0263da9c5db4db79
Author: Johnathan Free Wortley <00...@gmail.com>
AuthorDate: Tue Sep 21 04:34:52 2021 +0000

    Remove .tsx from XML language extensions
    
    This is currently breaking my TypeScript codebase. I'm going to upstream this for y'all to land.
---
 assets/languages.yaml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index 00e710b..832b307 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -6279,7 +6279,6 @@ XML:
     - ".sublime-snippet"
     - ".targets"
     - ".tml"
-    - ".tsx"
     - ".ui"
     - ".urdf"
     - ".ux"