Add Rockstar syntax highlighting

This commit is contained in:
Nilay Majorwar
2022-02-04 20:13:18 +05:30
parent 8d979ef111
commit 21df6fa0f1
3 changed files with 82 additions and 11 deletions

View File

@ -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" },

View File

@ -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" },