Sublime Forum

Style the url word

#1

Hi, I have the following code

.mydiv{
-webkit-border-image: url(’…/images/diamonds.png’) 25 30 10 5 round;
-moz-border-image: url(’…/images/diamonds.png’) 25 30 10 5 round;
border-width: 25px;
}

I want to change the way the url word is styled.

But I can’t find it in the theme I’m currently using
you know, if it is a keyword, constant, library object, etc

Thanks for your help

0 Likes

#2

The scope there is: source.css meta.property-list.css meta.property-value.css support.function.misc.css suggesting you’d need to edit the CSS grammar if you’d like url specifically to stand out somehow.

Check out: sublimetext.info/docs/en/referen … xdefs.html

0 Likes

#3

Thanks

0 Likes