1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 14:00:06 +08:00
SpaceVim/bundle/nvim-treesitter/tests/indent/ecma/switch.js

9 lines
83 B
JavaScript
Raw Normal View History

switch (variable) {
case 'case1':
foo();
break;
default:
bar();
}