From 5e236926fa9f18d6027a133802811d166b0c58da Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Sat, 1 Mar 2014 11:32:37 -0800 Subject: [PATCH] Comment --- stylesheets/syntax-variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/syntax-variables.less b/stylesheets/syntax-variables.less index 2f50dbc..218796d 100644 --- a/stylesheets/syntax-variables.less +++ b/stylesheets/syntax-variables.less @@ -1,5 +1,5 @@ -// This file has fallback variables. It specifies all syntax variables that -// themes must implement if they include a syntax-variables.less file. +// This defines all syntax variables that syntax themes must implement when they +// include a syntax-variables.less file. // General colors @syntax-text-color: #c5c8c6;