mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-08-22 07:33:47 -07: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:
@@ -90,6 +90,7 @@ pub(crate) const DEFAULT_TYPES: &[(&[&str], &[&str])] = &[
|
|||||||
(&["fsharp"], &["*.fs", "*.fsx", "*.fsi"]),
|
(&["fsharp"], &["*.fs", "*.fsx", "*.fsi"]),
|
||||||
(&["fut"], &["*.fut"]),
|
(&["fut"], &["*.fut"]),
|
||||||
(&["gap"], &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
|
(&["gap"], &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]),
|
||||||
|
(&["gleam"], &["*.gleam"]),
|
||||||
(&["gn"], &["*.gn", "*.gni"]),
|
(&["gn"], &["*.gn", "*.gni"]),
|
||||||
(&["go"], &["*.go"]),
|
(&["go"], &["*.go"]),
|
||||||
(&["gprbuild"], &["*.gpr"]),
|
(&["gprbuild"], &["*.gpr"]),
|
||||||
|
Reference in New Issue
Block a user