
In HTML lexer it's OK

It's interesting on CSS lexer too
It's OK wish, but not simple to add, wait.
Added this in the beta.
beta in /c folder.
I tested on 3 variants of url():
body{
background: url('test/images/untitled.jpg') url("../user/Pictures/pro.png") url(../user/Pictures/dot.png) #ffa red hsl(0, 100%, 50%);
}
note: you cannot write path beginning with / .
@halfbrained @JairoMartinezA @miroslavmatas
With single quotes and double quotes did not work in last beta. Only without quotes
It worked here, e.g. in
url('test/images/untitled.jpg') url("../user/Pictures/pro.png")
So give an example of your CSS text and what filenames you choose in file-listbox.
or a video?
Basically test code from html-lexer, without quotes works:

with quotes - doesn't:

Cud has a problem here- it cannot detect that we have CSS lexer for that caret pos. so it doesn't highlite this fragment as CSS (it is green).
So give an example of your CSS text and what filenames you choose in file-listbox.
or a video?



Hm, cannot reproduce.
did you get the last beta? http://www.uvviewsoft.com/c/
with almost the same file - test.html and pictures in the same folder.

Elton, attach here your user.json file, or send to support(at)uvviewsoft.com
AND files 'lexer*.json' .
Still cannot confirm- works ok with your 3 configs. @halfbrained do you confirm last bug?
This way it works perfectly (fresh install v137.3.3h)

Elton, does it work for you? with quotes?
I will test with last beta
Pls test on clean Cud, maybe some autocompletion plugins make bad here..
Without quotes works with autoshow and with quotes works with shortcut key 'Ctrl+space'
So it's all right!