mirror of
https://github.com/helix-editor/helix
synced 2026-07-25 10:34:50 +02:00
d2fdf3f3c7
This prevents Linguist from counting them as source and changing the language breakdown of the repo.
15 lines
381 B
Plaintext
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
|