Add support for jsx (#1906)

* Add support for javascriptreact language

* Add support for jsx files
pull/1925/head
Amine Hmida 2 years ago committed by GitHub
parent a9635659f7
commit d0ff2ffd89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 = "//"

Loading…
Cancel
Save