Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat(ja-space-between-half-and-full-width): add allows option #64

Merged
merged 2 commits into from
Apr 20, 2024

Conversation

azu
Copy link
Member

@azu azu commented Apr 20, 2024

特定の単語などを無視できる allows オプションを追加

        {
            text: "Eコマース",
            options: {
                space: "always",
                allows: [
                    "Eコマース"
                ]
            }
        },
        {
            text: "これは A言語、B言語、C言語です。",
            options: {
                space: "always",
                allows: [
                    "/(\\w)言語/"
                ]
            }
        }

@azu azu added the Type: Feature New Feature label Apr 20, 2024
@azu azu merged commit 76da132 into master Apr 20, 2024
6 checks passed
@azu azu deleted the add-allows-option branch April 20, 2024 11:10
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Type: Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant