### What type of issues are you dealing with? Incorrect highlighting ### What happened?  This applies even if the comment isn't indented. ### Which text editors are you seeing the problem on? VSCode ### Include a code snippet ~~~MCFunction #!/usr/bin/env xdg-open # https://learn.microsoft.com/en-us/search/?scope=Minecraft&view=minecraft-bedrock-stable&terms=shebang effect give @e minecraft:speed 99999 255 true # Gives all entities speed 255 for 99 999s. ~~~