mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-gitattributes.
* gnu/packages/tree-sitter.scm (tree-sitter-gitattributes): New variable. Change-Id: I0e524398c4a11c1bc23c364b592bf39dec347ede Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
6f150a1426
commit
64bddf000f
1 changed files with 11 additions and 0 deletions
|
|
@ -754,6 +754,17 @@ which will be used as a snippet in origin."
|
|||
"https://github.com/PrestonKnopp/tree-sitter-gdscript"
|
||||
#:commit commit)))
|
||||
|
||||
(define-public tree-sitter-gitattributes
|
||||
(let ((commit "1b7af09d45b579f9f288453b95ad555f1f431645")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"gitattributes" "Git .gitattributes"
|
||||
"1mmcxw3aqx7skgihl8mman5spjz4cmc0k06jca7fjng904kdqw3q"
|
||||
(git-version "0.1.6" revision commit)
|
||||
#:commit commit
|
||||
#:repository-url
|
||||
"https://github.com/tree-sitter-grammars/tree-sitter-gitattributes")))
|
||||
|
||||
(define-public tree-sitter-gitignore
|
||||
(let ((version "0.1.0")
|
||||
(commit "f4685bf11ac466dd278449bcfe5fd014e94aa504")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue