Skip to content

Commit

Permalink
de-noising
Browse files Browse the repository at this point in the history
  • Loading branch information
bounceme authored Nov 8, 2016
1 parent d47868c commit b0f5629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indent/javascript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ else
endfunction
endif

let s:case_stmt = '\<\%(case\>\s*[^[:blank:]:].\{-}\|default\s*\):\C'
let s:case_stmt = '\<\%(case\>\s*[^ \t:].*\|default\s*\):\C'

" Regex of syntax group names that are or delimit string or are comments.
let s:syng_strcom = 'string\|comment\|regex\|special\|doc\|template'
Expand Down

0 comments on commit b0f5629

Please sign in to comment.