Skip to content

Commit

Permalink
Add missing source file.
Browse files Browse the repository at this point in the history
Fixes dub build error "comment.d(5,8): Error: unable to read module `syntaxhighlighter`".
  • Loading branch information
veelo committed Sep 6, 2024
1 parent ba6da5a commit b3b5202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}

0 comments on commit b3b5202

Please sign in to comment.