~ruther/guix-local

54c7f142e270fee949e09c3d88afbe631b90cb14 — Kjartan Oli Agustsson 1 year, 1 month ago 70aa2b6
gnu: Add tree-sitter-blueprint.

* gnu/packages/tree-sitter.scm (tree-sitter-blueprint): New variable.

Change-Id: Iaa61eddfca471e904425dd7febf573a70dbbb96d
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 11 insertions(+), 0 deletions(-)

M gnu/packages/tree-sitter.scm
M gnu/packages/tree-sitter.scm => gnu/packages/tree-sitter.scm +11 -0
@@ 423,6 423,17 @@ which will be used as a snippet in origin."
   "01sjympivwhr037c0gdx5fqw8fvzchq4fd4m8wlr8mdw50di0ag2"
   "0.20.4"))

(define-public tree-sitter-blueprint
  (let ((commit "329699d55f3e3955091e13756563c3f320a561fc")
        (revision "0"))
    (tree-sitter-grammar
     "blueprint" "Blueprint"
     "0pdjka1sdw9dwilw3vjl3k3cn7pcyv7m57cmxqibashg316dygxm"
     (git-version "0.0.0" revision commit) ; Upstream has not tagged any releases
     #:repository-url "https://github.com/huanie/tree-sitter-blueprint"
     #:commit commit
     #:license license:expat)))

(define-public tree-sitter-c-sharp
  (tree-sitter-grammar
   "c-sharp" "C#"