1
0
mirror of https://github.com/helix-editor/helix synced 2026-07-25 10:34:50 +02:00
Files
helix/.gitattributes
Michael Davis d2fdf3f3c7 gitattributes: Mark highlight/indent corpuses as documentation
This prevents Linguist from counting them as source and changing the
language breakdown of the repo.
2026-06-20 12:10:04 -04:00

15 lines
381 B
Plaintext

# Auto detect text files and perform normalization
* text=auto
*.rs text diff=rust
*.toml text diff=toml
*.scm text diff=scheme
*.md text diff=markdown
book/theme/highlight.js linguist-vendored
runtime/queries/**/*.scm linguist-language=Tree-sitter-Query
tests/indent/** linguist-documentation
tests/query/** linguist-documentation
Cargo.lock text