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:
parent
690e61ee5e
commit
c0d156f728
|
@ -3,6 +3,7 @@ vim.filetype.add {
|
||||||
inc = "php",
|
inc = "php",
|
||||||
install = "php",
|
install = "php",
|
||||||
module = "php",
|
module = "php",
|
||||||
|
pcss = "scss",
|
||||||
theme = "php",
|
theme = "php",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue