fix(parsers): add additional typescript filetype to parser

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181
This commit is contained in:
Pierre Poupin 2020-07-15 22:21:57 +02:00 committed by Stephan Seitz
parent b480d25155
commit 7037f39ae9

View file

@ -147,6 +147,7 @@ list.tsx = {
files = { "src/parser.c", "src/scanner.c" },
location = "tree-sitter-tsx/tsx"
},
used_by = { "typescript.tsx" },
filetype = 'typescriptreact'
}