tree-sitter-grammars: Ignore ruby-tree-sitter.old
This commit is contained in:
@@ -53,7 +53,7 @@ let
|
||||
# this is the haskell language bindings, tree-sitter-haskell is the grammar
|
||||
"haskell-tree-sitter"
|
||||
# this is the ruby language bindings, tree-sitter-ruby is the grammar
|
||||
"ruby-tree-sitter"
|
||||
"ruby-tree-sitter.old"
|
||||
# this is the (unmaintained) rust language bindings, tree-sitter-rust is the grammar
|
||||
"rust-tree-sitter"
|
||||
# this is the nodejs language bindings, tree-sitter-javascript is the grammar
|
||||
@@ -347,6 +347,10 @@ let
|
||||
orga = "indoorvivants";
|
||||
repo = "tree-sitter-smithy";
|
||||
};
|
||||
"tree-sitter-jsonnet" = {
|
||||
orga = "sourcegraph";
|
||||
repo = "tree-sitter-jsonnet";
|
||||
};
|
||||
};
|
||||
|
||||
allGrammars =
|
||||
|
||||
Reference in New Issue
Block a user