We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d77db commit ec69767Copy full SHA for ec69767
seleniumbase/console_scripts/sb_print.py
@@ -91,6 +91,10 @@ def main():
91
code_lang = "java"
92
elif file_to_print.lower().endswith(".feature"):
93
code_lang = "gherkin"
94
+ elif file_to_print.lower().endswith(".txt"):
95
+ code_lang = "javascript"
96
+ elif file_to_print.lower().endswith(".yml"):
97
98
elif file_to_print.lower().endswith(".in"):
99
code_lang = "javascript"
100
elif "." not in file_to_print:
0 commit comments