mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
13 lines
170 B
HTML
13 lines
170 B
HTML
<div>
|
|
@switch (obj.property) {
|
|
@case (1) {
|
|
<p>Case 1</p>
|
|
}
|
|
@case (2) {
|
|
<p>Case 2</p>
|
|
}
|
|
@default {
|
|
<p>Default</p>
|
|
}
|
|
}
|
|
</div>
|