Code

Merge branch 'tr/workflow-doc'
[git.git] / Documentation / gitattributes.txt
index 53da9b4f6ba34b03768d77158c19d53e44681809..26945593cb1739bb6a6e1e2acc2cd78caab3a102 100644 (file)
@@ -311,10 +311,18 @@ patterns are available:
 
 - `bibtex` suitable for files with BibTeX coded references.
 
+- `html` suitable for HTML/XHTML documents.
+
 - `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.
+
+- `python` suitable for source code in the Python language.
+
 - `ruby` suitable for source code in the Ruby language.
 
 - `tex` suitable for source code for LaTeX documents.