Skip to content

Commit

Permalink
feat: PineScript support and bold keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Fred-Vatin committed Aug 25, 2024
1 parent aa99e23 commit 4481482
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ressources/tokenColors/tanka-color-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@
"storage.modifier"
],
"settings": {
"foreground": "#C792EA"
"foreground": "#C792EA",
"fontStyle": "bold"
}
},
{
Expand Down Expand Up @@ -233,10 +234,12 @@
{
"name": "Entity Types",
"scope": [
"support.type"
"support.type",
"type.keyword.pine"
],
"settings": {
"foreground": "#B2CCD6"
"foreground": "#8facda",
"fontStyle": "italic bold"
}
},
{
Expand Down

0 comments on commit 4481482

Please sign in to comment.