Issue Type: Bug
I was told by the VS Code GitHub that this is an issue with this extension.
Take a look at the screenshot. You can see <li> tags with a razor action link and then the closing <li> tags after that are not being picked up afterwards.

I'm assuming this can easily be reproduced by creating a razor file and then creating an unordered list as shown in the screenshot. This is happening with @Html.ActionLink() as well as @RenderSection and looks like it happens anytime razor code is used at all.