Skip to content

Commit aa9978e

Browse files
committed
feat: add hpp support
1 parent 5f15416 commit aa9978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ascii2header.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def gen_header(path, header_core, info):
105105

106106
_, file_ext = os.path.splitext(info['file_name'])
107107

108-
if file_ext in [".c", ".css", ".js", ".ino", ".h", ".lua", ".md", ".cpp"]:
108+
if file_ext in [".c", ".css", ".js", ".ino", ".h", ".lua", ".md", ".cpp", ".hpp"]:
109109
start_marker = "/* "
110110
end_marker = " */"
111111
elif file_ext == ".html":

0 commit comments

Comments
 (0)