Editing a sublime theme, how to know which key string corresponds to which text element in the code?
- by laggingreflex
I want to customize the color scheme of the comments in my code, by editing the .tmTheme
How to know which of the <dict> <key> corresponds to which element of the code?
Like, I can guess some of them but not every one of them is that obvious..
I remember there was some mouse click or a keyboard shortcut that when you hover over…