Skip to content

Commit 4620e39

Browse files
committed
added ron extension to special
1 parent 16b58a8 commit 4620e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const EXECUTABLE: &[&'static str] = &["exe", "msi", "bat"];
2929
// yellow
3030
const SPECIAL: &[&'static str] = &[
3131
"md", "cgf", "conf", "config", "ini", "json", "tml", "toml", "yaml", "yml", "csv", "markdown",
32-
"org", "rst", "xml",
32+
"org", "rst", "xml", "ron",
3333
];
3434
// green
3535
const PROGRAMMING: &[&'static str] = &[
@@ -372,7 +372,7 @@ fn sl() -> Command {
372372
"✨"
373373
))
374374
// TODO update version
375-
.version("1.1.3")
375+
.version("1.1.4")
376376
.author("Leann Phydon <[email protected]>")
377377
.arg(
378378
Arg::new("colour")

0 commit comments

Comments
 (0)