VS Code - highlight some variables with TextMate

Viewed 6526

VS Code 1.15 added support for TextMate grammar rules. I want to highlight some variables in JavaScript with these rules: self, me. How can I do this?

2 Answers
Related