marshallward / vim-restructuredtext

Syntax file for reStructuredText on Vim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx `code-block` directive requires language

marshallward opened this issue · comments

As raised by @madjxatw in #45, the .. code-block:: directive introduced by Sphinx deviates slightly from the intrinsic reST directive .. code::, in that code-block requires specification of a language.

The proposal is to utilize syntax highlighting to indicate that a language is missing from the directive.