Skip to content

Commit

Permalink
Update icon.rs (#946)
Browse files Browse the repository at this point in the history
Adds couple file extensions.

`.cypher` - Cypher, a query language
`.malloy` - Malloy, a query language
`.kusto` - Kusto Query Language
`.rq` - SPARQL, a query language
  • Loading branch information
vanillajonathan committed Nov 7, 2023
1 parent 7a75795 commit 6f8e095
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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}"), // ""
Expand Down Expand Up @@ -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}"), // ""
Expand All @@ -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}"), // ""
Expand Down Expand Up @@ -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}"), // ""
Expand Down

0 comments on commit 6f8e095

Please sign in to comment.