toodles 0.1.0.12 → 0.1.0.13
raw patch · 3 files changed
+3/−1 lines, 3 files
Files
- README.md +1/−0
- app/Main.hs +1/−0
- toodles.cabal +1/−1
README.md view
@@ -68,6 +68,7 @@ - Lua - Objective-C - PHP+- Plaintext files (`*.txt`) - Protobuf - Python - Ruby
app/Main.hs view
@@ -322,6 +322,7 @@ , (".sh", "#") , (".swift", "///") , (".ts", "//")+ , (".txt", "") , (".yaml", "#") ]
toodles.cabal view
@@ -1,6 +1,6 @@ cabal-version: >=1.10 name: toodles-version: 0.1.0.12+version: 0.1.0.13 license: MIT copyright: 2018 Avi Press maintainer: mail@avi.press