mirror of
https://github.com/janet-lang/janet
synced 2025-12-05 16:18:08 +00:00
Address issue #21
Add some github highlighting to janet files (clojure is pretty close)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
[f1 f2]
|
||||
"Check if f1 is newer than f2. Used for checking if a file should be updated."
|
||||
(if is-win true
|
||||
(zero? (os/shell (string "[ " f1 " -ot " f2 " ]")))))
|
||||
(not (zero? (os/shell (string "[ " f1 " -nt " f2 " ]"))))))
|
||||
|
||||
(defn- older-than-some
|
||||
[f others]
|
||||
|
||||
Reference in New Issue
Block a user