From: sirianni Date: Thu, 26 Mar 2015 14:37:18 +0000 (-0400) Subject: Highlight this keyword in javascript X-Git-Tag: v0.1.0~1^2 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=atom-ax-monokai-syntax.git;a=commitdiff_plain;h=c7240c1d5dc20b7fee73ca257b91c41c90518da3 Highlight this keyword in javascript --- 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;