Fix TSX tree-sitter grammar location
This commit is contained in:
parent
bfe1716614
commit
b5f7d3aa2a
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@ let
|
|||
swift = pkgs.tree-sitter-grammars.tree-sitter-swift;
|
||||
python = pkgs.tree-sitter-grammars.tree-sitter-python;
|
||||
typescript = pkgs.tree-sitter-grammars.tree-sitter-typescript;
|
||||
tsx = pkgs.tree-sitter-grammars.tree-sitter-tsx;
|
||||
tsx = pkgs.tree-sitter-grammars.tree-sitter-tsx.override {
|
||||
location = "tsx";
|
||||
};
|
||||
javascript = pkgs.tree-sitter-grammars.tree-sitter-javascript;
|
||||
json = pkgs.tree-sitter-grammars.tree-sitter-json;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue