highlighter: vim9 script implementation of add_accent

This commit is contained in:
Christian 2020-11-18 12:01:43 +01:00 committed by Christian Brabandt
parent 9b32ed3229
commit e9d4ff75da
No known key found for this signature in database
GPG Key ID: F3F92DA383FDDE09

View File

@ -519,4 +519,7 @@ else
s:separators[from .. to] = [from, to, inverse]
s:exec_separator({}, from, to, inverse, '')
enddef
def airline#highlighter#add_accent(accent: string): void # {{{2
s:accents[accent] = 1
enddef
endif " }}}1