Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgba errors in settings.json #149

Open
jcklpe opened this issue Jan 2, 2025 · 0 comments
Open

rgba errors in settings.json #149

jcklpe opened this issue Jan 2, 2025 · 0 comments

Comments

@jcklpe
Copy link

jcklpe commented Jan 2, 2025

I've got a bunch of Highlight settings I haven't touched in 4ish years and when I checked my setting file I saw they were throwing a bunch of errors:

 

example selection of one of my regexes:

// Self-closing HTML Tags
"(<(?!\\/p\\!))(.*|\n*|\r)(\\/>)": [
{
"borderWidth": "1px 0 1px 1px",
"borderStyle": "solid",
"borderColor": "rgba(192, 51, 57, .5)",
"borderRadius": "16px 0 0 0",
"backgroundColor": "rgba(26, 18, 26, 0.4)"
},
{
"borderWidth": "0 0 0 0",
"borderStyle": "solid",
"borderColor": "rgba(192, 51, 57, .6)",
"borderRadius": "0px",
"backgroundColor": "rgba(26, 18, 26, 0.4)"
},
{
"borderWidth": "1px 1px 1px 0px ",
"borderStyle": "solid",
"borderColor": "rgba(192, 51, 57, .5)",
"borderRadius": "0 8px 8px 0",
"backgroundColor": "rgba(33, 24, 28, 0.6)",
"color": "#c03339",
"fontStyle": "bold",
"fontWeight": "bold"
}
],

Any idea what I'm doing wrong here or why it's throwing complaints. Overall it seems to be working like normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant