From c8cb069b32cb273160e5dc185ccde542f86a589b Mon Sep 17 00:00:00 2001 From: Gary Lo Date: Fri, 1 Jan 2021 22:23:17 +0800 Subject: [PATCH] Add #22 C#, ASP.NET Rider support Sync Property key color to match Yaml and JSON style Enhance Kotlin mutable var style Enhance JSP style --- intellij/GapStyle/META-INF/plugin.xml | 10 +- intellij/GapStyle/colors/GapStyle.xml | 142 +++++++++++++++++++++++++- intellij/GapStyle3.1.jar | Bin 0 -> 10756 bytes 3 files changed, 146 insertions(+), 6 deletions(-) create mode 100644 intellij/GapStyle3.1.jar diff --git a/intellij/GapStyle/META-INF/plugin.xml b/intellij/GapStyle/META-INF/plugin.xml index 439a86b..0eed870 100755 --- a/intellij/GapStyle/META-INF/plugin.xml +++ b/intellij/GapStyle/META-INF/plugin.xml @@ -1,7 +1,7 @@ color.scheme.GapStyle GapStyle Color Scheme - 3.0 + 3.1 Gary Lo 3.1 +
    +
  • Add C#, ASP.NET, and Rider Support
  • +
  • Enhance Kotlin mutable var style
  • +
  • Enhance JSP
  • +
  • Sync Property key color to match Yaml and JSON style/li> +
  • GapStyle VS (VS Code support is available!)
  • +

3.0

  • Rework on a more relax color on Markdown
  • diff --git a/intellij/GapStyle/colors/GapStyle.xml b/intellij/GapStyle/colors/GapStyle.xml index 37c8069..b7c1291 100755 --- a/intellij/GapStyle/colors/GapStyle.xml +++ b/intellij/GapStyle/colors/GapStyle.xml @@ -1,9 +1,9 @@ - + 2018-10-15T04:33:26 idea - 2019.3.0.0 - 2019-11-30T18:05:37 + 2020.3.2.0.0 + 2021-01-01T02:43:09