You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Org mode source blocks quite often, and for source code blocks I set org-src-font-natively to t so that source code blocks within an Org buffer get fontified within the org buffer just like they would within its native mode (e.g, json-mode for json source blocks, c-mode for C source blocks, graphql-mode for GraphQL source blocks).
I've only run into a fontification issue with graphql source blocks and I'm not sure why.
The moment I create a block like this in an org file:
#+BEGIN_SRC graphql
#+END_SRC
I get a message in the minibuffer that says:
org-mode fontification error
and the contents of the source block are not fontified. But if I have a new buffer with graphql-mode as the major mode, the fontification works as expected.
The text was updated successfully, but these errors were encountered:
I use Org mode source blocks quite often, and for source code blocks I set
org-src-font-natively
tot
so that source code blocks within an Org buffer get fontified within the org buffer just like they would within its native mode (e.g, json-mode for json source blocks, c-mode for C source blocks, graphql-mode for GraphQL source blocks).I've only run into a fontification issue with graphql source blocks and I'm not sure why.
The moment I create a block like this in an org file:
I get a message in the minibuffer that says:
and the contents of the source block are not fontified. But if I have a new buffer with graphql-mode as the major mode, the fontification works as expected.
The text was updated successfully, but these errors were encountered: