highlights.ts
1
2
3
4
5
6
function focus() {
  const var = 'this line was removed';
  const var = 'this line was added';
  const grey = 'this line is greyed out';
  const blurry = 'this line is blurry';
}

hover here to copy the code 😄