Skip to content

Commit

Permalink
Apply "mdformat" to files with suffix ".md.template".
Browse files Browse the repository at this point in the history
michael-rapp committed Dec 14, 2024
1 parent 268120c commit c07ece2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_system/util/files.py
Original file line number Diff line number Diff line change
@@ -492,7 +492,7 @@ def markdown() -> 'FileType':
:return: The `FileType` that has been created
"""
return FileType(name='Markdown', suffixes={'md'})
return FileType(name='Markdown', suffixes={'md', 'md.template'})

@staticmethod
def yaml() -> 'FileType':

0 comments on commit c07ece2

Please sign in to comment.