mirror of
https://github.com/pnx/dotfiles
synced 2026-06-17 11:30:02 +02:00
nvim: update
This commit is contained in:
parent
3f00eddbfe
commit
884f1970a7
7 changed files with 36 additions and 34 deletions
|
|
@ -110,9 +110,10 @@ return {
|
|||
["@markup.italic"] = { fg = colors.green },
|
||||
|
||||
-- PHP specific
|
||||
["@keyword.import.php"] = { link = "@keyword" },
|
||||
["@class_name.php"] = { link = "@text" },
|
||||
["@extend_name.php"] = { link = "@text" },
|
||||
["@implements_name.php"] = { link = "@text" },
|
||||
["@implement_name.php"] = { link = "@text" },
|
||||
["@namespace_name.php"] = { link = "@text" },
|
||||
["@namespace_alias.php"] = { link = "@text" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue