Guest User

Untitled

a guest
Feb 25th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. "editor.tokenColorCustomizations": {
  2. "textMateRules": [
  3. {
  4. "name": "storage.type.class.jsdoc",
  5. "scope":
  6. "storage.type.class.jsdoc,entity.name.type.instance.jsdoc,variable.other.jsdoc",
  7. "settings": {
  8. "foreground": "#7f848eff"
  9. }
  10. }
  11. ]
  12. },
Add Comment
Please, Sign In to add comment