Sublime Forum

Unable to find cursor position in bracket highlighter

#1

hello,

I have installed plugin " Bracket Highlighter", although its working well but problem is that it is so dark and broad highlighter so that i cant find out my cursor position whether it is between the { or outside the { … is there any manual setting so that i can make highlighter thicker and can easliy find out the cursor position.

if any alternative of Bracket highlighter is there then please mention.

Thanks

0 Likes

#2

Take a look in the bracket highlighter settings. You can highlight with different styles. Though the default is “solid”, you can use things like “underline”. This is how I configure mine:

[pre=#181818] “quote_style” : “underline”,
“curly_style” : “underline”,
“round_style” : “underline”,
“square_style”: “underline”,
“angle_style” : “underline”,
“tag_style” : “outline”,[/pre]

Results. Much better, no?

0 Likes

#3

Thanks a lot,

i have changed a bit as per your suggestion:

"quote_style" : "outline", "curly_style" : "underline", "round_style" : "underline", "square_style": "underline", "angle_style" : "underline", "tag_style" : "outline",

Thanks a ton.

0 Likes

#4

Thanks,I too found the defaults slightly distracting, but this is a good configuration :sunglasses:

0 Likes