From c7240c1d5dc20b7fee73ca257b91c41c90518da3 Mon Sep 17 00:00:00 2001 From: sirianni Date: Thu, 26 Mar 2015 10:37:18 -0400 Subject: [PATCH] Highlight this keyword in javascript --- index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.less b/index.less index 7928bcc..a0ffd12 100644 --- a/index.less +++ b/index.less @@ -108,6 +108,11 @@ font-style: italic; color: #FD971F; } + + // 'this' Javascript + .variable.language.js { + color: #F92672; + } .entity.name.tag { color: #F92672; -- 2.39.2