Replies: 1 comment
-
Hey 👋 You can use |
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
-
On https://rust-analyzer.github.io/manual.html#semantic-syntax-highlighting it shows i can change formatSpecifier to make curly brackets {} stand out from a string when using format macros and the like. I attempted to override it with the following in my chadrc file.
This does not change the bracket color, it still shows as the string color, which is weird considering \n properly shows as a different color. Also, when running :echo synIDattr(synIDtrans(synID(line('.'), col('.'), 1)), 'name') the curly brackets are being detected as part of the string, not attributeBracket.
Any help as to get this working would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions