]> arthur.barton.de Git - atom-ax-monokai-syntax.git/commitdiff
Merge remote-tracking branch 'sirianni/patch-1'
authorAlexander Barton <alex@barton.de>
Wed, 20 May 2015 10:58:05 +0000 (12:58 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 20 May 2015 10:58:20 +0000 (12:58 +0200)
* sirianni/patch-1:
  Highlight this keyword in javascript

Closes joaoafrmartins/seti-monokai#19.

1  2 
index.less

diff --combined index.less
index ce4401c2755835dba144ad5c81e16e828bcc6fdf,a0ffd1203833df065b1207813ac47d73880ab2cf..e367da22b64430634291b94034d45fda2df812d3
@@@ -1,9 -1,11 +1,9 @@@
 -@import 'syntax-variables';
 +@import './styles/syntax-variables';
  
 -.editor-colors {
 +:host, atom-text-editor {
    background-color: @syntax-background-color;
    color: @syntax-text-color;
 -}
  
 -.editor {
    .invisible-character {
      color: @syntax-invisible-character-color;
    }
      font-style: italic;
      color: #FD971F;
    }
+   
+   // 'this' Javascript
+   .variable.language.js {
+     color: #F92672;
+   }
  
    .entity.name.tag {
      color: #F92672;