dabddd5692
* chore(deps): bump tree-sitter-highlight from 0.26.8 to 0.26.9 Bumps [tree-sitter-highlight](https://github.com/tree-sitter/tree-sitter) from 0.26.8 to 0.26.9. - [Release notes](https://github.com/tree-sitter/tree-sitter/releases) - [Commits](https://github.com/tree-sitter/tree-sitter/compare/v0.26.8...v0.26.9) --- updated-dependencies: - dependency-name: tree-sitter-highlight dependency-version: 0.26.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * docs: refresh generated walkthrough * ci: allow Ratatui product name --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: titus <contact@christitus.com>
8 lines
112 B
TOML
8 lines
112 B
TOML
[files]
|
|
extend-exclude = ["tui/cool_tips.txt"]
|
|
|
|
[default]
|
|
extend-ignore-identifiers-re = [
|
|
"(?i)ratatui",
|
|
]
|