aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arabluatex_voc.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/arabluatex_voc.lua b/arabluatex_voc.lua
index 6e712db..5ea68ee 100644
--- a/arabluatex_voc.lua
+++ b/arabluatex_voc.lua
@@ -100,6 +100,9 @@ hamza = {
100} 100}
101 101
102trigraphs = { -- trigraphs or more 102trigraphs = { -- trigraphs or more
103 -- 'llatI / 'llad_I
104 {a="^'ll(a)([%_]?[dt])", b="الّ%1%2"},
105 {a="(%s)'ll(a)([%_]?[dt])", b="%1الّ%2%3"},
103 -- al- + lām 106 -- al- + lām
104 {a="^(a)l%-(l)", b="ا%1ل%2%2"}, 107 {a="^(a)l%-(l)", b="ا%1ل%2%2"},
105 {a="(%s)(a)l%-(l)", b="%1ا%2ل%3%3"}, 108 {a="(%s)(a)l%-(l)", b="%1ا%2ل%3%3"},