diff --git a/autoload/vimtex/syntax/core.vim b/autoload/vimtex/syntax/core.vim index 85738c8389..99b9d7b204 100644 --- a/autoload/vimtex/syntax/core.vim +++ b/autoload/vimtex/syntax/core.vim @@ -1442,6 +1442,14 @@ let s:map_sub = [ \] let s:map_super = [ + \ ['\\beta\>', 'ᵝ'], + \ ['\\gamma\>', 'ᵞ'], + \ ['\\delta\>', 'ᵟ'], + \ ['\\epsilon\>', 'ᵋ'], + \ ['\\theta\>', 'ᶿ'], + \ ['\\iota\>', 'ᶥ'], + \ ['\\phi\>', 'ᵠ'], + \ ['\\chi\>', 'ᵡ'], \ ['(', '⁽'], \ [')', '⁾'], \ ['+', '⁺'], @@ -1477,6 +1485,7 @@ let s:map_super = [ \ ['n', 'ⁿ'], \ ['o', 'ᵒ'], \ ['p', 'ᵖ'], + \ ['q', '𐞥'], \ ['r', 'ʳ'], \ ['s', 'ˢ'], \ ['t', 'ᵗ'], @@ -1488,8 +1497,10 @@ let s:map_super = [ \ ['z', 'ᶻ'], \ ['A', 'ᴬ'], \ ['B', 'ᴮ'], + \ ['C', 'ꟲ'], \ ['D', 'ᴰ'], \ ['E', 'ᴱ'], + \ ['F', 'ꟳ'], \ ['G', 'ᴳ'], \ ['H', 'ᴴ'], \ ['I', 'ᴵ'], @@ -1500,6 +1511,7 @@ let s:map_super = [ \ ['N', 'ᴺ'], \ ['O', 'ᴼ'], \ ['P', 'ᴾ'], + \ ['Q', 'ꟴ'], \ ['R', 'ᴿ'], \ ['T', 'ᵀ'], \ ['U', 'ᵁ'],