Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. "todohighlight.isEnable": true,
  2. "todohighlight.isCaseSensitive": true,
  3. "todohighlight.keywords": [
  4. {
  5. "text": "TODO:",
  6. "color": "#FFFFFF",
  7. "backgroundColor": "rgba(0, 0, 128, 1)",
  8. "isWholeLine": false,
  9. },
  10. {
  11. "text": "DEBUG:",
  12. "color": "#FFFFFF",
  13. "backgroundColor": "rgba(0, 128, 128, 1)",
  14. "isWholeLine": false,
  15. },
  16. ],
  17. "todohighlight.include": [
  18. "**/*.c",
  19. "**/*.h",
  20. "Makefile",
  21. "**/*.sh",
  22. "**/*.html",
  23. "**/*.php",
  24. "**/*.css",
  25. "**/*.scss"
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement