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

kezhenxu94 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 341837b  Fix file extension conflict between RenderScript and Rust 
(#66)
341837b is described below

commit 341837b2dfc2d573a41fd0358f1482658335c139
Author: Adrien Guillo <[email protected]>
AuthorDate: Tue Sep 7 17:31:14 2021 -0700

    Fix file extension conflict between RenderScript and Rust (#66)
---
 assets/languages.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index 6016637..44222a4 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -4782,6 +4782,7 @@ RenderScript:
   tm_scope: none
   ace_mode: text
   language_id: 323
+  comment_style_id: DoubleSlash
 Rich Text Format:
   type: markup
   extensions:
@@ -4982,7 +4983,7 @@ Rust:
   codemirror_mode: rust
   codemirror_mime_type: text/x-rustsrc
   language_id: 327
-  comment_style_id: SlashAsterisk
+  comment_style_id: DoubleSlash
 SAS:
   type: programming
   color: "#B34936"

Reply via email to