Skip to content

Commit

Permalink
add xsq to incl extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirenmathur committed Dec 16, 2024
1 parent 71df918 commit 11ea1d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/parsing/graph_construction/parsing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def open_text_file(file_path):
"sh",
"md",
"mdx",
"xsq",
]
if ext in exclude_extensions:
return False
Expand Down

0 comments on commit 11ea1d9

Please sign in to comment.