Example is taken from :e $VIMRUNTIME/syntax/typst.vim line 39:
" Code {{{1
syntax cluster typstCode
\ contains=@typstCommon
\ ,@typstCodeKeywords
\ ,@typstCodeConstants
\ ,@typstCodeIdentifiers
\ ,@typstCodeFunctions
\ ,@typstCodeParens
" Code > Keywords {{{2
syntax cluster typstCodeKeywords
\ contains=typstCodeConditional
\ ,typstCodeRepeat
\ ,typstCodeKeyword
\ ,typstCodeStatement
image.png (view on web)
\ ,typst* shouldn't be highlighted as errors.
@dkearns fyi
9.1.2141
debian13, bash
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This is fixed by #18520
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()