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 <[email protected]> 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'
