Add jsx to javascript (#1696)

This is mainly so the playground doesn't error when opening the jsx
query files.
This commit is contained in:
Santos Gallegos 2021-08-20 11:29:33 -05:00 committed by Stephan Seitz
parent 3c940fdfb5
commit 37ee5b784e

View file

@ -37,7 +37,7 @@ list.javascript = {
url = "https://github.com/tree-sitter/tree-sitter-javascript",
files = { "src/parser.c", "src/scanner.c" },
},
used_by = { "javascriptreact", "ecma" },
used_by = { "javascriptreact", "ecma", "jsx" },
maintainers = { "@steelsojka" },
}