taking [the example from jsonnet.org](https://jsonnet.org/learning/tutorial.html) there's this bit in the middle: ```jsonnet @'A clear \ red drink.' ``` with this grammar [babi](https://github.com/asottile/babi) (and probably vs code too) renders this as: <img width="356" alt="Image" src="https://github.com/user-attachments/assets/ea39cc32-0132-48e9-9ff5-ae55a89e0005" /> I assume it's supposed to look roughly like c#'s verbatim string highlighting: <img width="387" alt="Image" src="https://github.com/user-attachments/assets/c9731cac-671c-4aac-af60-04c265d8c382" />