Skip to content

Commit

Permalink
feat(languages): add support for txt language with appropriate extens…
Browse files Browse the repository at this point in the history
…ions and chunk size
  • Loading branch information
wsxiaoys committed Nov 14, 2024
1 parent 3e4618b commit 4146e76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/tabby-common/assets/languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ languages = ["markdown"]
exts = ["md", "markdown"]
chunk_size = 1536

[[config]]
languages = ["txt"]
exts = ["txt"]
chunk_size = 1536

[[config]]
languages = ["perl"]
exts = ["pl", "pm", "pod", "perl"]
Expand Down

0 comments on commit 4146e76

Please sign in to comment.