mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
enable syntax highlight for *.pyj on github
This commit is contained in:
parent
3e957aa58b
commit
5e323f1791
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -1,6 +1,6 @@
|
|||||||
# Tell git what files are txt
|
# Tell git what files are txt
|
||||||
*.py text diff=python
|
*.py text diff=python
|
||||||
*.pyj text diff=python
|
*.pyj text diff=python linguist-language=python
|
||||||
*.recipe text diff=python linguist-language=python
|
*.recipe text diff=python linguist-language=python
|
||||||
*.coffee text
|
*.coffee text
|
||||||
*.js text
|
*.js text
|
||||||
|
Loading…
x
Reference in New Issue
Block a user