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 c4a48c9 Fix properties comment style and add bat comment style (#32)
c4a48c9 is described below
commit c4a48c9b5c845baee6abfb6fdef15c9e85eaf2a5
Author: Zhenxu Ke <[email protected]>
AuthorDate: Tue May 18 21:14:50 2021 +0800
Fix properties comment style and add bat comment style (#32)
---
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'