Skip to content

Commit

Permalink
feat: add extras
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Sep 15, 2024
1 parent ee8cabc commit 2e0b6a0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extras/lua/astrodark.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#ADB0BB"
},
["@punctuation.bracket.php"] = {
bold = true,
link = "@keyword.function"
},
["@punctuation.delimiter"] = {
fg = "#ADB0BB"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astrojupiter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#815654"
},
["@punctuation.bracket.php"] = {
bold = true,
link = "@keyword.function"
},
["@punctuation.delimiter"] = {
fg = "#815654"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astrolight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#4F4F4F"
},
["@punctuation.bracket.php"] = {
bold = true,
link = "@keyword.function"
},
["@punctuation.delimiter"] = {
fg = "#4F4F4F"
},
Expand Down
4 changes: 4 additions & 0 deletions extras/lua/astromars.lua
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,10 @@ local highlights = {
["@punctuation.bracket"] = {
fg = "#A5B2BC"
},
["@punctuation.bracket.php"] = {
bold = true,
link = "@keyword.function"
},
["@punctuation.delimiter"] = {
fg = "#A5B2BC"
},
Expand Down

0 comments on commit 2e0b6a0

Please sign in to comment.