You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.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.The text was updated successfully, but these errors were encountered: