1bf9daef46
This adds support for heredocs in Dockerfiles. This required adding an external scanner to store the required state. Co-authored-by: Camden Cheek <camden@ccheek.com>
12 lines
270 B
PkgConfig
Generated
12 lines
270 B
PkgConfig
Generated
prefix=@PREFIX@
|
|
libdir=@LIBDIR@
|
|
includedir=@INCLUDEDIR@
|
|
|
|
Name: tree-sitter-dockerfile
|
|
Description: Dockerfile grammar for tree-sitter
|
|
URL: @URL@
|
|
Version: @VERSION@
|
|
Requires: @REQUIRES@
|
|
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-dockerfile
|
|
Cflags: -I${includedir}
|