Improve parameters in JavaScript
This commit is contained in:
parent
4c5fefb274
commit
d01f29a4f7
1 changed files with 11 additions and 6 deletions
|
@ -97,7 +97,8 @@
|
|||
{
|
||||
"name": "Function parameters",
|
||||
"scope": [
|
||||
"meta.function.definition variable"
|
||||
"meta.function.definition variable",
|
||||
"variable.parameter",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#F2E57F", // action 90
|
||||
|
@ -107,6 +108,7 @@
|
|||
"name": "Function definitions",
|
||||
"scope": [
|
||||
"meta.function.definition entity.name.function",
|
||||
"meta.definition entity.name.function",
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#B9AC37", // action 70
|
||||
|
@ -193,11 +195,8 @@
|
|||
"keyword": {
|
||||
"foreground": "#F58F59",
|
||||
},
|
||||
"function": {
|
||||
"foreground": "#6E7D16",
|
||||
},
|
||||
"method": {
|
||||
"foreground": "#6E7D16",
|
||||
"parameter": {
|
||||
"foreground": "#F2E57F"
|
||||
},
|
||||
"function.declaration":{
|
||||
"foreground": "#B9AC37",
|
||||
|
@ -207,6 +206,12 @@
|
|||
"foreground": "#B9AC37",
|
||||
"fontStyle": "bold"
|
||||
},
|
||||
"function": {
|
||||
"foreground": "#6E7D16",
|
||||
},
|
||||
"method": {
|
||||
"foreground": "#6E7D16",
|
||||
},
|
||||
"interface": {
|
||||
"foreground":"#308832",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue