mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add tree-sitter-sfapex.
* gnu/packages/tree-sitter.scm (tree-sitter-sfapex): New variable. Change-Id: Ifa3da04a279c09bb51a9060a76bbeebcdc0518a6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
cc96e1831b
commit
cbf10bb4e0
1 changed files with 12 additions and 0 deletions
|
|
@ -1327,6 +1327,18 @@ 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-sfapex
|
||||
;; Use a later commit because some tests fail with the v2.3 tag.
|
||||
(let ((commit "3597575a429766dd7ecce9f5bb97f6fec4419d5d")
|
||||
(revision "0"))
|
||||
(tree-sitter-grammar
|
||||
"sfapex" "Sfapex"
|
||||
"1kcv8g7smh76nb46np5yqmjma1c4zna74nkhc11xa1g3gwysvv2c"
|
||||
(git-version "2.3" revision commit)
|
||||
#:commit commit
|
||||
#:repository-url "https://github.com/aheber/tree-sitter-sfapex"
|
||||
#:grammar-directories '("apex" "sflog" "soql" "sosl"))))
|
||||
|
||||
(define-public tree-sitter-solidity
|
||||
(tree-sitter-grammar
|
||||
"solidity" "Solidity"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue