structure-view
structure-view copied to clipboard
#include in Markdown code-segment
Hi,
unfortunately code-segments are parsed to in Markdown, to find the basic headlines. The result is:
only one Header
#include <stdio.h>
#include Test.h
...
results in three headline ...
Regards ...
Currently markdown file is parsed by CTAGS blob, as it can't recognize the code segment grammar results in this issue.