18 lines
260 B
JSON
18 lines
260 B
JSON
{
|
|
"highlight.regex.workspace.regexes": [
|
|
{
|
|
"name": "namedGroups",
|
|
"regexes": [
|
|
{
|
|
"regex": "(?:(\\?<[^>]+>)[^)]+)",
|
|
"decorations": [
|
|
{
|
|
"backgroundColor": "#000000",
|
|
"color": "#1CAFC4"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |