Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Language detection #3

Closed
DecimalTurn opened this issue Dec 10, 2024 · 1 comment
Closed

Language detection #3

DecimalTurn opened this issue Dec 10, 2024 · 1 comment

Comments

@DecimalTurn
Copy link

QuickBASIC was recently added as a language supported on GitHub for files with the .bas extension. It doesn't include .bi files since there isn't enough usage on GitHub at the moment to justify the inclusion. However, by adding the following lines to your .gitattributes file, it will mark .bi files as QuickBASIC.

*.bas linguist-language=qb64
*.bi linguist-language=qb64

Note that I've also added a line to override the dectection for .bas file in case the automatic detection isn't preforming correctly for certain files.

@a740g
Copy link
Owner

a740g commented Dec 10, 2024

Done. Thanks for the tip!

@a740g a740g closed this as completed Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants