I am working with markdown and writing snippets like:
```c
int
main()
{
return 0;
}
```
It is highlighted as a code in vim.
However would it possible for the c section to have the syntax of a normal c file? I was checking out pyvim and it has such a feature.
Wondering if I can bring it in vim?


