comparison runtime/syntax/tex.vim @ 20552:74e3316c1d5a

Update runtime files Commit: https://github.com/vim/vim/commit/388a5d4f20b4b64341d1604aa238cab85827b892 Author: Bram Moolenaar <Bram@vim.org> Date: Tue May 26 21:20:45 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 May 2020 21:30:04 +0200
parents 8edf0aeb71b9
children 83cfa1ef1bf2
comparison
equal deleted inserted replaced
20551:f1b23a9643fe 20552:74e3316c1d5a
1 " Vim syntax file 1 " Vim syntax file
2 " Language: TeX 2 " Language: TeX
3 " Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM> 3 " Maintainer: Charles E. Campbell <NcampObell@SdrPchip.AorgM-NOSPAM>
4 " Last Change: Jan 24, 2020 4 " Last Change: May 19, 2020
5 " Version: 116 5 " Version: 117
6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TEX 6 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_TEX
7 " 7 "
8 " Notes: {{{1 8 " Notes: {{{1
9 " 9 "
10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries, 10 " 1. If you have a \begin{verbatim} that appears to overrun its boundaries,
1055 call s:SuperSub('texSuperscript','\^','O','ᴼ') 1055 call s:SuperSub('texSuperscript','\^','O','ᴼ')
1056 call s:SuperSub('texSuperscript','\^','P','ᴾ') 1056 call s:SuperSub('texSuperscript','\^','P','ᴾ')
1057 call s:SuperSub('texSuperscript','\^','R','ᴿ') 1057 call s:SuperSub('texSuperscript','\^','R','ᴿ')
1058 call s:SuperSub('texSuperscript','\^','T','ᵀ') 1058 call s:SuperSub('texSuperscript','\^','T','ᵀ')
1059 call s:SuperSub('texSuperscript','\^','U','ᵁ') 1059 call s:SuperSub('texSuperscript','\^','U','ᵁ')
1060 call s:SuperSub('texSuperscript','\^','V','ⱽ')
1060 call s:SuperSub('texSuperscript','\^','W','ᵂ') 1061 call s:SuperSub('texSuperscript','\^','W','ᵂ')
1061 call s:SuperSub('texSuperscript','\^',',','︐') 1062 call s:SuperSub('texSuperscript','\^',',','︐')
1062 call s:SuperSub('texSuperscript','\^',':','︓') 1063 call s:SuperSub('texSuperscript','\^',':','︓')
1063 call s:SuperSub('texSuperscript','\^',';','︔') 1064 call s:SuperSub('texSuperscript','\^',';','︔')
1064 call s:SuperSub('texSuperscript','\^','+','⁺') 1065 call s:SuperSub('texSuperscript','\^','+','⁺')