Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to '.github/workflows/languages.toml')
| -rw-r--r-- | .github/workflows/languages.toml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/languages.toml b/.github/workflows/languages.toml deleted file mode 100644 index b883ba1a..00000000 --- a/.github/workflows/languages.toml +++ /dev/null @@ -1,26 +0,0 @@ -# This languages.toml is used for testing in CI. - -[[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 = "nix" -scope = "source.nix" -injection-regex = "nix" -file-types = ["nix"] -shebangs = [] -roots = [] -comment-token = "#" - -# A grammar entry is not necessary for this language - it is only used for -# testing TOML merging behavior. |