You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start an editor with cubic-bezier\(\s*(\S+)\s*,\s*(\S+)\s*,\s*(\S+)\s*,\s*(\S+)\s*\) and cubic-bezier(0, 0, 0, 0) (both are valid)
Look at the highlighting in the second field
Hover over $1-$4
Look at the highlighting
Result: At 2, you can see that cubic-bezier(0, 0, 0, is highlighted. At 4, the wrong properties are highlighted.
Expected: At 2, everything should be highlighted. At 4, the numbers (0) should be highlighted.
The text was updated successfully, but these errors were encountered:
Are you sure you have the latest version of the extension?
Do you have any kind of themes extension installed? It's possible that could be adding CSS rules that screw up the highlight positioning -- try disabling any theme extensions and see if that changes anything.
This is not an issue caused by any extensions, I've just disabled them all.
I'm using this extension version 1.1.2 (from the Extension Manager) and adobe/brackets@e8386053d.
cubic-bezier\(\s*(\S+)\s*,\s*(\S+)\s*,\s*(\S+)\s*,\s*(\S+)\s*\)
andcubic-bezier(0, 0, 0, 0)
(both are valid)Result: At 2, you can see that
cubic-bezier(0, 0, 0,
is highlighted. At 4, the wrong properties are highlighted.Expected: At 2, everything should be highlighted. At 4, the numbers (
0
) should be highlighted.The text was updated successfully, but these errors were encountered: