./textproc/tree-sitter-dockerfile, Dockerfile grammar for tree-sitter

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2.0, Package name: tree-sitter-dockerfile-0.2.0, Maintainer: pkgsrc-users

Dockerfile grammar for tree-sitter


Master sites:

Filesize: 63.471 KB

Version history: (Expand)


CVS history: (Expand)


   2024-05-12 20:41:18 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
tree-sitter-dockerfile: update to 0.2.0.

Added support for HEREDOCs (#45)
Fixed an issue where whitespace after a line continuation causes parsing to fail \ 
(#26)
Fixed parsing a port range (#27)
Allow capital letters in user names (#35)
Added support for single-quoted strings (#37)
Fixed an issue where ADD and COPY only accepted a single parameter (#43)
   2023-01-20 12:15:00 by Thomas Klausner | Files touched by this commit (27)
Log message:
treesitter: use libtool for generating grammars

Hopefully fixes use on macOS
   2023-01-18 17:38:23 by Thomas Klausner | Files touched by this commit (4)
Log message:
textproc/tree-sitter-dockerfile: import tree-sitter-dockerfile-0.1.2

Dockerfile grammar for tree-sitter