Skip to content

Commit 4e6541c

Browse files
Add construct:else
1 parent 3bcac27 commit 4e6541c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

building/tooling/analyzers/tags.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ Using a common set of tags will allow us to do some nifty things, like cross-tra
141141
| `construct:conditional-operator` | A ternary conditional operator |
142142
| `construct:continue` | Continue to the next iteration of a loop |
143143
| `construct:do-while-loop` | A `do-while` loop |
144+
| `construct:else` | An `else` statement |
144145
| `construct:finally` | Ensure that a certain code block always runs |
145146
| `construct:for-loop` | A `for` loop |
146147
| `construct:foreach` | A `foreach` loop |

0 commit comments

Comments
 (0)