mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
chore(parsers): add tsx maintainer
This commit is contained in:
parent
7984975a2f
commit
4da6f29a56
1 changed files with 2 additions and 1 deletions
|
|
@ -260,7 +260,8 @@ list.tsx = {
|
||||||
generate_requires_npm = true,
|
generate_requires_npm = true,
|
||||||
},
|
},
|
||||||
used_by = { "typescript.tsx" },
|
used_by = { "typescript.tsx" },
|
||||||
filetype = 'typescriptreact'
|
filetype = 'typescriptreact',
|
||||||
|
maintainers = {'@steelsojka'}
|
||||||
}
|
}
|
||||||
|
|
||||||
list.scala = {
|
list.scala = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue