Highlight plist as XML

See #197
This commit is contained in:
Zachary Yedidia
2016-07-15 17:29:36 -04:00
parent 47940d3ffd
commit eba501e095
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
## Here is an example for xml files.
##
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
syntax "XML" "\.([jrs]?html?|xml|sgml?|rng|plist)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"