diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -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)
-
-
diff --git a/app/Parse.hs b/app/Parse.hs
--- a/app/Parse.hs
+++ b/app/Parse.hs
@@ -98,6 +98,7 @@
   , (".h++", "//")
   , (".java", "//")
   , (".js", "//")
+  , (".jsx", "//")
   , (".kt", "//")
   , (".kts", "//")
   , (".lua", "--")
diff --git a/toodles.cabal b/toodles.cabal
--- a/toodles.cabal
+++ b/toodles.cabal
@@ -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
