diff --git a/README.rst b/README.rst index 6fc28406..b416abb9 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,8 @@ format ====== +.. highlight:: c++ + Format is an open-source C++ library that provides string formatting functionality similar to `str.format `__