mirror of
https://github.com/lsd-rs/lsd.git
synced 2026-02-11 01:34:46 +02:00
Update icon.rs (#946)
Adds couple file extensions. `.cypher` - Cypher, a query language `.malloy` - Malloy, a query language `.kusto` - Kusto Query Language `.rq` - SPARQL, a query language
This commit is contained in:
@@ -453,6 +453,7 @@ impl IconTheme {
|
||||
("c", "\u{e61e}"), // ""
|
||||
("cue", "\u{f001}"), // ""
|
||||
("cxx", "\u{e61d}"), // ""
|
||||
("cypher", "\u{f1c0}"), // ""
|
||||
("dart", "\u{e798}"), // ""
|
||||
("dat", "\u{f1c0}"), // ""
|
||||
("db", "\u{f1c0}"), // ""
|
||||
@@ -540,6 +541,7 @@ impl IconTheme {
|
||||
("ksh", "\u{f489}"), // ""
|
||||
("kt", "\u{e634}"), // ""
|
||||
("kts", "\u{e634}"), // ""
|
||||
("kusto", "\u{f1c0}"), // ""
|
||||
("ldb", "\u{f1c0}"), // ""
|
||||
("ld", "\u{e624}"), // ""
|
||||
("less", "\u{e758}"), // ""
|
||||
@@ -559,6 +561,7 @@ impl IconTheme {
|
||||
("m4a", "\u{f001}"), // ""
|
||||
("m4v", "\u{f008}"), // ""
|
||||
("magnet", "\u{f076}"), // ""
|
||||
("malloy", "\u{f1c0}"), // ""
|
||||
("man", "\u{f02d}"), // ""
|
||||
("markdown", "\u{e609}"), // ""
|
||||
("md", "\u{e609}"), // ""
|
||||
@@ -633,6 +636,7 @@ impl IconTheme {
|
||||
("rmeta", "\u{e68b}"), // ""
|
||||
("rpm", "\u{f187}"), // ""
|
||||
("rproj", "\u{f05c6}"), // ""
|
||||
("rq", "\u{f1c0}"), // ""
|
||||
("rspec_parallel", "\u{e21e}"), // ""
|
||||
("rspec_status", "\u{e21e}"), // ""
|
||||
("rspec", "\u{e21e}"), // ""
|
||||
|
||||
Reference in New Issue
Block a user