Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
{
"c": "(",
"t": "",
"t": "punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand Down Expand Up @@ -71,7 +71,7 @@
},
{
"c": "(",
"t": "",
"t": "punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -85,7 +85,7 @@
},
{
"c": "new",
"t": "keyword.operator.new",
"t": "new.expr keyword.operator.new",
"r": {
"dark_plus": "keyword.operator.new: #569CD6",
"light_plus": "keyword.operator.new: #0000FF",
Expand All @@ -99,7 +99,7 @@
},
{
"c": "Cell",
"t": "variable entity.name.function",
"t": "new.expr variable entity.name.function",
"r": {
"dark_plus": "entity.name.function: #DCDCAA",
"light_plus": "entity.name.function: #795E26",
Expand All @@ -113,7 +113,7 @@
},
{
"c": "(",
"t": "",
"t": "new.expr punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -127,7 +127,7 @@
},
{
"c": "row",
"t": "variable",
"t": "new.expr variable",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
Expand All @@ -141,7 +141,7 @@
},
{
"c": ",",
"t": "punctuation.delimiter",
"t": "new.expr punctuation.delimiter",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -155,7 +155,7 @@
},
{
"c": "col",
"t": "variable",
"t": "new.expr variable",
"r": {
"dark_plus": "variable: #9CDCFE",
"light_plus": "variable: #001080",
Expand All @@ -169,7 +169,7 @@
},
{
"c": ",",
"t": "punctuation.delimiter",
"t": "new.expr punctuation.delimiter",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -183,7 +183,7 @@
},
{
"c": "false",
"t": "constant.language.boolean.false",
"t": "new.expr constant.language.boolean.false",
"r": {
"dark_plus": "constant.language: #569CD6",
"light_plus": "constant.language: #0000FF",
Expand All @@ -197,7 +197,7 @@
},
{
"c": ")",
"t": "",
"t": "new.expr punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -211,7 +211,7 @@
},
{
"c": ")",
"t": "",
"t": "punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand All @@ -225,7 +225,7 @@
},
{
"c": ")",
"t": "",
"t": "punctuation",
"r": {
"dark_plus": "default: #D4D4D4",
"light_plus": "default: #000000",
Expand Down
Loading