Code

Merge branch 'jc/maint-template-permbits'
[git.git] / Documentation / gitattributes.txt
index 94e6752aa2e78e4bcf69334ca92bc41439b33028..6f3551dc825a04628e7bcd133421093d89f01956 100644 (file)
@@ -311,10 +311,16 @@ 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.
 
 - `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.