We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24e89b7 + 722e237 commit fd7904cCopy full SHA for fd7904c
autoload/vimtex/syntax/p/glossaries.vim
@@ -7,7 +7,7 @@
7
scriptencoding utf-8
8
9
function! vimtex#syntax#p#glossaries#load(cfg) abort " {{{1
10
- syntax match texCmdGls "\v\c\\gls%(desc|link)?>"
+ syntax match texCmdGls "\v\c\\gls%(desc|link|pl)?>"
11
\ nextgroup=texGlsArg skipwhite skipnl
12
call vimtex#syntax#core#new_arg('texGlsArg', {'contains': '@NoSpell'})
13
0 commit comments