carbon-language / carbon-lang

Carbon Language's main repository: documents, design, implementation, and related tools. (NOTE: Carbon Language is experimental; see README)
http://docs.carbon-lang.dev/
Other
32.24k stars 1.48k forks source link

add github syntax highlighting for x-macro files #4204

Closed brymer-meneses closed 1 month ago

brymer-meneses commented 1 month ago

This tells Github to detect files having the extension .def as C++ files, which ensures that these files get syntax highlighted prpperly.

I'm not sure whether more files like these are present throughout the repo. FWIW, it can also be configured to do other things, such as detect generated, vendored files and exclude these from the Github stats.

See https://github.com/github-linguist/linguist/blob/master/docs/overrides.md.

brymer-meneses commented 1 month ago

welp, i think i messed up something. Going to try again :<