mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-14 10:15:43 +02:00
Add SASS file for syntax tests
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user