Add SASS file for syntax tests

This commit is contained in:
sharkdp
2020-09-07 22:23:26 +02:00
parent 96d4cdb7cb
commit 7f5d6d9791
4 changed files with 66 additions and 0 deletions

View File

@ -38,6 +38,9 @@ def create_highlighted_versions(output_basepath):
source_dirname = path.basename(path.dirname(source))
source_filename = path.basename(source)
if source_filename == "LICENSE.md":
continue
output_dir = path.join(output_basepath, source_dirname)
output_path = path.join(output_dir, source_filename)