Skip to content

Commit 32ff832

Browse files
committed
refacror(symbol): Chnaged superscript symbol set
Closes #334
1 parent e736895 commit 32ff832

1 file changed

Lines changed: 22 additions & 22 deletions

File tree

lua/markview/symbols.lua

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1952,31 +1952,31 @@ symbols.superscripts = {
19521952
["("] = "",
19531953
[")"] = "",
19541954

1955-
["A"] = "",
1956-
["B"] = "",
1957-
["C"] = "",
1958-
["D"] = "",
1959-
["E"] = "",
1955+
["A"] = "",
1956+
["B"] = "",
1957+
["C"] = "",
1958+
["D"] = "",
1959+
["E"] = "",
19601960
["F"] = "",
1961-
["G"] = "",
1962-
["H"] = "ʰ",
1963-
["I"] = "",
1964-
["J"] = "ʲ",
1965-
["K"] = "",
1966-
["L"] = "ˡ",
1967-
["M"] = "",
1968-
["N"] = "",
1969-
["O"] = "",
1970-
["P"] = "",
1971-
["Q"] = "ᶿ",
1972-
["R"] = "ʳ",
1961+
["G"] = "",
1962+
["H"] = "",
1963+
["I"] = "",
1964+
["J"] = "",
1965+
["K"] = "",
1966+
["L"] = "",
1967+
["M"] = "",
1968+
["N"] = "",
1969+
["O"] = "",
1970+
["P"] = "",
1971+
["Q"] = "ᴼ̴",
1972+
["R"] = "ᴿ",
19731973
["S"] = "ˢ",
1974-
["T"] = "",
1975-
["U"] = "",
1976-
["V"] = "",
1977-
["W"] = "ʷ",
1974+
["T"] = "",
1975+
["U"] = "",
1976+
["V"] = "",
1977+
["W"] = "",
19781978
["X"] = "ˣ",
1979-
["Y"] = "ʸ",
1979+
["Y"] = "",
19801980
["Z"] = "",
19811981

19821982
["a"] = "",

0 commit comments

Comments
 (0)