feat: brackets matching
This commit is contained in:
@@ -11,7 +11,18 @@
|
||||
},
|
||||
"tokenColors": [
|
||||
{
|
||||
"scope": [
|
||||
"scope": "bracket.matched",
|
||||
"settings": {
|
||||
"foreground": "#76ff03"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "error",
|
||||
"settings": {
|
||||
"foreground": "#f44336"
|
||||
}
|
||||
},
|
||||
{ "scope": [
|
||||
"meta.embedded",
|
||||
"source.groovy.embedded"
|
||||
],
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
"foreground": "#333333"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "bracket.matched",
|
||||
"settings": {
|
||||
"foreground": "#76ff03"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": "error",
|
||||
"settings": {
|
||||
"foreground": "#f44336"
|
||||
}
|
||||
},
|
||||
{
|
||||
"scope": [
|
||||
"meta.embedded",
|
||||
@@ -487,7 +499,6 @@
|
||||
"editor.background": "#F5F5F5",
|
||||
"editor.foreground": "#000000",
|
||||
"editor.lineHighlightBackground": "#E4F6D4",
|
||||
|
||||
"focusBorder": "#A6B39B",
|
||||
"pickerGroup.foreground": "#A6B39B",
|
||||
"pickerGroup.border": "#749351",
|
||||
|
||||
Reference in New Issue
Block a user