You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@skywalking.apache.org by ke...@apache.org on 2021/05/18 13:11:24 UTC

[skywalking-eyes] branch header/properties-and-bat created (now 7b5f13d)

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

kezhenxu94 pushed a change to branch header/properties-and-bat
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git.


      at 7b5f13d  Fix properties comment style and add bat comment style

This branch includes the following new commits:

     new 7b5f13d  Fix properties comment style and add bat comment style

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-eyes] 01/01: Fix properties comment style and add bat comment style

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch header/properties-and-bat
in repository https://gitbox.apache.org/repos/asf/skywalking-eyes.git

commit 7b5f13d04a379445cb60f30f1fc29ac9c6bf3f3f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Tue May 18 21:11:01 2021 +0800

    Fix properties comment style and add bat comment style
---
 assets/languages.yaml | 4 +++-
 assets/styles.yaml    | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/assets/languages.yaml b/assets/languages.yaml
index d501701..89e84d0 100644
--- a/assets/languages.yaml
+++ b/assets/languages.yaml
@@ -454,6 +454,7 @@ Batchfile:
   ace_mode: batchfile
   color: "#C1F12E"
   language_id: 29
+  comment_style_id: Remark
 Befunge:
   type: programming
   extensions:
@@ -2324,7 +2325,6 @@ INI:
     - ".lektorproject"
     - ".prefs"
     - ".pro"
-    - ".properties"
   filenames:
     - buildozer.spec
   tm_scope: source.ini
@@ -2601,6 +2601,7 @@ Java Properties:
   codemirror_mode: properties
   codemirror_mime_type: text/x-properties
   language_id: 519377561
+  comment_style_id: Hashtag
 Java Server Pages:
   type: programming
   group: Java
@@ -2659,6 +2660,7 @@ JavaScript:
     - v8
     - v8-shell
   language_id: 183
+  comment_style_id: SlashAsterisk
 JavaScript+ERB:
   type: programming
   tm_scope: source.js
diff --git a/assets/styles.yaml b/assets/styles.yaml
index 08e3fed..2115dfa 100644
--- a/assets/styles.yaml
+++ b/assets/styles.yaml
@@ -69,3 +69,8 @@
   start: '..'
   middle: '..'
   end: '..'
+
+- id: Remark
+  start: 'rem'
+  middle: 'rem'
+  end: 'rem'