blob: b6e1c41a4033a01e2a30fa094c9ccf1c171e0442 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# See:
# - https://git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header
# - https://github.com/git/git/blob/cb0ae672aeabefca9704477ea8018ac94f523970/userdiff.c
# - https://gist.github.com/tekin/12500956bd56784728e490d8cef9cb81
*.css diff=css
*.go diff=golang
*.html diff=html
*.java diff=java
*.md diff=markdown
*.py diff=python
*.sh diff=bash
*.xhtml diff=html
|