Skip to content

Commit 33d692c

Browse files
committed
activated comments,syntax highlighting (#187)
1 parent b5a1e12 commit 33d692c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/adapter/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class AdapterOeis(CommandAdapter):
120120
"""
121121

122122
_adapter_name = "oeis"
123-
_output_format = "text"
123+
_output_format = "text+code"
124124
_cache_needed = True
125125
_command = ["share/adapters/oeis.sh"]
126126

0 commit comments

Comments
 (0)