Skip to content

Commit

Permalink
feat(complete): support volcite with volume
Browse files Browse the repository at this point in the history
refer: #2878
  • Loading branch information
lervag committed Feb 1, 2024
1 parent 32d8541 commit 930db48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/vimtex/complete.vim
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let s:completer_bib = {
\ '\v\\%(text|block)cquote\*?%(\s*\[[^]]*\]){0,2}\{[^}]*$',
\ '\v\\%(for|hy)\w+cquote\*?\{[^}]*\}%(\s*\[[^]]*\]){0,2}\{[^}]*$',
\ '\v\\defbibentryset\{[^}]*\}\{[^}]*$',
\ '\v\\\a?[vV]olcite%(\s*\[[^]]*\])?\s*\{[^}]*\}%(\s*\[[^]]*\])?\s*\{[^}]*$',
\ ],
\ 'initialized' : 0,
\}
Expand Down

0 comments on commit 930db48

Please sign in to comment.