Skip to content

Commit

Permalink
Add support for jsx (#1906)
Browse files Browse the repository at this point in the history
* Add support for javascriptreact language

* Add support for jsx files
  • Loading branch information
aminehmida authored Apr 1, 2022
1 parent a963565 commit d0ff2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ source = { git = "https://github.com/tree-sitter/tree-sitter-go", rev = "0fa917a
name = "javascript"
scope = "source.js"
injection-regex = "^(js|javascript)$"
file-types = ["js", "mjs"]
file-types = ["js", "jsx", "mjs"]
shebangs = ["node"]
roots = []
comment-token = "//"
Expand Down

0 comments on commit d0ff2ff

Please sign in to comment.