summaryrefslogtreecommitdiff
path: root/.vim/filetype.vim
blob: c4c3ffb3f1a87cfc4da4d9789974af700547bd85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if exists("did_load_filetypes")
    finish
endif
augroup filetypedetect
    au! BufRead,BufNewFile *.cobra      setfiletype cobra
    au! BufRead,BufNewFile *.vala       setfiletype vala
    au! BufRead,BufNewFile *.tpl        setfiletype npt
    au! BufRead,BufNewFile *.mako       setfiletype mako
    au! BufRead,BufNewFile *.ML         setfiletype sml
    au! BufRead,BufNewFile /etc/lighttpd/*.conf,lighttpd.conf setfiletype lighttpd 
augroup END
portato.git/commit/portato/plugins/new_version.py?h=v0.13&id=e021fff1ef2be1327b3edc2bb43332753a1fff16&follow=1'>Moved GtkThread to gui.utilsRené 'Necoro' Neumann5-29/+25 2008-06-22Implemented the mail sendingRené 'Necoro' Neumann2-3/+63 2008-06-22First mail window draftRené 'Necoro' Neumann3-0/+220 2008-06-10Added gpytage pluginRené 'Necoro' Neumann2-0/+29 2008-06-10Modified plugin.xsd so it allows also menu-only pluginsRené 'Necoro' Neumann2-7/+8 2008-06-10Fixed the default handlingRené 'Necoro' Neumann1-1/+1 2008-06-10Allowed default for session; load 'app-portage/portato' as default for select...René 'Necoro' Neumann2-10/+18 2008-06-09Fixed 'kill' in the systray popupRené 'Necoro' Neumann1-2/+2 2008-06-09Fixed error messageRené 'Necoro' Neumann2-4/+1 2008-06-08Make blocks way more intelligentRené 'Necoro' Neumann3-45/+107