toodles 0.1.2 → 0.1.3
raw patch · 3 files changed
+4/−4 lines, 3 files
Files
- README.md +2/−3
- app/Parse.hs +1/−0
- toodles.cabal +1/−1
README.md view
@@ -17,7 +17,7 @@ ease! Specify details within parenthesis and separate with the `|` delimeter. ```python-# TODO(assignee|p=1|keys=vals|#tags) +# TODO(assignee|p=1|keys=vals|#tags) ``` #### Priority@@ -72,6 +72,7 @@ - Plaintext files (`*.txt`) - Protobuf - Python+- React Javascript (JSX) - Ruby - Rust - Scala@@ -157,5 +158,3 @@ to help avoid having multiple people work on the same thing. - If github issues don't cut it, feel free to reach out on twitter [@avi_press](https://twitter.com/avi_press)--
app/Parse.hs view
@@ -98,6 +98,7 @@ , (".h++", "//") , (".java", "//") , (".js", "//")+ , (".jsx", "//") , (".kt", "//") , (".kts", "//") , (".lua", "--")
toodles.cabal view
@@ -1,6 +1,6 @@ cabal-version: 1.12 name: toodles-version: 0.1.2+version: 0.1.3 license: MIT license-file: LICENSE copyright: 2018 Avi Press