summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJonathan del Strother <jon.delStrother@bestbefore.tv>2008-09-30 23:46:34 (GMT)
committerShawn O. Pearce <spearce@spearce.org>2008-10-06 16:02:47 (GMT)
commit5d1e958e2467ef295637844fd85be7a8ab187ef1 (patch)
tree7e58f2eb8b19a8e4fe5e7c04475511652b7c3590 /Documentation
parent276328ffb87cefdc515bee5f09916aea6e0244ed (diff)
downloadgit-5d1e958e2467ef295637844fd85be7a8ab187ef1.zip
git-5d1e958e2467ef295637844fd85be7a8ab187ef1.tar.gz
git-5d1e958e2467ef295637844fd85be7a8ab187ef1.tar.bz2
Teach git diff about Objective-C syntax
Add support for recognition of Objective-C class & instance methods, C functions, and class implementation/interfaces. Signed-off-by: Jonathan del Strother <jon.delStrother@bestbefore.tv> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/gitattributes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt
index 2ae771f..2694559 100644
--- a/Documentation/gitattributes.txt
+++ b/Documentation/gitattributes.txt
@@ -315,6 +315,8 @@ patterns are available:
- `java` suitable for source code in the Java language.
+- `objc` suitable for source code in the Objective-C language.
+
- `pascal` suitable for source code in the Pascal/Delphi language.
- `php` suitable for source code in the PHP language.