add: config php support single file

This commit is contained in:
asep.komarudin 2024-04-19 19:59:30 +07:00
parent 68795d84bf
commit f00438c822
5 changed files with 42 additions and 22 deletions

View file

@ -167,6 +167,18 @@ material_icon.setup({
cterm_color = "220",
name = "sqlfile",
},
["php"] = {
icon = "󰌟",
color = "#b589ec",
cterm_color = "220",
name = "phpfile",
},
["mp4"] = {
icon = "󰈫",
color = "#FC6411",
cterm_color = "220",
name = "mp4file",
},
["md"] = {
icon = "",
color = "#42a5f5",