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 e444f64  feature: support `header fix` for R (#64)
e444f64 is described below

commit e444f64e6efc28f54a99f9f41a307f4dd82c0e82
Author: Keiran Raine <[email protected]>
AuthorDate: Fri Aug 27 14:45:23 2021 +0100

    feature: support `header fix` for R (#64)
---
 assets/languages.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index a659c23..0ef6cd5 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -4519,6 +4519,7 @@ R:
     - splus
   extensions:
     - ".r"
+    - ".R"
     - ".rd"
     - ".rsx"
   filenames:
@@ -4531,6 +4532,7 @@ R:
   codemirror_mode: r
   codemirror_mime_type: text/x-rsrc
   language_id: 307
+  comment_style_id: Hashtag
 RAML:
   type: markup
   ace_mode: yaml

Reply via email to