Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 623 Bytes

File metadata and controls

20 lines (14 loc) · 623 Bytes

TAP Syntax Highlighter for Pygments

Pygments contains an extension for syntax highlighting of TAP files. Any project that uses Pygments, like Sphinx, can take advantage of this feature.

This highlighter was initially implemented in tappy. Since the highlighter was merged into the upstream Pygments project, tappy is no longer a requirement to get TAP syntax highlighting.

Below is an example usage for Sphinx.

.. code-block:: tap

   1..2
   ok 1 - A passing test.
   not ok 2 - A failing test.