diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-10-16 14:56:00 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-10-16 14:56:00 +0200 |
commit | 199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a (patch) | |
tree | 43a35af46ea780decdd9146601eef6af561cb14c /indent | |
parent | f95026252c5a31242903a98c741887696dfbb11f (diff) | |
download | vim-polyglot-199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a.tar.gz vim-polyglot-199846c6d87c9ea60eb5f9f8f68e2d9ea4f02b2a.zip |
Update
Diffstat (limited to 'indent')
-rw-r--r-- | indent/plantuml.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/plantuml.vim b/indent/plantuml.vim index 53a42f3e..d2d0aa99 100644 --- a/indent/plantuml.vim +++ b/indent/plantuml.vim @@ -77,7 +77,7 @@ endfunction function! s:getIncIndent() abort " Function to determine the s:incIndent pattern return - \ '^\s*\%(class\|object\|interface\|partition\|rectangle\|enum\|namespace\)\>.*{\s*$\|' . + \ '^\s*\%(class\|object\|interface\|partition\|rectangle\|enum\|namespace\|package\)\>.*{\s*$\|' . \ '^\s*\%(loop\|alt\|opt\|group\|critical\|else\|legend\|box\|if\|while\|fork\|split\)\>\|' . \ '^\s*ref\>[^:]*$\|' . \ '^\s*[hr]\?note\>\%(\%("[^"]*" \<as\>\)\@![^:]\)*$\|' . |