plist.vim : Old-Style ASCII Property List
script karma |
Rating 6/9,
Downloaded by 1709 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Matthew Jimenez |
|
script type |
syntax |
|
description |
Property Lists were a configuration file format commonly used in the OpenStep framework. Currently, Apple has updated Property Lists to be XML-based, but Cocoa still supports the old-style Property Lists as well.
Property Lists are also available to the GNUStep libraries.
More information about property lists may be found at:
http://developer.apple.com/documentation/Cocoa/Conceptual/PropertyLists/Concepts/OldStylePListsConcept.html
All suggestions to improve this syntax file are welcome. |
|
install details |
Add to your syntax directory and run ":setf plist" when you have a property list file open.
To autodetect Property Lists with the extension .plist add the following to your vimrc:
augroup filetypedetect
au! BufNewFile,BufRead *.plist setf plist
augroup END |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.217.163.75
|