-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Hi,
I attempted to add 'c': ['c'] to the g:rst_syntax_code_list to enable C syntax highlighting but run into the issue with c and cpp code blocks as described below.
Given the following rst text:
.. code:: cpp
using namespace std;
int main() {}
usingBoth 'using' are highlighted as C++ statement. It seems that 'c' and 'cpp' cannot be specified simultaneously in g:rst_syntax_code_list.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels