Wherever I look at Angularjs code in code example screenshots, people making tutorials on Youtube etc, the dollar + string syntax (for example $scope or $routeProvider) always has the dollar sign in a different color. For example a
$scope will have a red-colored dollar sign, and a white-colored scope string (in Monokai color scheme).
Example: http://www.concretesolutions.com.br/blog/wp-content/uploads/2015/07/1.png
I like that, because it’s so much clearer to go through the code and find all the $scope declarations or invocations. But to me, the entire $scope string is always all white. I’ve tried different color schemes, but the $ sign is always the same color as the rest of the string. I’ve tried searching for packages that might have something like angular syntax highlight in the name, but found none.
What is the thing that I need to do, to just get that little detail to work?