diff options
| author | Shulhan <m.shulhan@gmail.com> | 2019-12-18 09:44:04 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2020-03-01 20:11:56 +0700 |
| commit | f7044d3640cfbcabae161335a6142d89016a0ae2 (patch) | |
| tree | e0e8afb66cfd335ce4a540f49fda245663d5eeb5 /id_ID.aff | |
| parent | 7dd083e664541002f114004adad58e0a2519378f (diff) | |
| download | hunspell-id-f7044d3640cfbcabae161335a6142d89016a0ae2.tar.xz | |
aff: move the comment to the top in CIRCUMFIX and NEEDAFFIX
On Lucene, the parser for affix file does not allow inline comment in
the options, for example "OPT <arg> # comment".
Fix #6.
Diffstat (limited to 'id_ID.aff')
| -rw-r--r-- | id_ID.aff | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -38,8 +38,10 @@ SET ISO8859-1 TRY aeinrstkumlgopbdhjcyfwzqvxAEINRSTKUMLGOPBDHJCYFWZQVX WORDCHARS - FLAG long -CIRCUMFIX A1 # untuk bentuk awalan-akhiran terikat (ber-an) -NEEDAFFIX A2 # jenis membesituakan (jangan besitua tersendiri) +# untuk bentuk awalan-akhiran terikat (ber-an) +CIRCUMFIX A1 +# jenis membesituakan (jangan besitua tersendiri) +NEEDAFFIX A2 # Berikut PREFIX dan SIRKUMFIKS |
