diff options
author | Jonathan del Strother <jon.delStrother@bestbefore.tv> | 2008-10-01 00:46:34 +0100 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2008-10-06 09:02:47 -0700 |
commit | 5d1e958e2467ef295637844fd85be7a8ab187ef1 (patch) | |
tree | 7e58f2eb8b19a8e4fe5e7c04475511652b7c3590 /Documentation/gitattributes.txt | |
parent | 276328ffb87cefdc515bee5f09916aea6e0244ed (diff) | |
download | git-5d1e958e2467ef295637844fd85be7a8ab187ef1.tar.gz |
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/gitattributes.txt')
-rw-r--r-- | Documentation/gitattributes.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/gitattributes.txt b/Documentation/gitattributes.txt index 2ae771f2fb..26945593cb 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. |