Skip to content

Commit

Permalink
Merge pull request #49 from zyishai/master
Browse files Browse the repository at this point in the history
Added react javascript (jsx) support and doc
  • Loading branch information
aviaviavi authored Nov 5, 2018
2 parents 9b18dc8 + aa4bcc1 commit c081aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Specify details about your TODO's so that you can filter and sort them with
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
Expand Down Expand Up @@ -72,6 +72,7 @@ These languages will be scanned for any TODO's:
- Plaintext files (`*.txt`)
- Protobuf
- Python
- React Javascript (JSX)
- Ruby
- Rust
- Scala
Expand Down Expand Up @@ -157,5 +158,3 @@ Contributions in any form are welcome! A few bits of info:
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)


1 change: 1 addition & 0 deletions app/Parse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ fileTypeToComment =
, (".h++", "//")
, (".java", "//")
, (".js", "//")
, (".jsx", "//")
, (".kt", "//")
, (".kts", "//")
, (".lua", "--")
Expand Down

0 comments on commit c081aad

Please sign in to comment.