Skip to content

Control flow syntax highlight not coloring nested if statement #2062

@jpike88

Description

@jpike88
@if (form) {
			<mat-card style="min-width: 260px;">
				<mat-card-content>
					<fields [form]="form"></fields>
					<button>
						@if (form.submitted) {
							<mat-progress-spinner
								[mode]="'indeterminate'"
								[diameter]="16"
								style="display: inline-block; margin-right: 12px;"
							>
							</mat-progress-spinner>
						}
					</button>
				</mat-card-content>
			</mat-card>
		}

in the above example, that inner if statement is not colourized, it's just grey like below:
Screenshot 2024-07-10 at 8 28 54 AM

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions