Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit a3d96ab

Browse files
committed
Merge pull request #6915 from smockle/plist
Provide syntax highlighting for Property Lists (.plist files).
2 parents 2b557ec + 19f7424 commit a3d96ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"xml": {
8686
"name": "XML",
8787
"mode": "xml",
88-
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config"],
88+
"fileExtensions": ["svg", "xml", "wxs", "wxl", "wsdl", "rss", "atom", "rdf", "xslt", "xul", "xbl", "mathml", "config", "plist"],
8989
"blockComment": ["<!--", "-->"]
9090
},
9191

0 commit comments

Comments
 (0)