Initial commit
This commit is contained in:
37
home/apps/nvim/lua/scripter/presets/cyrillic.lua
Normal file
37
home/apps/nvim/lua/scripter/presets/cyrillic.lua
Normal file
@@ -0,0 +1,37 @@
|
||||
local auto = require("scripter.presets.auto")
|
||||
|
||||
return auto.autoscript({
|
||||
"zh", "ж", "Ж",
|
||||
"ch", "ч", "Ч",
|
||||
"sh", "ш", "Ш",
|
||||
"sh'", "щ", "Щ",
|
||||
"yi", "ы", "Ы",
|
||||
"j", "ë", "Ë",
|
||||
"''", "ъ", "Ъ",
|
||||
"c", "ц", "Ц",
|
||||
"ye", "э", "Э",
|
||||
"yu", "ю", "Ю",
|
||||
"ya", "я", "Я",
|
||||
"a", "а", "А",
|
||||
"b", "б", "Б",
|
||||
"v", "в", "В",
|
||||
"g", "г", "Г",
|
||||
"d", "д", "Д",
|
||||
"e", "е", "Е",
|
||||
"z", "з", "З",
|
||||
"i", "и", "И",
|
||||
"y", "й", "Й",
|
||||
"k", "к", "К",
|
||||
"l", "л", "Л",
|
||||
"m", "м", "М",
|
||||
"n", "н", "Н",
|
||||
"o", "о", "О",
|
||||
"p", "п", "П",
|
||||
"r", "р", "Р",
|
||||
"s", "с", "С",
|
||||
"t", "т", "Т",
|
||||
"u", "у", "У",
|
||||
"f", "ф", "Ф",
|
||||
"h", "х", "Х",
|
||||
"'", "ь", "Ь",
|
||||
})
|
||||
Reference in New Issue
Block a user