Skip to content

Commit

Permalink
feat(treesitter): add <?php ... ?> highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Sep 15, 2024
1 parent 037c3db commit ee8cabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrotheme/groups/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ local function callback(c, opts)
["@punctuation.delimiter"] = { fg = c.syntax.text },
["@punctuation.bracket"] = { fg = c.syntax.text },
["@punctuation.special"] = { fg = c.syntax.text },
["@punctuation.bracket.php"] = { link = "@keyword.function", bold = true },

-- comment
["@comment"] = "Comment",
Expand Down

0 comments on commit ee8cabc

Please sign in to comment.