nvim-treesitter/tests/indent/angular/for.html

6 lines
96 B
HTML
Raw Permalink Normal View History

@for (item of items; track item.id) {
<li>{{ item.name }}</li>
} @empty {
<p>No items</p>
}