update jsx family of languages for preceeding comments and nested exports

This commit is contained in:
KCaverly 2023-07-17 09:22:37 -04:00
parent 2dae42b1ba
commit 4bece54655
6 changed files with 456 additions and 98 deletions

View file

@ -44,10 +44,13 @@ project = { path = "../project", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
workspace = { path = "../workspace", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"]}
tree-sitter-rust = "*"
rand.workspace = true
unindent.workspace = true
tempdir.workspace = true
ctor.workspace = true
env_logger.workspace = true
tree-sitter-javascript = "*"
tree-sitter-typescript = "*"
tree-sitter-rust = "*"