mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00

This override was introduced in 387340d435
, on Oct 1st, 2020.
However, github/linguist has since incorporated Xonsh as a language.
See https://github.com/github/linguist/pull/5274, and it automatically
matches `.xsh` files.
This change will just give nicer languages stats, because the actual
syntax highlighting is still MagicStack/MagicPython.
32 lines
611 B
Text
32 lines
611 B
Text
# Set the default behavior, in case people don't have core.autocrlf set.
|
|
# This should be first, because the git documentation says "When more
|
|
# than one pattern matches the path, a later line overrides an earlier line."
|
|
* text=auto
|
|
|
|
# Text files
|
|
*.bat text
|
|
*.css_t text
|
|
*.in text
|
|
*.json text
|
|
*.py text
|
|
*.rst text
|
|
*.sh text
|
|
*.txt text
|
|
*.xsh text
|
|
*.yaml text
|
|
*.yml text
|
|
CONTRIBUTING text
|
|
license text
|
|
LICENSE text
|
|
Makefile text
|
|
README text
|
|
|
|
# Files in the lazyjson format require LF line endings
|
|
tests/histories/*.json text eol=lf
|
|
|
|
# Binary files
|
|
*.ico binary
|
|
*.gif binary
|
|
*.gz binary
|
|
*.png binary
|
|
*.webm binary
|