From 775f29564a590ff6f59b943cedc58c11f054fa67 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 12 Jun 2013 10:12:10 -0700 Subject: [PATCH] Use LESS style comments --- themes/atom-dark-syntax.less | 2 +- themes/atom-light-syntax.less | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/atom-dark-syntax.less b/themes/atom-dark-syntax.less index 329e317e6..97759cc3d 100644 --- a/themes/atom-dark-syntax.less +++ b/themes/atom-dark-syntax.less @@ -32,7 +32,7 @@ background-color: rgba(255, 255, 255, 0.14); } - /* Markdown Styles */ + // Markdown Styles .source.gfm { color: #999; diff --git a/themes/atom-light-syntax.less b/themes/atom-light-syntax.less index 50dd13bde..874069295 100644 --- a/themes/atom-light-syntax.less +++ b/themes/atom-light-syntax.less @@ -79,7 +79,7 @@ } } - /* Keywords */ + // Keywords .keyword { color: #222; font-weight: bold; @@ -180,7 +180,7 @@ } } - /* CSS Styles */ + // CSS Styles .css { &.support.property-name { font-weight: bold; @@ -192,7 +192,7 @@ } } - /* Markdown */ + // Markdown .source.gfm { color: #444; }