diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-11-15 17:27:14 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-11-15 17:27:14 +0100 |
commit | d15651463ab5c3dd6609e548527a8ea18ab80c98 (patch) | |
tree | d148d7d3f48beefe0d1b7864355ff54ea6b55f50 /after/indent/javascript.vim | |
parent | 0c79dd3e73e8e09b73d4a5d20bf470a3f6f715f2 (diff) | |
download | vim-polyglot-4.1.1.tar.gz vim-polyglot-4.1.1.zip |
Updatev4.1.1
Diffstat (limited to 'after/indent/javascript.vim')
-rw-r--r-- | after/indent/javascript.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/javascript.vim b/after/indent/javascript.vim index 73e01595..f183061c 100644 --- a/after/indent/javascript.vim +++ b/after/indent/javascript.vim @@ -21,7 +21,7 @@ if exists('s:did_indent') endif setlocal indentexpr=GetJsxIndent() -setlocal indentkeys=0{,0},0),0],0\,,!^F,o,O,e,<>>,=*/ +setlocal indentkeys=0{,0},0),0],0?,0\*,0\,,!^F,:,<:>,o,O,e,<>>,=*/ function! GetJsxIndent() return jsx_pretty#indent#get(function('GetJavascriptIndent')) |