Replies: 1 comment
-
Take a look at the documentation (https://ubolonton.github.io/emacs-tree-sitter/syntax-highlighting/customization/) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using
Doom Emacs
, I installed this plugin and configured it like this,It does work, but for some reason certain keywords like a call to a class method show up as font weight of bold, when they should show as normal weight.
As you can see all
#include
statements show as bold here and,These methods also show as bold.
Is there a way to make them normal weight, without turning off the bold weight globally?
Beta Was this translation helpful? Give feedback.
All reactions