# Tell this repo's own Linguist run that JSON grammar files are vendored
# data, not generated code — so they show up in the repo language bar
# as JSON, not as "Generated".
syntaxes/*.tmLanguage.json linguist-vendored=false linguist-generated=false

# Normalise line endings on check-in; editors vary.
* text=auto eol=lf

# Treat the LICENSE as text.
LICENSE text

# Grammar is the primary content of this repo.
syntaxes/*.tmLanguage.json linguist-detectable=true
