Skip to content

Commit fd7904c

Browse files
committed
merge(syntax): support plural versions of \gls
refer: #3196
2 parents 24e89b7 + 722e237 commit fd7904c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/vimtex/syntax/p/glossaries.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
scriptencoding utf-8
88

99
function! vimtex#syntax#p#glossaries#load(cfg) abort " {{{1
10-
syntax match texCmdGls "\v\c\\gls%(desc|link)?>"
10+
syntax match texCmdGls "\v\c\\gls%(desc|link|pl)?>"
1111
\ nextgroup=texGlsArg skipwhite skipnl
1212
call vimtex#syntax#core#new_arg('texGlsArg', {'contains': '@NoSpell'})
1313

0 commit comments

Comments
 (0)