summaryrefslogtreecommitdiff
path: root/docs/ext/examples.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ext/examples.py')
-rw-r--r--docs/ext/examples.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ext/examples.py b/docs/ext/examples.py
index befb6c175..003726de4 100644
--- a/docs/ext/examples.py
+++ b/docs/ext/examples.py
@@ -22,6 +22,7 @@ class APIExamples(Directive):
'.cpp': {'title': 'C++', 'lang': 'c++'},
'.java': {'title': 'Java', 'lang': 'java'},
'.py': {'title': 'Python', 'lang': 'python'},
+ '.smt2': {'title': 'SMT-LIBv2', 'lang': 'lisp'},
}
# The "arguments" are actually the content of the directive
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback