mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: Add tree-sitter-solidity.
* gnu/packages/tree-sitter.scm (tree-sitter-solidity): New variable. Change-Id: Ic73ee3cdc2653a0212e3fedb3582676e74c9e375 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
df7e529f0d
commit
517818d0f0
1 changed files with 8 additions and 0 deletions
|
|
@ -1275,6 +1275,14 @@ which will be used as a snippet in origin."
|
|||
"0.23.0-1"
|
||||
#:repository-url "https://github.com/6cdh/tree-sitter-scheme"))
|
||||
|
||||
(define-public tree-sitter-solidity
|
||||
(tree-sitter-grammar
|
||||
"solidity" "Solidity"
|
||||
"0vbxghnihnmfdgg4a5j2g5s7fcff8axqmqa2y8yci434n35wgq3g"
|
||||
"1.2.13"
|
||||
#:repository-url
|
||||
"https://github.com/JoranHonig/tree-sitter-solidity"))
|
||||
|
||||
(define-public tree-sitter-starlark
|
||||
(tree-sitter-grammar
|
||||
"starlark" "Starlark"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue