Advertisement
HK-FortySeven

Diff Highlighting Showcase

Nov 2nd, 2020 (edited)
1,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.51 KB | None | 0 0
  1. A quick demo of Diff syntax trickery.
  2. For both past and present writefriends alike.
  3.  
  4. > Greentexting works natively
  5. >Irrespective of spacing between arrows
  6. >> And also works with multiple > arrows
  7. >>> Even three
  8. >>>> Anything after three is A-OK too
  9. >>>>> (Not that you'd want to, but it's there)
  10.  
  11. + It also greenlines for plus signs
  12. ++ For reasons obvious to anyone who works with diffs
  13. +++ Note the different rendering at three pluses
  14.  
  15. < But!
  16. << You can also redtext with backwards arrows
  17. <<< Even the third set
  18. <<<< Otherwise, all the same rules apply
  19.  
  20. - Ditto for minuses
  21. -- Again, obvious for diff jugglers
  22. --- Again, third set of minuses is different
  23.  
  24. @ More than one ampersand will also create another colour:
  25. @@ Like this!
  26. @@@@@@@@ I normally use this for line breaks,
  27. @@@@@@@@ But do with it what you will!
  28.  
  29. ! Exclamation marks also render differently
  30. !! This one is more editor specific however;
  31. !!! Pastebin renders all exclaims as blue
  32. !!!! But some editors only render with the one
  33. !!!!! YMMV
  34.  
  35. * asterisks normally don't render
  36. ** in the pastebin syntax highlighter
  37. *** until the third set
  38. **** after this, some editors do highlight asterisks beyond this point
  39. ***** not often used, but fun nonetheless
  40.  
  41.  Strangely, whitespace does render differently on some platforms
  42.   But not on Pastebin
  43.    This one is probably more trouble than it's worth
  44.     Best to leave that highlighting out, if possible
  45.  
  46. ==== And some final
  47. % Editor-specific non-Pastebin
  48. 1 Highlighting oddities
  49.  
  50. @@@@@@@@@@@@@@@@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement