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

Add QuickBASIC #7080

Merged
merged 9 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
Fix comment after CLS issue
  • Loading branch information
DecimalTurn committed Oct 16, 2024
commit 426892fed703737ae628855782812559e80f6186
2 changes: 1 addition & 1 deletion lib/linguist/heuristics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ disambiguations:
- language: QuickBASIC
pattern:
- '(#|$)lang:?\s*"?qb"?'
- '(?i)^[ ]*CLS[ ]*(:|$)'
- "(?i)^[ ]*CLS[ ]*('|:|$)"
- '(?i)^[ ]*OPTION _EXPLICIT'
- '(?i) As _(Byte|Offset|MEM)'
- '(?i)^[ ]*_(DISPLAY|DEST|CONSOLE|SOURCE|FREEIMAGE|PALETTECOLOR|PRINTSTRING|LOADFONT|PUTIMAGE)'
Expand Down