She said they would bring it if we asked them politely. You and I should remind her tomorrow.

::highlight(keyword) {
  color: #ff79c6;
  font-weight: 600;
}
::highlight(string) {
  color: #f1fa8c;
}
::highlight(comment) {
  color: #6272a4;
  font-style: italic;
}
::highlight(number) {
  color: #bd93f9;
}  
::highlight(identifier) {
  color: #50fa7b;
}
::highlight(punctuation) {
  color: #f8f8f2;
}