gnu: Add tree-sitter-bibtex.
* gnu/packages/tree-sitter.scm (tree-sitter-bibtex): New variable.
This commit is contained in:
		
							parent
							
								
									7224a1ca6e
								
							
						
					
					
						commit
						b94cbbbce7
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		| 
						 | 
					@ -266,6 +266,17 @@ will be used in description and synopsis."
 | 
				
			||||||
   #:inputs (list tree-sitter-javascript)
 | 
					   #:inputs (list tree-sitter-javascript)
 | 
				
			||||||
   #:grammar-directories '("typescript" "tsx")))
 | 
					   #:grammar-directories '("typescript" "tsx")))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public tree-sitter-bibtex
 | 
				
			||||||
 | 
					  (let ((commit "ccfd77db0ed799b6c22c214fe9d2937f47bc8b34")
 | 
				
			||||||
 | 
					        (revision "0"))
 | 
				
			||||||
 | 
					    (tree-sitter-grammar
 | 
				
			||||||
 | 
					     "bibtex" "Bibtex"
 | 
				
			||||||
 | 
					     "0m7f3dkqbmy8x1bhl11m8f4p6n76wfvh99rp46zrqv39355nw1y2"
 | 
				
			||||||
 | 
					     (git-version "0.1.0" revision commit)
 | 
				
			||||||
 | 
					     #:repository-url "https://github.com/latex-lsp/tree-sitter-bibtex"
 | 
				
			||||||
 | 
					     #:commit commit
 | 
				
			||||||
 | 
					     #:license license:expat)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public tree-sitter-css
 | 
					(define-public tree-sitter-css
 | 
				
			||||||
  (tree-sitter-grammar
 | 
					  (tree-sitter-grammar
 | 
				
			||||||
   "css" "CSS"
 | 
					   "css" "CSS"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue