mirror of
				https://github.com/janet-lang/janet
				synced 2025-10-30 23:23:07 +00:00 
			
		
		
		
	Check more file extensions
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| (def usage (string "usage: janet " (first (dyn :args)) " <last-year> <this-year>")) | ||||
|  | ||||
| (def ignores [".git"]) | ||||
| (def exts [".c" ".h" ".janet"]) | ||||
| (def exts ["LICENSE" "Makefile" ".build" ".c" ".h" ".janet"]) | ||||
|  | ||||
| (defn arg [i] | ||||
|   (defn bail [] (print usage) (quit)) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Michael Camilleri
					Michael Camilleri