Skip to content

Commit

Permalink
Fixed fennel comments
Browse files Browse the repository at this point in the history
  • Loading branch information
scambier committed Apr 15, 2023
1 parent a71d8e0 commit fc66534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Simon Cambier <simon.cambier@protonmail.com>"]
edition = "2018"
name = "tq-bundler"
version = "2.2.0"
version = "2.2.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Expand Up @@ -36,7 +36,7 @@ impl FileType {
"fnl" => FileType {
extension,
regex: Regex::new(list_regex).unwrap(),
comment: "#".to_string(),
comment: ";;".to_string(),
},
"janet" => FileType {
extension,
Expand Down

0 comments on commit fc66534

Please sign in to comment.