v7.26.0
What's Changed
- Update licensed gem dependency by @lildude in #6333
- Update link to Ace modes by @lildude in #6344
- Fix
trim_trailing_whitespacetypo in.editorconfigfile by @ryandesign in #6349 - Document that Linguist only analyzes the default branch by @lildude in #6359
- Fix typos in troubleshooting.md by @DecimalTurn in #6365
- Update search query in PR template by @lildude in #6425
- Update Ruby versions used for testing by @lildude in #6423
- Update CODEOWNERS, gem metadata and enable CI for merge queues by @lildude in #6430
- Add TL-Verilog by @adamint in #5331
- Add grammar for Apex by @muenzpraeger in #6198
- Change colour for OCaml by @Teddy55Codes in #6284
- Add
.swcrcto "JSON with Comments" by @g-plane in #6328 - Add
.teamcityto vendored folders by @jamielennox in #6332 - Add
protoalias for protobuf by @dimitropoulos in #6334 - Add MDX language by @wooorm in #6339
- Replace markdown grammar with maintained version by @wooorm in #6341
- Add
rust-scriptto Rust interpreters by @fornwall in #6354 - Add
.basextension to VB6 and heuristics for VB6/VBA by @DecimalTurn in #6355 - Added case-insensitive matches for FreeBasic. by @XusinboyBekchanov in #6367
- Add RBS language by @ybiquitous in #6369
- Add support for WebAssembly Interface Types by @eduardomourar in #6376
- Add
.txxextension to C++ by @wroyca in #6380 - Fix trailing whitespace & empty lines by @michidk in #6385
- Change source of "Adblock Filter List" grammar by @scripthunter7 in #6392
- Add
.scalafix.confand.scalafmt.confto HOCON filenames by @LaurenceWarne in #6404 - Add Nushell by @hustcer in #6403
- Fix up vendor regex for bootstrap by @tclem in #6410
- Add grammar for Nasal by @BobDotCom in #6406
- Add
vlcrcto INI filenames by @Alhadis in #6415 - Make regexps in
heuristics.ymlmore portable by @jorendorff in #6417 - Add language support for Go workspaces by @goto1134 in #6433
- Add grammar for LOLCODE by @KrazIvan in #6434
- Add D2 language support by @goto1134 in #6435
- Add
mdas an alias for Markdown by @lildude in #6338 - Add support for the Pact smart contract language by @emilypi in #5834
- Add VBA grammar by @DecimalTurn in #6440
- Update WDL's description by @aofarrel in #6319
- Add WGSL support by @joaogabrielzo in #6442
- Add
lkmlextension to LookML by @lildude in #6443 - Add language support for
hostsfiles by @Alhadis in #6391
New Contributors
- @ryandesign made their first contribution in #6349
- @adamint made their first contribution in #5331
- @muenzpraeger made their first contribution in #6198
- @Teddy55Codes made their first contribution in #6284
- @g-plane made their first contribution in #6328
- @jamielennox made their first contribution in #6332
- @dimitropoulos made their first contribution in #6334
- @wooorm made their first contribution in #6339
- @fornwall made their first contribution in #6354
- @ybiquitous made their first contribution in #6369
- @eduardomourar made their first contribution in #6376
- @wroyca made their first contribution in #6380
- @michidk made their first contribution in #6385
- @hustcer made their first contribution in #6403
- @BobDotCom made their first contribution in #6406
- @jorendorff made their first contribution in #6417
- @goto1134 made their first contribution in #6433
- @KrazIvan made their first contribution in #6434
- @emilypi made their first contribution in #5834
- @aofarrel made their first contribution in #6319
- @joaogabrielzo made their first contribution in #6442
Addendum
#6417 introduced a regex for the .stl heuristic which suffers from catastrophic backtracking which can cause timeouts on larger files in Ruby 3.2 and possibly other languages. This will be resolved in v7.27.0.
Full Changelog: v7.25.0...v7.26.0