mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-12-23 06:30:57 +00:00
ignore/types: add gleam
[Gleam] is a general-purpose, concurrent, functional high-level programming language that compiles to Erlang or JavaScript source code. Closes #3105 [Gleam]: https://gleam.run/
This commit is contained in:
parent
83d94672ae
commit
e166f271df
1 changed files with 1 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||
(&["fsharp"], &["*.fs", "*.fsx", "*.fsi"]),
|
||||
(&["fut"], &["*.fut"]),
|
||||
(&["gap"], &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
|
||||
(&["gleam"], &["*.gleam"]),
|
||||
(&["gn"], &["*.gn", "*.gni"]),
|
||||
(&["go"], &["*.go"]),
|
||||
(&["gprbuild"], &["*.gpr"]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue