Add Rockstar syntax highlighting
This commit is contained in:
@ -77,7 +77,9 @@
|
||||
{ "token": "strong", "fontStyle": "bold" },
|
||||
{ "token": "identifier", "foreground": "EC9A3C", "note": "orange" },
|
||||
{ "token": "variable", "foreground": "EF596F", "note": "red" },
|
||||
{ "token": "variable.function", "foreground": "61AFEF", "note": "blue" },
|
||||
{ "token": "constant", "foreground": "F0B726", "note": "gold" },
|
||||
{ "token": "constant.function", "foreground": "BDADFF", "note": "indigo" },
|
||||
{ "token": "number", "foreground": "F0B726", "note": "gold" },
|
||||
{ "token": "annotation", "foreground": "13C9BA", "note": "turquoise" },
|
||||
{ "token": "type", "foreground": "EC9A3C", "note": "orange" },
|
||||
|
@ -80,7 +80,9 @@
|
||||
{ "token": "strong", "fontStyle": "bold" },
|
||||
{ "token": "identifier", "foreground": "C87619", "note": "orange" },
|
||||
{ "token": "variable", "foreground": "CD4246", "note": "red" },
|
||||
{ "token": "variable.function", "foreground": "2D72D2", "note": "blue" },
|
||||
{ "token": "constant", "foreground": "D1980B", "note": "gold" },
|
||||
{ "token": "constant.function", "foreground": "634DBF", "note": "indigo" },
|
||||
{ "token": "number", "foreground": "D1980B", "note": "gold" },
|
||||
{ "token": "annotation", "foreground": "00A396", "note": "turquoise" },
|
||||
{ "token": "type", "foreground": "C87619", "note": "orange" },
|
||||
|
Reference in New Issue
Block a user