feat: brackets matching

This commit is contained in:
hyb1996
2018-02-26 13:12:36 +08:00
parent 445bcfa462
commit 3b2aac78fd
8 changed files with 160 additions and 17 deletions

View File

@@ -11,7 +11,18 @@
},
"tokenColors": [
{
"scope": [
"scope": "bracket.matched",
"settings": {
"foreground": "#76ff03"
}
},
{
"scope": "error",
"settings": {
"foreground": "#f44336"
}
},
{ "scope": [
"meta.embedded",
"source.groovy.embedded"
],

View File

@@ -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",