Merge pull request #145057 from elohmeier/tree-sitter-beancount
This commit is contained in:
commit
5d7cfc43bb
3 changed files with 15 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
{
|
{
|
||||||
tree-sitter-agda = lib.importJSON ./tree-sitter-agda.json;
|
tree-sitter-agda = lib.importJSON ./tree-sitter-agda.json;
|
||||||
tree-sitter-bash = lib.importJSON ./tree-sitter-bash.json;
|
tree-sitter-bash = lib.importJSON ./tree-sitter-bash.json;
|
||||||
|
tree-sitter-beancount = lib.importJSON ./tree-sitter-beancount.json;
|
||||||
tree-sitter-c = lib.importJSON ./tree-sitter-c.json;
|
tree-sitter-c = lib.importJSON ./tree-sitter-c.json;
|
||||||
tree-sitter-c-sharp = lib.importJSON ./tree-sitter-c-sharp.json;
|
tree-sitter-c-sharp = lib.importJSON ./tree-sitter-c-sharp.json;
|
||||||
tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json;
|
tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json;
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"url": "https://github.com/polarmutex/tree-sitter-beancount",
|
||||||
|
"rev": "79ae7c1f2654a2a6936b0f37bf754e5ff59c9186",
|
||||||
|
"date": "2021-09-07T00:09:23-04:00",
|
||||||
|
"path": "/nix/store/adv2yl8kr4pk6430iclkppirhb5ibcqc-tree-sitter-beancount",
|
||||||
|
"sha256": "1g2p2dnxm50l7npg2cbycwcfz9c9682bj02nrlycyjhwl4may9dn",
|
||||||
|
"fetchSubmodules": false,
|
||||||
|
"deepClone": false,
|
||||||
|
"leaveDotGit": false
|
||||||
|
}
|
|
@ -70,6 +70,10 @@ let
|
||||||
# If you need a grammar that already exists in the official orga,
|
# If you need a grammar that already exists in the official orga,
|
||||||
# make sure to give it a different name.
|
# make sure to give it a different name.
|
||||||
otherGrammars = {
|
otherGrammars = {
|
||||||
|
"tree-sitter-beancount" = {
|
||||||
|
orga = "polarmutex";
|
||||||
|
repo = "tree-sitter-beancount";
|
||||||
|
};
|
||||||
"tree-sitter-clojure" = {
|
"tree-sitter-clojure" = {
|
||||||
orga = "sogaiu";
|
orga = "sogaiu";
|
||||||
repo = "tree-sitter-clojure";
|
repo = "tree-sitter-clojure";
|
||||||
|
|
Loading…
Reference in a new issue