1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-21 12:13:45 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/tests/indent/ecma/switch.js

9 lines
83 B
JavaScript
Raw Normal View History

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