|
| From: | carsten |
| Subject: | [FR] Fontifying src-blocks with no language specified |
| Date: | Thu, 16 Feb 2023 11:49:23 +0100 |
See the below example where printf has the org-block face, in this case it would allow using a more normal color by default for org-blocks where the blocks without a language could use a more pronounced color.
#+BEGIN_SRC C
int main() {
printf("Hello World\\n");
}
#+END_SRC
#+BEGIN_SRC
this is just a block of text
#+END_SRC
| [Prev in Thread] | Current Thread | [Next in Thread] |