From b3b52026660ec0cee238ce578d21f196a881f65e Mon Sep 17 00:00:00 2001 From: Bastiaan Veelo Date: Fri, 6 Sep 2024 11:06:08 +0200 Subject: [PATCH] Add missing source file. Fixes dub build error "comment.d(5,8): Error: unable to read module `syntaxhighlighter`". --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 39dcc25..3abebd7 100644 --- a/dub.json +++ b/dub.json @@ -11,7 +11,7 @@ "buildRequirements": ["allowWarnings"], "sourcePaths": ["Dscanner/libdparse/src"], - "sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "Dscanner/src/astprinter.d"], + "sourceFiles": ["doc2.d", "latex.d", "jstex.d", "cgi.d", "comment.d", "stemmer.d", "dom.d", "archive.d", "jsvar.d", "script.d", "color.d", "syntaxhighlighter.d", "Dscanner/src/astprinter.d"], "stringImportPaths": ["."], "libs-posix": [ "z" ] }