deps: bump tree-sitter to 0.20.6 and regenerate parser

This commit is contained in:
Michael Hoffmann
2022-04-02 18:34:04 +02:00
parent 3cb7fc2824
commit d559c46ba1
6 changed files with 8439 additions and 7916 deletions

View File

@@ -13,7 +13,7 @@ in
];
shellHook = ''
PATH=./node_modules/.bin:$PATH
command -v tree-sitter >/dev/null 2>&1 || npm install tree-sitter-cli@0.19.5
command -v tree-sitter >/dev/null 2>&1 || npm install tree-sitter-cli@0.20.6
'';
}