aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-07-03 14:59:10 +0800
committerHilton Chain <hako@ultrarare.space>2023-08-20 22:03:38 +0800
commitab794059891e378db63b714fc2125048354283b5 (patch)
treea0e999696d867630d7100f2ccf3ca3608f5e276d
parent95a1a819dffa833bdd7a47f272da7ee4ff3260c8 (diff)
downloadguix-ab794059891e378db63b714fc2125048354283b5.tar.gz
guix-ab794059891e378db63b714fc2125048354283b5.zip
gnu: Add tree-sitter-dockerfile.
* gnu/packages/tree-sitter.scm (tree-sitter-dockerfile): New variable.
-rw-r--r--gnu/packages/tree-sitter.scm7
1 files changed, 7 insertions, 0 deletions
diff --git a/gnu/packages/tree-sitter.scm b/gnu/packages/tree-sitter.scm
index 117c2acb0c..0c1ad7d7ed 100644
--- a/gnu/packages/tree-sitter.scm
+++ b/gnu/packages/tree-sitter.scm
@@ -390,6 +390,13 @@ will be used in description and synopsis."
"054fmpf47cwh59gbg00sc0nl237ba4rnxi73miz39yqzcs87055r"
"0.19.1"))
+(define-public tree-sitter-dockerfile
+ (tree-sitter-grammar
+ "dockerfile" "Dockerfile"
+ "0kf4c4xs5naj8lpcmr3pbdvwj526wl9p6zphxxpimbll7qv6qfnd"
+ "0.1.2"
+ #:repository-url "https://github.com/camdencheek/tree-sitter-dockerfile"))
+
(define-public tree-sitter-elm
(tree-sitter-grammar
"elm" "Elm"
Pelz 2022-03-19news: Add entry about 'guix home container'....Ludovic Courtès 2022-03-03news: Add 'de' translation....Florian Pelz 2022-02-27news: Add entry about ‘guix pull --news’ changes....Tobias Geerinckx-Rice 2022-02-09news: Fix 'de' translation....Florian Pelz 2022-02-09news: Add 'de' translation....Florian Pelz 2022-02-09news: Add 'de' translation....Florian Pelz 2022-02-08news: Add entry about the sunsetting of Gzip substitutes....Maxim Cournoyer 2022-02-02news: Add entry about 'guix deploy -x'....Ludovic Courtès 2022-01-26etc: Remove redundant SELinux permissions block....Marius Bakke 2022-01-24etc: Add more SELinux permissions for the daemon....Marius Bakke 2022-01-23etc: committer: Support plain input lists....Ricardo Wurmus 2022-01-19etc: Match define-public only at line start....Liliana Marie Prikler 2022-01-17bash completion: Complete "guix home" sub-commands....Ludovic Courtès 2022-01-16bash completion: Fix options completion....Fulbert 2022-01-16news: Add 'de' translation....Florian Pelz 2022-01-10news: Fix typos in French text....Ludovic Courtès 2022-01-10news: Add news entry about 'guix style'....Ludovic Courtès 2022-01-10style: Add '--styling' option....Ludovic Courtès 2022-01-02news: Add 'de' translation....Florian Pelz 2022-01-02news: Add 'de' translation....Florian Pelz 2022-01-01news: Add entry about '--tune'....Ludovic Courtès 2021-12-30news: Tie the latest news entry to a later commit....Tobias Geerinckx-Rice 2021-12-30news: Add ‘integer expected from stream’ entry....Tobias Geerinckx-Rice 2021-12-14news: Add 'de' translation....Florian Pelz