Highlight this in Monokai (#28748)

Fixes #28682
This commit is contained in:
Matt Bierner 2017-06-14 15:22:31 -07:00 committed by GitHub
parent db82543ad9
commit 5c39083a4c
2 changed files with 22 additions and 17 deletions

View file

@ -191,7 +191,7 @@
},
{
"name": "Class Variable",
"scope": "variable.other, variable.js, punctuation.separator.variable",
"scope": "variable.js, punctuation.separator.variable",
"settings": {
"fontStyle": "\n \t\t\t",
"foreground": "#6089B4"
@ -229,14 +229,6 @@
"foreground": "#6089B4"
}
},
{
"name": "Function Call",
"scope": "meta.function-call",
"settings": {
"fontStyle": "\n \t\t\t",
"foreground": "#0080FF"
}
},
{
"name": "Function Object",
"scope": "meta.function-call.object",
@ -245,14 +237,6 @@
"foreground": "#9872A2"
}
},
{
"name": "Function Call Variable",
"scope": "variable.other.property",
"settings": {
"fontStyle": "\n \t\t\t",
"foreground": "#9872A2"
}
},
{
"name": "Keyword Control",
"scope": "keyword.control",
@ -550,6 +534,20 @@
"settings": {
"foreground": "#b267e6"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#c7444a"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#c7444a"
}
}
]
}

View file

@ -378,6 +378,13 @@
"settings": {
"foreground": "#b267e6"
}
},
{
"name": "this.self",
"scope": "variable.language",
"settings": {
"foreground": "#FD971F"
}
}
]
}