Skip to content

Commit

Permalink
Tweak JS syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Mar 4, 2019
1 parent 3dfce2f commit a2b2ed7
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion themes/Andromeda-color-theme-bordered.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@
"constant.other.caps.python",
"entity.other.attribute-name",
"support.type.exception.python",
"source.css keyword.other.unit"
"source.css keyword.other.unit",
"variable.other.object.property.js.jsx", "variable.other.object.js"
],
"settings": {
"foreground": "#f39c12"
Expand Down
3 changes: 2 additions & 1 deletion themes/Andromeda-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@
"constant.other.caps.python",
"entity.other.attribute-name",
"support.type.exception.python",
"source.css keyword.other.unit"
"source.css keyword.other.unit",
"variable.other.object.property.js.jsx", "variable.other.object.js"
],
"settings": {
"foreground": "#f39c12"
Expand Down
3 changes: 2 additions & 1 deletion themes/Andromeda-colorizer.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"constant.other.caps.python",
"entity.other.attribute-name",
"support.type.exception.python",
"source.css keyword.other.unit"
"source.css keyword.other.unit",
"variable.other.object.property.js.jsx", "variable.other.object.js"
],
"settings": {
"foreground": "#f39c12"
Expand Down
3 changes: 2 additions & 1 deletion themes/Andromeda-italic-color-theme-bordered.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
"constant.other.caps.python",
"entity.other.attribute-name",
"support.type.exception.python",
"source.css keyword.other.unit"
"source.css keyword.other.unit",
"variable.other.object.property.js.jsx", "variable.other.object.js"
],
"settings": {
"foreground": "#f39c12"
Expand Down
3 changes: 2 additions & 1 deletion themes/Andromeda-italic-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
"constant.other.caps.python",
"entity.other.attribute-name",
"support.type.exception.python",
"source.css keyword.other.unit"
"source.css keyword.other.unit",
"variable.other.object.property.js.jsx", "variable.other.object.js"
],
"settings": {
"foreground": "#f39c12"
Expand Down

0 comments on commit a2b2ed7

Please sign in to comment.