Skip to content

Commit 7b9d81c

Browse files
committed
Add .pcss to CSS language config
1 parent 2300f40 commit 7b9d81c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/languages/src/css/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "CSS"
22
grammar = "css"
3-
path_suffixes = ["css", "postcss"]
3+
path_suffixes = ["css", "pcss", "postcss"]
44
autoclose_before = ";:.,=}])>"
55
brackets = [
66
{ start = "{", end = "}", close = true, newline = true },

0 commit comments

Comments
 (0)