From 37ee5b784ebf52c8d08debb4b6331378528a847a Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Fri, 20 Aug 2021 11:29:33 -0500 Subject: Add jsx to javascript (#1696) This is mainly so the playground doesn't error when opening the jsx query files. --- lua/nvim-treesitter/parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 89b448942..50887c323 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" }, } -- cgit v1.2.3-70-g09d2