summary refs log tree commit diff
path: root/pkgs/development/tools/parsing/tree-sitter/update.nix
diff options
context:
space:
mode:
authoroxalica <oxalicc@pm.me>2022-04-25 13:29:35 +0800
committeroxalica <oxalicc@pm.me>2022-04-25 14:14:34 +0800
commit011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a (patch)
tree0621b0091cb8e129bc89f3755ef072a054a580c0 /pkgs/development/tools/parsing/tree-sitter/update.nix
parent2683fa17f2a8ed466edc5622923e8c62be19c81f (diff)
downloadnixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar.gz
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar.bz2
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar.lz
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar.xz
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.tar.zst
nixpkgs-011f56b2cb724a8cdc318ee9df28ad1d5bc9b34a.zip
tree-sitter: update grammars
There are node changes on lua and/or vim parsers, which cause highlight
errors with current version of nvim-treesitter in nixpkgs.
This update should fix them.
Diffstat (limited to 'pkgs/development/tools/parsing/tree-sitter/update.nix')
-rw-r--r--pkgs/development/tools/parsing/tree-sitter/update.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/tools/parsing/tree-sitter/update.nix b/pkgs/development/tools/parsing/tree-sitter/update.nix
index 35fa30779d3..57bf5c0a13c 100644
--- a/pkgs/development/tools/parsing/tree-sitter/update.nix
+++ b/pkgs/development/tools/parsing/tree-sitter/update.nix
@@ -42,6 +42,7 @@ let
     "tree-sitter-ql"
     "tree-sitter-embedded-template"
     "tree-sitter-tsq"
+    "tree-sitter-toml"
   ];
   knownTreeSitterOrgGrammarReposJson = jsonFile "known-tree-sitter-org-grammar-repos" knownTreeSitterOrgGrammarRepos;
 
@@ -136,10 +137,6 @@ let
       orga = "ikatyang";
       repo = "tree-sitter-yaml";
     };
-    "tree-sitter-toml" = {
-      orga = "ikatyang";
-      repo = "tree-sitter-toml";
-    };
     "tree-sitter-zig" = {
       orga = "maxxnino";
       repo = "tree-sitter-zig";