gnu: Add tree-sitter-ungrammar.
* gnu/packages/tree-sitter.scm (tree-sitter-ungrammar): New variable. Change-Id: I162e1ffe692aaf0b81080e4df239bba10da477ed Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
		
							parent
							
								
									424b81c745
								
							
						
					
					
						commit
						cd82bf824e
					
				
					 1 changed files with 12 additions and 0 deletions
				
			
		|  | @ -551,6 +551,18 @@ which will be used as a snippet in origin." | ||||||
|    "1pk4mb3gh62xk0qlhxa8ihhxvnf7grrcchwg2xv99yy6yb3yh26b" |    "1pk4mb3gh62xk0qlhxa8ihhxvnf7grrcchwg2xv99yy6yb3yh26b" | ||||||
|    "0.20.4")) |    "0.20.4")) | ||||||
| 
 | 
 | ||||||
|  | (define-public tree-sitter-ungrammar | ||||||
|  |   ;; No releases yet. | ||||||
|  |   (let ((commit "debd26fed283d80456ebafa33a06957b0c52e451") | ||||||
|  |         (revision "0")) | ||||||
|  |     (tree-sitter-grammar | ||||||
|  |      "ungrammar" "Ungrammar" | ||||||
|  |      "09bbml1v1m6a9s9y9q1p2264ghf3fhb6kca1vj3qm19yq87xrnvy" | ||||||
|  |      (git-version "0.0.2" revision commit) | ||||||
|  |      #:commit commit | ||||||
|  |      #:repository-url "https://github.com/tree-sitter-grammars/tree-sitter-ungrammar" | ||||||
|  |      #:article "an"))) | ||||||
|  | 
 | ||||||
| (define-public tree-sitter-clojure | (define-public tree-sitter-clojure | ||||||
|   (tree-sitter-grammar |   (tree-sitter-grammar | ||||||
|    "clojure" "Clojure" |    "clojure" "Clojure" | ||||||
|  |  | ||||||
		Reference in a new issue