Loading pkgs/development/tools/parsing/tree-sitter/grammars/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ { tree-sitter-agda = lib.importJSON ./tree-sitter-agda.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-sharp = lib.importJSON ./tree-sitter-c-sharp.json; tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json; Loading pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-beancount.json 0 → 100644 +10 −0 Original line number Diff line number Diff line { "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 } pkgs/development/tools/parsing/tree-sitter/update.nix +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ let # If you need a grammar that already exists in the official orga, # make sure to give it a different name. otherGrammars = { "tree-sitter-beancount" = { orga = "polarmutex"; repo = "tree-sitter-beancount"; }; "tree-sitter-clojure" = { orga = "sogaiu"; repo = "tree-sitter-clojure"; Loading Loading
pkgs/development/tools/parsing/tree-sitter/grammars/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ { tree-sitter-agda = lib.importJSON ./tree-sitter-agda.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-sharp = lib.importJSON ./tree-sitter-c-sharp.json; tree-sitter-clojure = lib.importJSON ./tree-sitter-clojure.json; Loading
pkgs/development/tools/parsing/tree-sitter/grammars/tree-sitter-beancount.json 0 → 100644 +10 −0 Original line number Diff line number Diff line { "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 }
pkgs/development/tools/parsing/tree-sitter/update.nix +4 −0 Original line number Diff line number Diff line Loading @@ -70,6 +70,10 @@ let # If you need a grammar that already exists in the official orga, # make sure to give it a different name. otherGrammars = { "tree-sitter-beancount" = { orga = "polarmutex"; repo = "tree-sitter-beancount"; }; "tree-sitter-clojure" = { orga = "sogaiu"; repo = "tree-sitter-clojure"; Loading