Add diff for Dia files
This commit is contained in:
parent
3ccd481d04
commit
3903832b34
2 changed files with 3 additions and 0 deletions
|
@ -3,3 +3,4 @@
|
||||||
*.org diff=org
|
*.org diff=org
|
||||||
*.hy diff=lisp
|
*.hy diff=lisp
|
||||||
*.py diff=python
|
*.py diff=python
|
||||||
|
*.dia diff=dia
|
||||||
|
|
|
@ -26,3 +26,5 @@
|
||||||
xfuncname = "^\\([^ ]+ [^ ]+"
|
xfuncname = "^\\([^ ]+ [^ ]+"
|
||||||
[diff "org"]
|
[diff "org"]
|
||||||
xfuncname = "^\\*+.*"
|
xfuncname = "^\\*+.*"
|
||||||
|
[diff "dia"]
|
||||||
|
textconv = gunzip -c
|
||||||
|
|
Loading…
Reference in a new issue