Add a test for multi-language auto-indent

This commit is contained in:
Max Brunsfeld 2022-10-05 17:58:10 -07:00
parent 7fb5fe036a
commit b7e115a6a1
3 changed files with 119 additions and 1 deletions

View file

@ -63,6 +63,8 @@ util = { path = "../util", features = ["test-support"] }
ctor = "0.1"
env_logger = "0.9"
rand = "0.8.3"
tree-sitter-html = "*"
tree-sitter-javascript = "*"
tree-sitter-json = "*"
tree-sitter-rust = "*"
tree-sitter-python = "*"