Feature request: Equivalent of glue for capitalization, a/an
- Dominant language
- C#
- Stars
- 4.9k
- Forks
- 540
- PR merge metrics
- No merged PRs in 30d
Description
[Sorry to muck this place up by creating so many tickets all at once!]
I was wondering if there was an equivalent of glue for capitalization or for a/an. Examples:
```
{~{~why|well|}, |}hello there!
```
Could evaluate to
```
Why, hello there!
Well, hello there!
Hello there!
```
The same idea could work for a/an:
```
=== function syn_completely ===
{~completely|totally|absolutely}
=== knot ===
It's {syn_completely()} beautiful day, is it not?
```
Which could evaluate to
```
It's a completely beautiful day, is it not?
It's an absolutely beautiful day, is it not?
It's a totally beautiful day, is it not?
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.