# Bovnar documents — UTF-8 text, LF line endings.
*.bvnr text eol=lf

# GitHub Linguist: classify and (once the language is accepted upstream)
# highlight .bvnr files as "Bovnar". Until github/linguist ships the language,
# linguist-language is a harmless no-op; see dist/linguist/ for the submission.
*.bvnr linguist-language=Bovnar linguist-detectable=true

# Keep the browser-side parser/highlighter copies under web/ (duplicates of the
# canonical sources) out of the repo's language statistics.
web/bovnar_parser.js   linguist-vendored=true
web/bovnar_highlight.js linguist-vendored=true

# Example documents are real Bovnar, not generated/vendored — leave detectable.
examples/*.bvnr linguist-language=Bovnar
