mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
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:
parent
3c940fdfb5
commit
37ee5b784e
1 changed files with 1 additions and 1 deletions
|
|
@ -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" },
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue