Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Ratatui #1055

Open
mo8it opened this issue Jul 5, 2024 · 3 comments
Open

Ratatui #1055

mo8it opened this issue Jul 5, 2024 · 3 comments
Labels
bug Not as expected

Comments

@mo8it
Copy link

mo8it commented Jul 5, 2024

Sorry for posting in the wrong issue.

Ratatui should not be corrected because RataTUI exists in the Rust ecosystem.

@epage
Copy link
Collaborator

epage commented Jul 5, 2024

The current correction is ratatui,ratatouille

I'm assuming we should limit this to Rust?

Existing rust-specific logic we have:

    (
        "rust",
        StaticDictConfig {
            ignore_idents: &[
                "flate2", // https://crates.io/crates/flate2
            ],
            ignore_words: &[
                "ser", // serde::ser, serde_json::ser, etc.
            ],
        },
    ),

@epage epage added the bug Not as expected label Jul 5, 2024
@mo8it
Copy link
Author

mo8it commented Jul 5, 2024

What about Markdown files? For example, I have this problem with my latest blog post which is written in Markdown.

@epage
Copy link
Collaborator

epage commented Jul 8, 2024

Thats true for a lot of these per-language items currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not as expected
Projects
None yet
Development

No branches or pull requests

2 participants