Add Objective-C support
commit8942bc810bc2091581027ea578717cf1d8342af1
authorColomban Wendling <ban@herbesfolles.org>
Sat, 12 Nov 2011 23:45:12 +0000 (13 00:45 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 13 Nov 2011 00:05:24 +0000 (13 01:05 +0100)
tree53befd86c13aa029d6b290af8d98b87c8a9d2bfd
parente53d5b82992550921451d30487b1a426477338f5
Add Objective-C support

Based on a patch from Elias Pschernig, thanks.
Parser was taken from upstream CTags.

Closes patch#3325139.
12 files changed:
data/filetype_extensions.conf
data/filetypes.objectivec [new file with mode: 0644]
src/document.c
src/filetypes.c
src/filetypes.h
src/highlighting.c
src/highlightingmappings.h
tagmanager/Makefile.am
tagmanager/makefile.win32
tagmanager/objc.c [new file with mode: 0644]
tagmanager/parsers.h
wscript