Skip to content

Commit

Permalink
js,ts,go: not much can be done w/ default syntaxes(
Browse files Browse the repository at this point in the history
  • Loading branch information
gistart committed Jan 3, 2020
1 parent e32c007 commit 0166914
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions themes/DesertDawn-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
"variable.parameter.function",
"constant.other.color",
"support.other.variable",
//"meta.function.parameters",
//"meta.function.parameters.python",
"meta.item-access.arguments",
"meta.function-call.arguments",
],
Expand Down Expand Up @@ -150,8 +148,12 @@
"entity.name.function",
"entity.name.function.rust",
"entity.name.module.js",
"entity.name.module.ts",
"entity.alias.import.go",
"variable.import.parameter.js",
"variable.import.parameter.ts",
"variable.other.class.js",
"variable.other.class.ts",
"meta.function",
"meta.function.python",
],
Expand All @@ -162,14 +164,17 @@
{
"name": "Function Call",
"scope": [

"meta.function-call",
"meta.function-call.generic",
"meta.function-call.python",
"meta.function-call.js",
"meta.function-call.ts",
"variable.function",
"variable.function.constructor",
"meta.class-method.js entity.name.function.js",
"source.js constant.other.object.key.js string.unquoted.label.js",
"meta.class-method.ts entity.name.function.js",
"source.ts constant.other.object.key.js string.unquoted.label.js",
"storage.class.std.rust",
"meta.type_params.rust",
"entity.name.function.macro.rust",
Expand Down Expand Up @@ -203,6 +208,7 @@
"constant.numeric",
"constant.other.symbol",
"constant.other.key",
"entity.name.import.go",
],
"settings": {
"foreground": "#f29d99"
Expand All @@ -227,6 +233,13 @@
"support.constant",
"constant.language",
"entity.other.attribute-name",
"storage.type.boolean.go",
"storage.type.byte.go",
"storage.type.error.go",
"storage.type.numeric.go",
"storage.type.rune.go",
"storage.type.string.go",
"storage.type.uintptr.go"
],
"settings": {
"foreground": "#d49ffc"
Expand Down

0 comments on commit 0166914

Please sign in to comment.