VSCode version: 1.85.1 vscode-phoenix version: 0.1.2 The following snippet is incorrectly highlighted ``` <li> <strong>Some:</strong> <%= case some do %> <% map when is_map(map) -> %> <dl> Map </dl> <% other -> %> Other <% end %> </li> ``` <img width="378" alt="Screenshot 2024-01-17 at 13 58 33" src="https://github.com/phoenixframework/vscode-phoenix/assets/1078186/d34399f4-ff00-46f5-8963-67b7e561dbfd"> The tokens look OK, most likely it's unmatched bracket <img width="622" alt="Screenshot 2024-01-17 at 13 59 37" src="https://github.com/phoenixframework/vscode-phoenix/assets/1078186/ef0ad034-c4c1-4229-a3f1-ff0edac31ab3"> <img width="791" alt="Screenshot 2024-01-17 at 14 00 04" src="https://github.com/phoenixframework/vscode-phoenix/assets/1078186/2c913733-2707-4164-81ab-0458d622e0b2">