Guest User

Untitled

a guest
Jul 17th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. "files.associations": {
  2. "*logcat*": "log",
  3. "*.log.*": "log"
  4. },
  5. "logFileHighlighter.customPatterns": [
  6. {
  7. "pattern": "^[0-9\\- :\\.]*V.*",
  8. "foreground": "#d7dae0"
  9. },
  10. {
  11. "pattern": "^[0-9\\- :\\.]*D.*",
  12. "foreground": "#54C1E9"
  13. },
  14. {
  15. "pattern": "^[0-9\\- :\\.]*I.*",
  16. "foreground": "#8CD10D"
  17. },
  18. {
  19. "pattern": "^[0-9\\- :\\.]*W.*",
  20. "foreground": "#FAC848"
  21. },
  22. {
  23. "pattern": "^[0-9\\- :\\.]*E.*",
  24. "foreground": "#F95C5A"
  25. },
  26. ],
Add Comment
Please, Sign In to add comment