Use the scss filetype for .pcss files

While `.pcss` files contain PostCSS code, the `scss` filetype gives
better syntax highlighting than the standard `css` one.
This commit is contained in:
Oliver Davies 2024-07-09 18:36:47 +01:00
parent 690e61ee5e
commit c0d156f728

View file

@ -3,6 +3,7 @@ vim.filetype.add {
inc = "php",
install = "php",
module = "php",
pcss = "scss",
theme = "php",
},
}