gnu: Add tree-sitter-hcl.
* gnu/packages/tree-sitter.scm (tree-sitter-hcl): New variable. Change-Id: I2522cf5cc30b313c16636821deed2752ea65b43e Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
6881f090cf
commit
a4573ee607
1 changed files with 9 additions and 0 deletions
|
@ -457,6 +457,15 @@ which will be used as a snippet in origin."
|
||||||
(git-version "0.14.0" revision commit)
|
(git-version "0.14.0" revision commit)
|
||||||
#:commit commit)))
|
#:commit commit)))
|
||||||
|
|
||||||
|
(define-public tree-sitter-hcl
|
||||||
|
(tree-sitter-grammar
|
||||||
|
"hcl" "HCL"
|
||||||
|
"1yydi61jki7xpabi0aq6ykz4w4cya15g8rp34apb6qq9hm4lm9di"
|
||||||
|
"1.1.0"
|
||||||
|
#:article "an"
|
||||||
|
#:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-hcl"
|
||||||
|
#:license license:asl2.0))
|
||||||
|
|
||||||
(define-public tree-sitter-java
|
(define-public tree-sitter-java
|
||||||
(tree-sitter-grammar
|
(tree-sitter-grammar
|
||||||
"java" "Java"
|
"java" "Java"
|
||||||
|
|
Reference in a new issue