Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/tests/data/indent/languages.toml')
-rw-r--r--helix-core/tests/data/indent/languages.toml26
1 files changed, 0 insertions, 26 deletions
diff --git a/helix-core/tests/data/indent/languages.toml b/helix-core/tests/data/indent/languages.toml
deleted file mode 100644
index fa02e451..00000000
--- a/helix-core/tests/data/indent/languages.toml
+++ /dev/null
@@ -1,26 +0,0 @@
-# This languages.toml should contain definitions for all languages for which we have indent tests
-[[language]]
-name = "rust"
-scope = "source.rust"
-injection-regex = "rust"
-file-types = ["rs"]
-comment-token = "//"
-roots = ["Cargo.toml", "Cargo.lock"]
-indent = { tab-width = 4, unit = " " }
-
-[[grammar]]
-name = "rust"
-source = { git = "https://github.com/tree-sitter/tree-sitter-rust", rev = "0431a2c60828731f27491ee9fdefe25e250ce9c9" }
-
-[[language]]
-name = "cpp"
-scope = "source.cpp"
-injection-regex = "cpp"
-file-types = ["cc", "hh", "c++", "cpp", "hpp", "h", "ipp", "tpp", "cxx", "hxx", "ixx", "txx", "ino", "C", "H"]
-roots = []
-comment-token = "//"
-indent = { tab-width = 2, unit = " " }
-
-[[grammar]]
-name = "cpp"
-source = { git = "https://github.com/tree-sitter/tree-sitter-cpp", rev = "2d2c4aee8672af4c7c8edff68e7dd4c07e88d2b1" }