Skip to content

Commit c8bd54e

Browse files
committed
Mark a 'known issue' as fixed
1 parent fac6ca5 commit c8bd54e

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,6 @@ Huge thank-you to @keith-hall for this!
3434

3535
- "Goto Anything" support is poor.
3636

37-
- Control structures in code blocks separated by HTML are not scoped correctly. For example, the `else` below does not know that it is matched to the `if` above.
38-
39-
```
40-
<% if(condition){ %>
41-
<p>show me</p>
42-
<% } else { %>
43-
<p>me instead</p>
44-
<% } %>
45-
```
46-
4737
- No recognition of excluded scopes to return to HTML. In the snippet below, the C# scope ends immediately after `"bar`.
4838

4939
```

0 commit comments

Comments
 (0)