v7.30.0
What's Changed
- Make
max_tree_size
configurable per-repository by @issyl0 in #6806 - Pass custom tree size through
{git,github}-linguist
binaries by @issyl0 in #6825 - The
--tree-size
arg should always be an Integer by @issyl0 in #6826 - Rely on the
Linguist::Repository::MAX_TREE_SIZE
default value more by @issyl0 in #6830 - Add Luau language by @robloxiandemo in #6612
- Add BQN language by @skykanin in #6623
- Add Cron table language by @Nixinova in #6759
- Add NMODL Language by @matz-e in #6776
- Add Pkl language by @stackoverflow in #6730
- Register
.sublime-color-scheme
extension as JSON with Comments by @Nixinova in #6758 - Register
MODULE.bazel.lock
as JSON and generated by @dtolnay in #6783 - Add
Cargo.toml.orig
as TOML filename by @spenserblack in #6787 - Add
tsx
to TypeScript interpreters by @Alhadis in #6788 - Extend
justfile
file detection by @mkatychev in #6795 - Add templ language by @tris203 in #6798
- Update HCL/Terraform grammar to
hashicorp/syntax
by @dbanck in #6802 - Detect zig zon files by @softprops in #6820
- Add FIRRTL language by @seldridge in #6848
- Add support for RON (Rusty Object Notation) by @spenserblack in #6849
- Add Julia REPL by @adrhill in #6859
- Add support for Caddyfile by @willnorris in #6862
- Support
.envrc
file by @spenserblack in #6865
New Contributors
- @issyl0 made their first contribution in #6806
- @robloxiandemo made their first contribution in #6612
- @skykanin made their first contribution in #6623
- @k-yle made their first contribution in #6709
- @matz-e made their first contribution in #6776
- @stackoverflow made their first contribution in #6730
- @dtolnay made their first contribution in #6783
- @mkatychev made their first contribution in #6795
- @tris203 made their first contribution in #6798
- @dbanck made their first contribution in #6802
- @adrhill made their first contribution in #6859
- @willnorris made their first contribution in #6862
Full Changelog: v7.29.0...v7.30.0