From c37a8c75d743e918e35f861937932395ba7df150 Mon Sep 17 00:00:00 2001 From: lentilus Date: Sat, 25 Jan 2025 14:48:24 +0000 Subject: [PATCH 1/2] minor(snip): f for phi --- lua/typstar/snippets/letters.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/typstar/snippets/letters.lua b/lua/typstar/snippets/letters.lua index 6cc6257..000adc5 100644 --- a/lua/typstar/snippets/letters.lua +++ b/lua/typstar/snippets/letters.lua @@ -15,6 +15,7 @@ local greek_letters_map = { ['c'] = 'chi', ['d'] = 'delta', ['e'] = 'epsilon', + ['f'] = 'phi', ['g'] = 'gamma', ['h'] = 'phi', ['i'] = 'iotta', From 1d0e65a6c5d90ffc1fc17d827715d5b0d74f0998 Mon Sep 17 00:00:00 2001 From: lentilus Date: Sat, 25 Jan 2025 14:51:23 +0000 Subject: [PATCH 2/2] minor(snip)!: h for eta --- lua/typstar/snippets/letters.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/typstar/snippets/letters.lua b/lua/typstar/snippets/letters.lua index 000adc5..08617ac 100644 --- a/lua/typstar/snippets/letters.lua +++ b/lua/typstar/snippets/letters.lua @@ -17,7 +17,7 @@ local greek_letters_map = { ['e'] = 'epsilon', ['f'] = 'phi', ['g'] = 'gamma', - ['h'] = 'phi', + ['h'] = 'eta', ['i'] = 'iotta', ['j'] = 'theta', ['k'] = 'kappa',