Skip to content

A TextMate bundle for working with LDIF (LDAP Data Interchange Format) files

Notifications You must be signed in to change notification settings

skurfer/LDIF.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDIF TextMate Bundle

This bundle adds LDIF support to TextMate.

For more complete support, you may want to add something like this to the CFBundleDocumentTypes section in TextMate.app/Contents/Info.plist:

{   CFBundleTypeName = "LDAP Data Interchange Format";
    CFBundleTypeExtensions = (ldif); 
    CFBundleTypeIconFile = TMDocument; 
}, 

You should make a backup copy of TextMate before you mess around inside it.

About

A TextMate bundle for working with LDIF (LDAP Data Interchange Format) files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published