mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
fix(parsers): add additional typescript filetype to parser
Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181
This commit is contained in:
parent
b480d25155
commit
7037f39ae9
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ list.tsx = {
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
location = "tree-sitter-tsx/tsx"
|
location = "tree-sitter-tsx/tsx"
|
||||||
},
|
},
|
||||||
|
used_by = { "typescript.tsx" },
|
||||||
filetype = 'typescriptreact'
|
filetype = 'typescriptreact'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue